1. CSS
  2. Flash
  3. HTML
  4. Illustrator
  5. Java
  6. JavaScript
  7. Maya
  8. Photography
  9. Photoshop
  10. PHP
  11. Ruby
  12. Ruby on Rails
  13. 3ds Max

Designweaponry240x90

Ruby on Rails Tutorials

Win a PHP and Flash book! You could win one of three books just by commenting on or rating a tutorial. Click here for more details.
Ruby on Rails » Basics — 21 days ago
Displaying flash messages in the layout can be a pain at times. In this episode you will learn an easy way to display any kind of flash message by looping through the hash.
Ruby on Rails » Best Practices — 21 days ago
It is often asked: how do I create a list of checkboxes for managing a HABTM association? Ask no more because this episode will show you how to do exactly that.
Ruby on Rails » Refactoring — 22 days ago
Keep your controllers clean and forms flexible by adding virtual attributes to your model. This very powerful technique allows you to create form fields which may not directly relate to the database.
Ruby on Rails » ActiveRecord — 22 days ago
You can pass more than simple strings to find conditions. Arrays, ranges, and nil values can be passed as well. In this episode you will see the tricks involved with passing these odd objects to find conditions.
Ruby on Rails » Basics — about 1 month ago
This week we're going to talk about ruby syntax. After this tutorial, I believe that you'll have a much better understanding of the framework and feel much more comfortable doing things by yourself.
Ruby on Rails » Best Practices — about 1 month ago
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.
Ruby on Rails » ActiveRecord — about 1 month ago
Did you know ActiveRecord provides class methods for performing calculations on models? You can even use these methods through associations.
Ruby on Rails » Testing — about 1 month ago
In the final part of this series you will see how to refactor your tests. Keeping tests clean is important because it will make testing easier to do in the future.
Ruby on Rails » Testing — about 1 month ago
Testing and refactoring go hand in hand. Refactoring is all about improving code without changing its behavior. Testing is all about making sure you don't change the behavior while you are improving the code.
Ruby on Rails » Refactoring — about 1 month ago
Learn how to clean up your code through refactoring. This episode will show you how to move code from the view into the model to remove duplication and simplify the view.
Help us out! More and more tutorials are submitted to Good-Tutorials each day. We could use your help with finding good tutorials. Mind lending a hand?