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

Update rails #231

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open

Update rails #231

wants to merge 32 commits into from

Conversation

do-you-dare
Copy link

This updates rails to Rails 5. The ci checks will fail for rubies 2.0 and 2.1.5, since rails doesn't support them anymore.

@rafamanzo
Copy link
Member

What do you think about removing Travis' build for those older breaking version?

@rafamanzo
Copy link
Member

What is the status on WIP acceptance test?

@do-you-dare
Copy link
Author

Sorry, for a moment I forgot I wip-ed them. So, only one of them is passing. The root_module_result of processings is always nil.

Eduardo Silva Araújo added 6 commits December 1, 2016 21:10
As of rails 5, Active Record Models inherit from ApplicationRecord by
default.
The rails 5 update task overwrites the routes configuration.
As of Rails 5, jobs inherit from ApplicationJob, not ActiveJob::Base.
Activesupport doesn't support rubies 2.2 and 2.1.5, and it makes no
sense to test against something we know that won't and shouldn't pass.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants