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

Drop Support for Ruby < 2.1.0 & Rails < 3.2.0 #227

Merged
merged 1 commit into from
Oct 30, 2015
Merged

Commits on Oct 30, 2015

  1. Drop Support for Ruby < 2.1.0 & Rails < 3.2.0

    Ruby support
    ------------
    
    According to [these release notes][1.9.3-eol], Ruby versions prior to `2.0.x`
    has been end-of-lifed.
    
    Additionally, this codebase makes use of [(required) keyword arguments][kwargs].
    
    From `ember-cli-rails@0.4.0` and on, we will no longer support versions of Ruby
    prior to `2.1.0`.
    
    To use `ember-cli-rails` with older versions of Ruby, try the `0.3.x` series.
    
    [kwargs]: https://robots.thoughtbot.com/ruby-2-keyword-arguments
    [1.9.3-eol]: https://www.ruby-lang.org/en/news/2015/02/23/support-for-ruby-1-9-3-has-ended/
    
    Rails support
    -------------
    
    According to the [Rails Maintenance Policy][version-policy], Rails versions
    prior to `3.2.x` have been end-of-lifed. Additionally, the `4.0.x` series no
    longer receives bug fixes of any sort.
    
    From `ember-cli-rails@0.4.0` and on, we will no longer support versions of Rails
    prior to `3.2.0`, nor will we support the `4.0.x` series of releases.
    
    To use `ember-cli-rails` with older versions of Rails, try the `0.3.x` series.
    
    [version-policy]: http://guides.rubyonrails.org/maintenance_policy.html
    seanpdoyle committed Oct 30, 2015
    Configuration menu
    Copy the full SHA
    0ed5aea View commit details
    Browse the repository at this point in the history