Wednesday, October 9, 2024

Ruby on Rails 4 Has Been Released

The Ruby on Rails team announces the release of Rails 4. With over a year and half Rails 4 includes several  interesting new features such as Turbolinks, improved caching and is thread-safe by default. Turbolinks transforms your Rails application into a single page JavaScript application, meaning it does not load new pages but instead replaces the current page with new content from the server, similar to pjax, but instead of worrying about what element on the page to replace, and tailoring the server-side response to fit, Ruby 4 simply replaces the entire body. Read the full story here.

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends & analysis

Popular Articles

Featured