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:
Upgraded about a dozen gems to their latest version, including rails 4.2
Enable turbolinks progress bar by default
Add web-console gem for development mode
Use the universal google analytics snippet instead of the classic one
Make sure to check out app/views/layouts/google_analytics_snippet.html.erb
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:
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:
web-console
gem for development modeapp/views/layouts/google_analytics_snippet.html.erb
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'