| Up to higher level directory | |||
| Name | Date | Size | |
|---|---|---|---|
| actionmailer-1.3.3.gem | 08-Dec-2008 | 82.5K | |
| actionpack-1.13.3.gem | 08-Dec-2008 | 593K | |
| actionwebservice-1.2.3.gem | 08-Dec-2008 | 66K | |
| activerecord-1.15.3.gem | 08-Dec-2008 | 396.5K | |
| activesupport-1.4.2.gem | 08-Dec-2008 | 212K | |
| make_solaris.sh | 08-Dec-2008 | 936 | |
| rails-1.2.3.gem | 08-Dec-2008 | 164.5K | |
| rake-0.7.2.gem | 08-Dec-2008 | 81K | |
| README | 08-Dec-2008 | 382 | |
1 Rails 1.2.3 2 3 # To create your first application, do the following : 4 PATH=/opt/coolstack/bin:$PATH 5 export PATH 6 rails <appname> 7 8 #This will create a sub-directory called <appname> under your current directory. 9 10 # Now startup the WEBrick server 11 cd <appname> 12 ruby script/server 13 14 # You can point your browser at <host>:3000 and follow the instructions 15 # to create your rails application 16