We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Mostly done on branch rails4.
config.secret_key_base
whitelist_attributes
Not all issues may have been caught, especially:
Relation#includes
#references
See the upgrading to rails 4 book for some background.
The text was updated successfully, but these errors were encountered:
Foodsoft on rails 4 feels a lot faster - I think it'll be worth the investment. Or perhaps it's just Ruby 2.0.
Sorry, something went wrong.
Ok, deployed and working on http://foodsoft-translation.herokuapp.com/ !
migrate to Rails 4.0 (closes #214)
3c3e64a
eac478b
Conflicts: Gemfile.lock
b22e0ed
7841245
👍 great work!
No branches or pull requests
Mostly done on branch rails4.
config.secret_key_base
deprecationwhitelist_attributes
line can be removed in application.rb (no)Not all issues may have been caught, especially:
Relation#includes
where#references
would be neededSee the upgrading to rails 4 book for some background.
The text was updated successfully, but these errors were encountered: