| Home : Ruby on Rails : Tips and Tutorials |
| Click "Subscribe" if you want to be notified of new or updated links in this category. |
Subscribe
Rss Feed |
|
|
Tips and Tutorials Listings
|
|
Total:
35 | Displaying: 21 - 30 | Pages: << 1 2 3 4 >> |
|
|
|
|
|
Test-driven development is A Good Thing. This article takes the example of a simple user authentication system controller and explain how to do test driven development using Rails.
Version: n/a - Platform(s): n/a - Updated: 07/07/2007
|
|
|
The Rails framework takes most of the headache away from developing these relationships and almost entirely eliminates the need to write low-level queries to your database. If you've spent time writing those queries, Rails' ActiveRecord will make sense, but for those of you who are just getting started this can be confusing.
Version: n/a - Platform(s): n/a - Updated: 07/07/2007
|
|
|
Because Rails is a young framework, I thought it would be helpful to write up what I consider best practices when coding with it both for my new coworkers and the web at large. Here’s my current draft. Feel free to critique and comment. I’m very open to suggestions.
Version: n/a - Platform(s): n/a - Updated: 07/07/2007
|
|
|
Here's a quick Howto on setting up Ruby on Rails for Windows
Version: n/a - Platform(s): n/a - Updated: 07/07/2007
|
|
|
RoR's default pagination methods have a number of bottlenecks. In this guide you will learn how to use paginating_find to create fast, reusable and good looking pagination code for your projects. This method also works for pagination of find_by_sql queries and even supports find_by_sql with eager loading!
Version: n/a - Platform(s): linux, windows, freebsd, osx - Updated: 07/07/2007
|
|
|
Over the last couple of months, I have collected over 150 Ruby on Rails links at Top-Ten-Tutorials.com
Version: n/a - Platform(s): linux, windows, osx - Updated: 07/07/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 - Platform(s): linux, windows, freebsd, osx, sun - Updated: 07/07/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 - Platform(s): linux, windows - Updated: 07/07/2007
|
|
|
Tips and Tricks for improving your RoR app so it is search engine friendly.
Version: n/a - Platform(s): linux, windows - Updated: 07/07/2007
|
|
|
Rails is a full-stack framework for developing database-backed web applications according to the Model-View-Control pattern. Ruby on rails is awesome. It is also an easy to language to learn. Though being very popular among the people, but i have a few reasons which made me to stick with cakePHP.
Version: n/a - Platform(s): linux, windows, freebsd, sun - Updated: 07/07/2007
|
|
|
Tips and Tutorials Listings
|
|
Total:
35 | Displaying: 21 - 30 | Pages: << 1 2 3 4 >> |
|
|