| Rails411 |
| Listings by Administrator |
| Listings |
|
How to make a todo list program with Rails This tutorial is intended for first-time users of Rails who want to build a small database-driven application. I’ve chosen to show the creation of a rather simple TODO list program, because it’s short, easy and can be useful. I’ll be using Rails version 0.9.1, with ActionPack 1.0.1, ActiveRecord 1.2.0 and ActionMailer 0.5. If you have any problems, email them to me. If you want information on the methods and classes used in this tutorial, you can vi ...
Category: Intro to Ruby/RoR
(Hits: 444 | Votes: 0 | Visited: 86 | Added: 2006-05-07 14:40:56)
| |
|
Ajax on Rails
This article introduces the incredibly easy-to-use Ajax support that is part of the Ruby on Rails web application framework. This is not a step-by-step tutorial, and I assume that you know a little bit about how to organize and construct a Rails web application.
Category: Intro to Ruby/RoR
(Hits: 440 | Votes: 0 | Visited: 132 | Added: 2006-05-07 14:43:13)
| |
|
A Many-to-Many tutorial for Rails [OPENS PDF] This brief tutorial is a start-to-finish example of the Model, View, and Controller required for a many-to-many relationship. This is a follow-along tutorial for a finance application so go ahead and create your rails app, configure your database.yml, and start your server.financeapplication so go ahead and create your rails app, configure your database.yml, and start your server.
Category: Intro to Ruby/RoR
(Hits: 437 | Votes: 0 | Visited: 116 | Added: 2006-05-07 14:47:04)
| |
|
Distributing Rails Applications I get a lot of emails about packing and distributing Rails applications with Tar2RubyScript and RubyScript2Exe. It obviously wasn't easy to come up with the steps that have to be taken to transform a Rails application into a standalone application. Since I never built a Rails application myself, I wasn't even sure if it was possible at all. That's why I decided to write this tutorial. In this tutorial, we'll go through the following steps: Search!Main Menu
|