Skip to content
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

Upgrade Rails to 5.2.4 #77

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
f0a462e
Merge remote-tracking branch 'origin/master' into auto-bundle-update
kaznum Nov 24, 2019
779a810
Merge remote-tracking branch 'origin/master' into auto-bundle-update
kaznum Nov 25, 2019
8c852d6
Exec bundle update
kaznum Nov 26, 2019
8a5a416
Merge remote-tracking branch 'origin/master' into bundle-update-20191127
kaznum Nov 26, 2019
94db4c7
Update rails
kaznum Nov 28, 2019
f817215
Use prepend because alias_method_chain is obsolete
kaznum Nov 28, 2019
fa01fdf
Exec rails app:update
kaznum Nov 28, 2019
38e8e40
Throw abort for error on destroy
kaznum Nov 28, 2019
bc4dd5a
Fix delete_all changes of args
kaznum Nov 28, 2019
5f801dc
Make use of prepend instead of alias_method_chain
kaznum Nov 28, 2019
7864f19
Change be_success to be_successful in rspec
kaznum Nov 28, 2019
b37fbf7
Change the option of `render` from `text` to `plain`
kaznum Nov 28, 2019
e5784fe
Define get/post methods for backward compatibility
kaznum Nov 28, 2019
6b9cc6b
Remove capistrano gem and its associates because of installation failure
kaznum Nov 28, 2019
5620ebc
Ignore ./bin directory by rubocop
kaznum Nov 28, 2019
85ae451
Remove debug print
kaznum Nov 28, 2019
2621d10
Shut rubocop up
kaznum Nov 28, 2019
a3f7757
Update Gemfile for JRuby to support Rails5.2
kaznum Nov 28, 2019
93f1a5a
Refactor
kaznum Nov 28, 2019
550bc21
Replace `render nothing: true` with `head`
kaznum Nov 28, 2019
50afce7
Support put/patch/delete for spec helper wrapper
kaznum Nov 28, 2019
94ab4ee
Exec bundle update rails
kaznum Nov 29, 2019
7f86ab6
Replace `render text: xxxx` with `render plain: xxxx`
kaznum Nov 29, 2019
7b0a6d8
Follow the change of the nil-valued key in params
kaznum Nov 29, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Exec bundle update
  • Loading branch information
kaznum committed Nov 26, 2019
commit 8c852d689d47ba257de032285b2b276bd7c83617
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ GEM
railties (>= 3.2, < 6.1)
erubis (2.7.0)
execjs (2.7.0)
fabrication (2.20.2)
ffi (1.11.2)
fabrication (2.21.0)
ffi (1.11.3)
formatador (0.2.5)
gherkin (5.1.0)
globalid (0.4.2)
Expand Down Expand Up @@ -165,7 +165,7 @@ GEM
listen (3.2.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.3.1)
loofah (2.4.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lumberjack (1.0.13)
Expand Down
8 changes: 4 additions & 4 deletions gemfiles/Gemfile.jruby.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ GEM
railties (>= 3.2, < 6.1)
erubis (2.7.0)
execjs (2.7.0)
fabrication (2.20.2)
ffi (1.11.2)
ffi (1.11.2-java)
fabrication (2.21.0)
ffi (1.11.3)
ffi (1.11.3-java)
globalid (0.4.2)
activesupport (>= 4.2.0)
haml (5.1.2)
Expand Down Expand Up @@ -128,7 +128,7 @@ GEM
launchy (2.4.3-java)
addressable (~> 2.3)
spoon (~> 0.0.1)
loofah (2.3.1)
loofah (2.4.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand Down