forked from coderhs/typescript-rails
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#184611345] Chore / Support for rails 6.1 #1
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
cdead0d
Unlock Rails version for test environment
masonlouchart a495446
Move attributes definitions from singleton to class
masonlouchart 4bd5407
Fix SimpleCov configuration warning
masonlouchart c1a0897
Fix syntax warnings
masonlouchart f237e3c
Update Rails
masonlouchart fc0d915
Fix Sprokets config
masonlouchart ac3d8a7
Unlock Rails version
masonlouchart 2cb5e7c
Fix running tests
masonlouchart a43bee7
Publish Gemfile lock to ensure precise gem versions
masonlouchart File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ | |
.bundle | ||
.config | ||
.yardoc | ||
Gemfile.lock | ||
InstalledFiles | ||
_yardoc | ||
coverage | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,216 @@ | ||
PATH | ||
remote: . | ||
specs: | ||
typescript-rails (0.6.2.4) | ||
railties | ||
tilt | ||
typescript-node (>= 1.6.2) | ||
|
||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
actioncable (7.0.4.3) | ||
actionpack (= 7.0.4.3) | ||
activesupport (= 7.0.4.3) | ||
nio4r (~> 2.0) | ||
websocket-driver (>= 0.6.1) | ||
actionmailbox (7.0.4.3) | ||
actionpack (= 7.0.4.3) | ||
activejob (= 7.0.4.3) | ||
activerecord (= 7.0.4.3) | ||
activestorage (= 7.0.4.3) | ||
activesupport (= 7.0.4.3) | ||
mail (>= 2.7.1) | ||
net-imap | ||
net-pop | ||
net-smtp | ||
actionmailer (7.0.4.3) | ||
actionpack (= 7.0.4.3) | ||
actionview (= 7.0.4.3) | ||
activejob (= 7.0.4.3) | ||
activesupport (= 7.0.4.3) | ||
mail (~> 2.5, >= 2.5.4) | ||
net-imap | ||
net-pop | ||
net-smtp | ||
rails-dom-testing (~> 2.0) | ||
actionpack (7.0.4.3) | ||
actionview (= 7.0.4.3) | ||
activesupport (= 7.0.4.3) | ||
rack (~> 2.0, >= 2.2.0) | ||
rack-test (>= 0.6.3) | ||
rails-dom-testing (~> 2.0) | ||
rails-html-sanitizer (~> 1.0, >= 1.2.0) | ||
actiontext (7.0.4.3) | ||
actionpack (= 7.0.4.3) | ||
activerecord (= 7.0.4.3) | ||
activestorage (= 7.0.4.3) | ||
activesupport (= 7.0.4.3) | ||
globalid (>= 0.6.0) | ||
nokogiri (>= 1.8.5) | ||
actionview (7.0.4.3) | ||
activesupport (= 7.0.4.3) | ||
builder (~> 3.1) | ||
erubi (~> 1.4) | ||
rails-dom-testing (~> 2.0) | ||
rails-html-sanitizer (~> 1.1, >= 1.2.0) | ||
activejob (7.0.4.3) | ||
activesupport (= 7.0.4.3) | ||
globalid (>= 0.3.6) | ||
activemodel (7.0.4.3) | ||
activesupport (= 7.0.4.3) | ||
activerecord (7.0.4.3) | ||
activemodel (= 7.0.4.3) | ||
activesupport (= 7.0.4.3) | ||
activestorage (7.0.4.3) | ||
actionpack (= 7.0.4.3) | ||
activejob (= 7.0.4.3) | ||
activerecord (= 7.0.4.3) | ||
activesupport (= 7.0.4.3) | ||
marcel (~> 1.0) | ||
mini_mime (>= 1.1.0) | ||
activesupport (7.0.4.3) | ||
concurrent-ruby (~> 1.0, >= 1.0.2) | ||
i18n (>= 1.6, < 2) | ||
minitest (>= 5.1) | ||
tzinfo (~> 2.0) | ||
builder (3.2.4) | ||
concurrent-ruby (1.2.2) | ||
coveralls (0.7.1) | ||
multi_json (~> 1.3) | ||
rest-client | ||
simplecov (>= 0.7) | ||
term-ansicolor | ||
thor | ||
crass (1.0.6) | ||
date (3.3.3) | ||
docile (1.4.0) | ||
domain_name (0.5.20190701) | ||
unf (>= 0.0.5, < 1.0.0) | ||
erubi (1.12.0) | ||
globalid (1.1.0) | ||
activesupport (>= 5.0) | ||
http-accept (1.7.0) | ||
http-cookie (1.0.5) | ||
domain_name (~> 0.5) | ||
i18n (1.12.0) | ||
concurrent-ruby (~> 1.0) | ||
loofah (2.20.0) | ||
crass (~> 1.0.2) | ||
nokogiri (>= 1.5.9) | ||
mail (2.8.1) | ||
mini_mime (>= 0.1.1) | ||
net-imap | ||
net-pop | ||
net-smtp | ||
marcel (1.0.2) | ||
method_source (1.0.0) | ||
mime-types (3.4.1) | ||
mime-types-data (~> 3.2015) | ||
mime-types-data (3.2023.0218.1) | ||
mini_mime (1.1.2) | ||
minitest (5.18.0) | ||
minitest-power_assert (0.3.1) | ||
minitest | ||
power_assert (>= 1.1) | ||
multi_json (1.15.0) | ||
net-imap (0.3.4) | ||
date | ||
net-protocol | ||
net-pop (0.1.2) | ||
net-protocol | ||
net-protocol (0.2.1) | ||
timeout | ||
net-smtp (0.3.3) | ||
net-protocol | ||
netrc (0.11.0) | ||
nio4r (2.5.9) | ||
nokogiri (1.14.2-x86_64-darwin) | ||
racc (~> 1.4) | ||
power_assert (2.0.3) | ||
racc (1.6.2) | ||
rack (2.2.6.4) | ||
rack-test (2.1.0) | ||
rack (>= 1.3) | ||
rails (7.0.4.3) | ||
actioncable (= 7.0.4.3) | ||
actionmailbox (= 7.0.4.3) | ||
actionmailer (= 7.0.4.3) | ||
actionpack (= 7.0.4.3) | ||
actiontext (= 7.0.4.3) | ||
actionview (= 7.0.4.3) | ||
activejob (= 7.0.4.3) | ||
activemodel (= 7.0.4.3) | ||
activerecord (= 7.0.4.3) | ||
activestorage (= 7.0.4.3) | ||
activesupport (= 7.0.4.3) | ||
bundler (>= 1.15.0) | ||
railties (= 7.0.4.3) | ||
rails-dom-testing (2.0.3) | ||
activesupport (>= 4.2.0) | ||
nokogiri (>= 1.6) | ||
rails-html-sanitizer (1.5.0) | ||
loofah (~> 2.19, >= 2.19.1) | ||
railties (7.0.4.3) | ||
actionpack (= 7.0.4.3) | ||
activesupport (= 7.0.4.3) | ||
method_source | ||
rake (>= 12.2) | ||
thor (~> 1.0) | ||
zeitwerk (~> 2.5) | ||
rake (13.0.6) | ||
rest-client (2.1.0) | ||
http-accept (>= 1.7.0, < 2.0) | ||
http-cookie (>= 1.0.2, < 2.0) | ||
mime-types (>= 1.16, < 4.0) | ||
netrc (~> 0.8) | ||
simplecov (0.22.0) | ||
docile (~> 1.1) | ||
simplecov-html (~> 0.11) | ||
simplecov_json_formatter (~> 0.1) | ||
simplecov-html (0.12.3) | ||
simplecov_json_formatter (0.1.4) | ||
sprockets (3.7.2) | ||
concurrent-ruby (~> 1.0) | ||
rack (> 1, < 3) | ||
sprockets-rails (3.4.2) | ||
actionpack (>= 5.2) | ||
activesupport (>= 5.2) | ||
sprockets (>= 3.0.0) | ||
sync (0.5.0) | ||
term-ansicolor (1.7.1) | ||
tins (~> 1.0) | ||
thor (1.2.1) | ||
tilt (2.1.0) | ||
timeout (0.3.2) | ||
tins (1.32.1) | ||
sync | ||
typescript-node (1.6.2) | ||
typescript-src (~> 1.6.2) | ||
typescript-src (1.6.2.0) | ||
tzinfo (2.0.6) | ||
concurrent-ruby (~> 1.0) | ||
unf (0.1.4) | ||
unf_ext | ||
unf_ext (0.0.8.2) | ||
websocket-driver (0.7.5) | ||
websocket-extensions (>= 0.1.0) | ||
websocket-extensions (0.1.5) | ||
zeitwerk (2.6.7) | ||
|
||
PLATFORMS | ||
x86_64-darwin-21 | ||
x86_64-darwin-22 | ||
|
||
DEPENDENCIES | ||
coveralls | ||
minitest-power_assert | ||
rails (>= 4.0) | ||
simplecov | ||
sprockets (~> 3) | ||
sprockets-rails (> 2.0) | ||
typescript-rails! | ||
tzinfo-data | ||
|
||
BUNDLED WITH | ||
2.4.10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
//= link_tree ../images | ||
//= link_directory ../javascripts .js | ||
//= link_directory ../stylesheets .css |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What effect do the brackets have? I didn't see any difference after removing them when running tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It removes warnings.