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

Add Rails 5.2 build #257

Merged
merged 5 commits into from
Dec 5, 2018
Merged

Add Rails 5.2 build #257

merged 5 commits into from
Dec 5, 2018

Conversation

smudge
Copy link
Contributor

@smudge smudge commented Oct 29, 2018

👋 Rails 5.2 was released in April. I've updated your Travis build to match all of the versions currently included in Rails' Maintenance Policy.

I also followed-up on the version support conversation in #232 and:

  • Removed unsupported versions from the Appraisals file (+re-generated all of the gemfiles off of this)
  • Updated required_ruby_version in the gemspec.

@@ -0,0 +1,5 @@
if Rails::VERSION::STRING >= '5.2.0'
class ApplicationRecord < ActiveRecord::Base
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Models generated on Rails 5.2 (and edge) were expecting an ApplicationRecord to have been defined in the dummy app.

@derekprior derekprior merged commit 3d44c62 into scenic-views:master Dec 5, 2018
@smudge smudge deleted the rails-5-2 branch December 5, 2018 17:33
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.

4 participants