Speeple News Search

Sign Up! | Tags | Domains | Statistics | Options | Advanced Search

A few tiny never/rarely seen before rails 2.0 features

m.onkey.org » 2008 » May » 1st » A few tiny never/rarely seen before rails 2.0 features

Tagged: tips, rails

Asset Caching I had talked about this before in the past. Basically, rails allows you to merge your css and javascript files in a single file which is cachable by the browsers. Hence, there’ll only be just one request ( which would return 304 response from 2nd time onwards ) per page, which would result in faster loading time for your visitors. I tend to put these lines in my layouts : 1 2 <%= Continue Reading »


Latest news from has_many :bugs, :through => :rails - Home:

  1. Sanity for free
  2. Poor man's migrations
  3. Active Record tips and tricks
  4. Rails does not block on file uploads
  5. Rescue from dispatching

Latest news from m.onkey.org:

  1. If you see this
  2. RSpec & COBOL
  3. Improve Rails Documentation
  4. Single file Rails Application
  5. Tidbits from my crap