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

Fast prototyping with Apache Derby and JRuby on Rails - Ruby on Rails tutorial


The JRuby project is making Ruby faster and more scalable than ever. One advantage to running Rails on the Java Virtual Machine is that you can leverage other Java libraries, like the Apache Derby database. The blend of Derby, JRuby, and Rails allows for rapid prototyping of dynamic Web applications. Learn how to use these technologies together to prototype your next great idea.
Category: Ruby on Rails tutorials > Basics - Difficulty:


More cool Ruby on Rails tutorials:



Initial Server Configuration
Initial Server Configuration
With Rubyforge and RubyGem, learn how to configure the initial runtime with all necessary features included when you're trying to set up Ruby on Rails on Windows.
Category: Ruby on Rails tutorials > Basics - Difficulty:
Learn how to upload files using Rails
Learn how to upload files using Rails
This tutorial gives you complete understanding on how to upload files using Rails
Category: Ruby on Rails tutorials > Basics - Difficulty:
Interactive Ruby on Rails beginning tutorial
Interactive Ruby on Rails beginning tutorial
Follow an interactive online RoR tutorial to get you started. What's even more cool is you can use the web based Ruby coding window to test your code online!
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:
Move Find into Model
Move Find into Model
Move a find into the model to clean up the controllers and remove duplication. Also see how you can call these custom find methods through an association.
Category: Ruby on Rails tutorials > Refactoring - Difficulty: