Skip to content

Update rails templated files for Rails 4.2 upgrade#200

Closed
bagedevimo wants to merge 2 commits intorails-4-2from
12-21-Update_rails_templated_files_for_Rails_4.2_upgrade
Closed

Update rails templated files for Rails 4.2 upgrade#200
bagedevimo wants to merge 2 commits intorails-4-2from
12-21-Update_rails_templated_files_for_Rails_4.2_upgrade

Conversation

@bagedevimo
Copy link
Contributor

Generated by running bundle exec rake rails:update, then manually
stepping through all the changes and doing merges as needed.

Summary of the modified files and why:

  • config/boot.rb, config/initalizers/inflections.rb
    Just replace, we have no custom code here.
  • config/environments/*
    Replace them all, then manually re-apply any changes that were
    previously applied as needed. The only change I applied was to
    production.rb, and that was to re-enable force_ssl.

@bagedevimo bagedevimo mentioned this pull request Dec 21, 2023
Copy link
Contributor Author

bagedevimo commented Dec 21, 2023

Steps:
* Update Gemfile
* bundle update --conservative rails actionpack railties activerecord activemodel activesupport rack responders

There are lots of warnings & deprecations, but nothing is _failing_ in
the test suite.
Generated by running `bundle exec rake rails:update`, then manually
stepping through all the changes and doing merges as needed.

Summary of the modified files and why:
* config/boot.rb, config/initalizers/inflections.rb
  Just replace, we have no custom code here.
* config/environments/*
  Replace them all, then manually re-apply any changes that were
  previously applied as needed. The only change I applied was to
  production.rb, and that was to re-enable force_ssl.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant