Ruby on Rails Sunday, October 2, 2011

On Sep 29, 4:25 pm, Blaze Boy <blazee...@gmail.com> wrote:
> Hey,
>
> i was a PHP developer -till 3 days ago- when i saaw ROR i switched
> to it immediatly, he sharm of railscast tutorials is very effective :D
>
> i was developing with Codeigniter PHP framework, when i switched to
> ROR
> i didn't find a good API+Guide like codeigniter manual..
>
> i already checked :
> ruby-toolbox.com -- listing only of gems (nice in fact but for
> experiences with extending ROR to for beginners)
> guides.rubyonrails.org -- nice to understand the basics but no
> reference
> railscasts.com -- charming and  has a really effective when you are in
> a hurry to learn or explore features
> api.rubyonrails.org -- can't get any information out of it
>
> and i expect to find something like that guide for ROR :http://codeigniter.com/user_guide/
>
> something that got functions with examples in an organized manner to
> know my limits and what is available for me to use and what's not to
> implement

I'm not clear on what "can't get any information out of it" means
above regarding api.rubyonrails.org - that, combined with the Guides
is pretty much exactly what the Codeigniter site provides.

For api.rubyonrails.org, you'll typically want to start with the
'Base' classes, as they tend to provide the most introductory
documentation (so go to ActiveRecord::Base, ActionController::Base,
etc).

--Matt Jones

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment