Upload_transparent

Four Days of Rails

 
 
 
 
 
Download PDF FREE
hoisie

by hoisie

Value This
Doc
Scribd
Average
     
Pages: 45 43
Words: 10199 13640
Characters: 85541 81678
Lines: 698 623
     
     
Letters per word: 8.39 5.99
Words per line: 14.61 21.89
Words per page: 226.64 317.21

Add to your reading list

Flag_red Flag this document

Document Information

1,085 Reads | 0 Comments

Description

This is a great tutorial about learning ruby on rails. Retrieved from http://rails.homelinux.org/.

Pdf_16x16 45 Pages


Date Added

12/12/2008

Category
Tags
Groups
Copyright

Attribution Non-commercial

More info »

 

or use Facebook Connect

brian7595

brian7595

'Four Days on Rails' is quite dated now but it might still provide some enlightenment of the way things link together if you are totally new to RoR; however be warned!. For instance, database tables are normally created via Rake using database migration scripts and Ruby migration definitions. Also at present (2009), Rails defaults to using sqlite3 for the database. There are quite a number of other issues that are also not addressed. I might add that I also used this document in my early days when learning Rails and found it quite useful. Keeping up with the changes in Rails is quite demanding but at least you can freeze your applications to whatever version you are using.

01/27/2009