References |
Categories |
|
Intro to Ruby/RoR (11)
RoR Installation (1)
|
| Listings |
| There are 16 listings in this category. Add your listing here |
|
GemJack - Ruby Gem Documentation
GemJack.com is a basic, but highly effective, site featuring full HTML documentation for most of the Ruby gems (Ruby's library packaging system). Hopefully it'll get indexed by Google in full and beginners will find it easier to find the documentation they want straight from Google.
(Hits: 244 | Votes: 1 | Visited: 83 | Added: 2006-07-16 00:20:42)
|
|
Environments in Rails 0.13.1 Environments in Rails 0.13.1 lists all the various configuration options available to you, with a brief description of the purpose they serve. *This is for Rails v.0.13.1!
(Hits: 310 | Votes: 0 | Visited: 109 | Added: 2006-05-22 13:36:01)
|
|
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.
(Hits: 313 | Votes: 0 | Visited: 102 | Added: 2006-05-07 14:43:13)
|
|
Configuring Rails Environments: The Cheat Sheet
So the first place we can look for information on environments is config/environment.rb. If you have added external libraries to your rails app or turned an app into production mode, should should be mildly familiar with this file. It does things like set your root rails directory, organize load paths and set your working environment.
Allow me to direct you to the lines of code significant to our discussion...
(Hits: 330 | Votes: 0 | Visited: 125 | Added: 2006-05-22 13:41:21)
|
|
Guide: Environments in Rails 1.1
Environments in Rails 1.1 lists all the various configuration options available to you, with a brief description of the purpose they serve.
(Hits: 331 | Votes: 0 | Visited: 113 | Added: 2006-05-22 13:36:01)
|
|
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.
(Hits: 332 | Votes: 0 | Visited: 91 | 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! |