Search the web
Sign In
New User? Sign Up
RubyOnRails · Ruby on Rails
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Hi all   Message List  
Reply | Forward Message #87 of 107 |
Re: Hi all

If you are a visual learner, I would recommend Ryan Bates blog of
webcasts (or railscasts) at www.railscasts.com. He presents some
practical solutions to very common problems. You should also spend a
lot of time with the API's for both Rails and for Ruby since they
usually have a couple of examples on how to use the methods; the Rails
API is particularly good at this. If do not have a persistent
Internet connection, I would recommend generating the documentation
for the version of rails that you are using. You can accomplish this
by running a couple rake commands from your console or command prompt:

Before you get started, make sure you are in the top of your
application directory e.g. /rails_apps/my_rails_app/

1) First freeze your version of rails by calling "rake rails:freeze:gems

2) Use RDoc to create the API documentation by calling "rake doc:rails"

The resulting HTML documentation should be located in your doc/api
subdirectory


--- In RubyOnRails@yahoogroups.com, "satyaatkiit" <satyaatkiit@...> wrote:
>
> Hi all
> I am new to Ruby on Rails. I want some materials to start this. Can
> anyone having any tutorials regarding this send me ?
>
> Thanks n Regards
> Satyananda Behera
> CGI India
> Bangalore,India
>





Sat Jan 12, 2008 1:22 pm

mpfilbin
Offline Offline
Send Email Send Email

Forward
Message #87 of 107 |
Expand Messages Author Sort by Date

Hi all I am new to Ruby on Rails. I want some materials to start this. Can anyone having any tutorials regarding this send me ? Thanks n Regards Satyananda...
satyaatkiit
Offline Send Email
Oct 12, 2007
12:48 pm

I would recommend Agile Web Development with Rails by Dave Thomas....
Paul
feldar_99
Offline Send Email
Nov 15, 2007
6:05 pm

If you are a visual learner, I would recommend Ryan Bates blog of webcasts (or railscasts) at www.railscasts.com. He presents some practical solutions to very...
mpfilbin
Offline Send Email
Jan 12, 2008
1:46 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help