Tutorial search

Tutorials
Stuff
Affiliates

Cool Stuff




The fastest way to master the basics of Adobe Photoshop

Click here to find out how

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

Learn Ruby on Rails from Scratch Week 1 - Ruby on Rails tutorial


Ruby on Rails.. by now most people have heard the hype about it. It promises more effective code, total object orientation, and true MVC architecture to say the least. As far as my own personal experience, it has been all that and more. The code is beautiful, easy to maintain, and edit. In a recent project I was working on, it took me less than 10 hours to do the application, as compared to at least double that if I was writing in PHP.
Category: Ruby on Rails tutorials > Basics - Difficulty:


More cool Ruby on Rails tutorials:



Test Helper: Clean, Custom Assertion Messages
Test Helper: Clean, Custom Assertion Messages
Creating clean, custom assertion messages in Rails.
Category: Ruby on Rails tutorials > Basics - Difficulty:
Automatically Saving Drafts Using Periodically_Call_Remote
Automatically Saving Drafts Using Periodically_Call_Remote
If you write for a large article-driven web site, you will invariably accidentally lose a whole post. You then have a two basic options: you can write in a word processor software, or you could build your own system to automatically save drafts when writing. That’s what you’ll do here, using periodically_call_remote().
Category: Ruby on Rails tutorials > Database - Difficulty:
Debugging on Rails: Reading Stack Traces
Debugging on Rails: Reading Stack Traces
Learn the basics of reading a stack trace.
Category: Ruby on Rails tutorials > Basics - Difficulty:
Learn Ruby on Rails from Scratch Week 1
Learn Ruby on Rails from Scratch Week 1
Ruby on Rails.. by now most people have heard the hype about it. It promises more effective code, total object orientation, and true MVC architecture to say the least. As far as my own personal experience, it has been all that and more. The code is beautiful, easy to maintain, and edit. In a recent project I was working on, it took me less than 10 hours to do the application, as compared to at least double that if I was writing in PHP.
Category: Ruby on Rails tutorials > Basics - Difficulty:
Refactoring User Name Part 1
Refactoring User Name Part 1
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.
Category: Ruby on Rails tutorials > Refactoring - Difficulty: