A good reference guide?

Hi everyone.

I’m just starting on ROR, have done some basic programming at Uni. Been
told ROR is fairly straight forward, so thought to give it a go.

Could anyone recommend a easy to read reference guide with all the
built-in functions, and the syntex used like etc.?

thanks in advance.

Grace

Could anyone recommend a easy to read reference guide with all the
built-in functions, and the syntex used like etc.?

Grace

Faisal N Jawdat’s RoR FAQ covers this topic:

http://www.faisal.com/docs/ror-list-faq.html#what-book

Always Google for a FAQ before posting!


Phlip
http://www.oreilly.com/catalog/9780596510657/
“Test Driven Ajax (on Rails)”
assert_xpath, assert_javascript, & assert_ajax

I have a couple posts describing the various Rails books:

http://www.mslater.com/2007/1/26/new-ruby-on-rails-books

http://www.mslater.com/2007/1/4/ruby-on-rails-books

Michael S.

Michael S. wrote:

I have a couple posts describing the various Rails books:

http://www.mslater.com/2007/1/26/new-ruby-on-rails-books
http://www.mslater.com/2007/1/4/ruby-on-rails-books

Thanks Michael, I’m trying to follow the Beginning Ruby on Rails book.
What you have there is very useful. Thanks.

Grace