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

Conversation

seanpdoyle
Copy link
Contributor

Ruby support

According to these release notes, Ruby versions prior to 2.0.x
has been end-of-lifed.

Additionally, this codebase makes use of (required) keyword arguments.

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.

Rails support

According to the Rails Maintenance 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.

end

"#{ember_path} build #{watch} --environment #{environment} --output-path #{dist_path} #{log_pipe}"
"#{ember_path} build #{watch_flag} --environment #{environment} --output-path #{dist_path} #{log_pipe}"

Choose a reason for hiding this comment

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

Line is too long. [109/80]

@seanpdoyle seanpdoyle force-pushed the sd-ruby-versions branch 2 times, most recently from de92607 to b757a14 Compare October 29, 2015 22:44
end

"#{ember_path} build #{watch} --environment #{environment} --output-path #{dist_path} #{log_pipe}"
"#{ember_path} build #{watch_flag} --environment #{environment} --output-path #{dist_path} #{log_pipe}"

Choose a reason for hiding this comment

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

Line is too long. [109/80]

@tute
Copy link

tute commented Oct 29, 2015

👍! 🚢

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.

Choose a reason for hiding this comment

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

I'm not sure I would mention this at all. This is a pre-1.0 project. Just let it be that you need to use the new versions.

@drapergeek
Copy link

LGTM

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 seanpdoyle merged commit 0ed5aea into master Oct 30, 2015
@seanpdoyle seanpdoyle deleted the sd-ruby-versions branch October 30, 2015 14:05
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