|
|
|
Here's a quick Howto on setting up Ruby on Rails for Windows.
Last Updated: January 25, 2007 |
|
|
|
|
Over the last couple of months, I have collected over 150 Ruby on Rails links at Top-Ten-Tutorials.com
Version: n/a
Platforms: linux, windows, osx
Last Updated: March 24, 2007 |
|
|
|
|
SUSIE is a simple image gallery that is an opensource eRuby application. It is interesting because it shows how Ruby, a powerful and fully object oriented programming language can be used to do the tiniest of tasks. Ruby can be used as a fast procedural code language that rivals PHP and still do things in OOP that Java and C# cannot.
Version: n/a
Platforms: linux, windows
Last Updated: March 25, 2007 |
|
|
|
|
Ruby on Rails is Model-View-Controller web-application framework. Rails uses ActiveRecord database abstraction classes to work with SQL tables. However, sometimes it is more convenient to work with plain SQL queries(without any model classes) for specific database operations.
Version: n/a
Platforms: linux, windows, freebsd, osx, sun
Last Updated: March 26, 2007 |
|
|
|
|
Tips and Tricks for improving your RoR app so it is search engine friendly.
Version: n/a
Platforms: linux, windows
Last Updated: March 28, 2007 |
|
|
|
|
Ruby is a great language to use to create a dynamic website. Here's how to use it to do CGI scripting. Using eRuby ERB templating to seperate the HTML from the script makes CGI a perfect alternative to using the Rails framework. Easy and faster than you would expect. So easy in fact that you may forget about using Rails all together.
Version: n/a
Platforms: linux, windows
Last Updated: April 05, 2007 |
|
|
|
|
Here's a quick Howto on setting up Ruby on Rails for Windows.
Version: n/a
Platforms: n/a
Last Updated: April 06, 2007 |
|
|
|
|