tricknotes / ember-cli-rails

Unify your EmberCLI and Rails Workflows
http://thoughtbot.github.io/ember-cli-rails/
MIT License
713 stars 205 forks source link

Add support for `rails@5.1`, drop `rails@4.1` #543

Closed seanpdoyle closed 7 years ago

seanpdoyle commented 7 years ago

With the release of rails@5.1, add explicit test coverage, in addition to testing on master.

According to the Ruby on Rails Maintenance Policy, Rails 4.1 has reached its end of life stage after the release of Rails 5.0.

As such, this commit drops formal test coverage and support for Rails versions prior to 4.2.

mike-burns commented 7 years ago

LGTM. Is there any leftover code to support older versions of Rails?

seanpdoyle commented 7 years ago

@mike-burns some. Once we drop 4.x we'll be able to remove some more.