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

Why this project is limited to ruby 2.1.0? #441

Closed ipepe closed 8 years ago

ipepe commented 8 years ago

Because it seems like You could easily achieve 2.0.0 (well doing it myself took me less than 30 minutes). But seems like You just want to make people fork Your projects...

seanpdoyle commented 8 years ago

As of February 24, 2016, Ruby 2.0.x has been end-of-lifed.

For the sake of simplifying the maintenance of this project, we aim to support versions of Ruby that are themselves supported.

ipepe commented 8 years ago

For anyone who doesn't live in the future I recommend:

gem "ember-cli-rails", git: 'https://github.com/ipepe/ember-cli-rails.git'
gem "ember-cli-rails-assets", git: 'https://github.com/ipepe/ember-cli-rails-assets.git'
gem "html_page", git: "https://github.com/ipepe/html_page.git"

and for package.json:

{    "ember-cli-rails-addon": "~0.7.0" }