hi all, in real i need your help. we are working on a project and we need to know the functions of the files in the ruby gems like app_generator.rb, rails_generator.rb, ... etc so how can i get the functionality of these. is there any source or would anybody help with that? thanx a lot for your time --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Friday 17 August 2007 09:04:58 Mr_tony wrote:> hi all, > in real i need your help. we are working on a project and we need to > know the functions of the files in the ruby gems like > app_generator.rb, rails_generator.rb, ... etc so how can i get the > functionality of these. is there any source or would anybody help with > that? thanx a lot for your time > >If you are serious about developing then I would thoroughly recomend getting a book to get you going. There are many to choose from and I have about 10 on my shelves for ruby/rails which is probably overkil!! Of these I would recomend Agile Web Development with Rails by Dave Thomas & David Hansson. David --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Fri, 17 Aug 2007, Mr_tony wrote:> > hi all, > in real i need your help. we are working on a project and we need to > know the functions of the files in the ruby gems like > app_generator.rb, rails_generator.rb, ... etc so how can i get the > functionality of these. is there any source or would anybody help with > that? thanx a lot for your timeAs a supplement to the other answer about books, there is the gem_server command, which sets up a web server on the machine pointing at the documentation for the gems you have installed. Also make sure you have access to the ri command, which you get when you install docs for ruby at the ruby install time. (make install-doc) HTH Hugh --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---