2D Graphics
Audio Editing
Video Editing
Sponsored by
Be careful when storing a model in a session. It will behave differently than you expect and can easily get out of sync with the database. Instead of storing the model directly in the session, store the id to the model and use that to fetch it from the database.
Did you know ActiveRecord provides class methods for performing calculations on models? You can even use these methods through associations.
Sponsored by
Sorting Options
Top Ruby on Rails tutorials
-
Learn how to upload files using Rails -
Integrating Sheetster Web Spreadsheet & Ruby with REST -
XSS and when h just ain't enough
-
Using Script.aculo.us in Ruby on Rails
-
(Video) Performing Calculations on Models
-
Login & Authentication Generator
-
Rails Migration For Beginners
-
Protecting against Cross-Site Scripting in Ruby
-
Image uploads and resizing for Rails models with mini-magick
-
Advice to Rails Beginners Follow Conventions
Most popular Ruby on Rails tutorials