The asset pipeline which was introduced in Rails 3.1, has been extracted to a separate gem called sprockets-rails. Performance for assets compiling has been improved. There is a open pull request to merge turbo-sprockets-rails3 to sprockets-rails, whic…
Read more at the sourceCategory Archives: edge_rails
Action and Page caching has been extracted as gem
With the commit c82cf81f00f
Action and Page caching has been extracted from Action Dispatch as `actionpack-action_caching` and `actionpack-page_caching` gems
Edge rails: Now create HABTM join tables easily using migration helper
Earlier whenever we wanted to create a HABTM join table, we do this like: Now, in edge rails after this commit we can use a migration helper for the same:
Read more at the source