nickjj / orats

Opinionated rails application templates.
MIT License
664 stars 56 forks source link

Upcoming release for rails 4.2.0 #11

Closed nickjj closed 9 years ago

nickjj commented 9 years ago

Rails 4.2.0 will probably be out in a week or 2 from today. I just pushed a new version of Orats/master to prepare for this release, it is based on rc3.

The gist of the changes so far are:

I won't push a new version of Orats until Rails 4.2 is shipped out but in the mean time if you want to spend the next week or so making new Rails 4.2 apps with Orats feel free to bundle install it like so:

gem 'orats', :git => 'https://github.com/nickjj/orats.git'

nickjj commented 9 years ago

You can now gem install orats or gem update orats to get v0.9.7 with rails 4.2.0 support.