thanks for the hint, about the API, i didn't know what to open and read, as most classes i opened where not documented so i had to ask. so after the Base classes is there any other classes that seems important to new rails programmers ?
---- Emad Elsaid a.k.a. (Blaze Boy) Websites Designer/Developer Mobile: +20 14 13 7 16 75 http://blazeeboy.blogspot.com On Sun, Oct 2, 2011 at 4:47 PM, Matt Jones <[email protected]> wrote: > > > On Sep 29, 4:25 pm, Blaze Boy <[email protected]> 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

