Rails 4 Countdown to 2013
Remarkable Labs has a huge collection of posts, explaining the upcoming changes and improvements in Rails 4.
Developer stories, quotes and links by @vestimir
Follow @thedailywebRemarkable Labs has a huge collection of posts, explaining the upcoming changes and improvements in Rails 4.
Ryan Bates of RailsCasts fame demonstrates the new things in Rails 4.
Turbolinks is one of the new features of Rails 4.0, basically it allows you to reload only the body of your page with a combination of ajax, cookies and hmtl5 pushState. It’s compatible with Rails 3.x, so you can give it a try right now.
Deliver beta features in production only for a small subset of users with this Ruby gem.
I’ll be talking at RubyConf Argentina, and the first thing I usually do when preparing talks is to think in a high level and then start going down form there. I find MindNode a great tool for that. So I started checking what was being added, removed and deprecated in Rails 4 (my memory isn’t good enough to have all that in the top of my head :P). The result is this MindNode I’m sharing with you …
Source: blog.wyeworks.com
Rails Guides give an overview of the changes in Rails 4. Also be sure to check Turbolinks. It gives some steroids to your page loads, and will be bundled by default with the upcoming version of Rails.