- Order By
- Date
- Most Comments
- Creator
- Title
Filtered by
Tags: rails
has_many :bugs, :through => :rails: Active Record Qu...
A great summary of new -style query handling in AR.
About - igvita.com
Ilya writes very well and passionately about networking, web frameworks and performance issues.
Beyond 'gem install MySQL’ in Ruby
A very nice slideshow explaining issues around scaling, threading and performance in Rails and how to use eventmachin...
5 Rails Plugins to Help Optimize Your MySQL | Purify...
A set of simple utilities to help optimize MySQL in raiils.
Preview-Fu on Ruby on Rails with Paperclip, ffmpeg a...
Previews for video and audio with Paperclip.
Video thumbnails with FFmpeg and Paperclip – Ruby on...
A good post on processing video for previews and thumbnails.
Dr Nic's Testing outbound emails with Cucumber
Another testimonial for Cucumber integration testing and pointer to email_spec.
bmabey's email-spec at master - GitHub
A set of Rspec and Cucumber steps and matchers for testing email interactions.
Association type cast or: Building instances of a gi...
A snippet to allow building of subclasses of an association in an STI hierarchy.
Implicit user creation with Authlogic and Authlogic ...
A snippet for authentication/registration using an external OAuth authenticator. Creates an otherwise blank account.