I''m having a bit of hard time to learn more about ror development. I''ve looked at the www.rubyonrails.org and information is only good for introductory. I looking at a more complete user manual, any resource on this?
http://www.pragmaticprogrammer.com/titles/rails/index.html http://www.bookpool.com/sm/097669400X Kyle Heon kheon-Wuw85uim5zDR7s880joybQ@public.gmane.org -----Original Message----- From: rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Paul Chin Sent: Tuesday, August 09, 2005 8:05 PM To: Rails Subject: [Rails] RoR training material I''m having a bit of hard time to learn more about ror development. I''ve looked at the www.rubyonrails.org and information is only good for introductory. I looking at a more complete user manual, any resource on this? _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
http://www.pragmaticprogrammer.com/titles/rails/
On Wed, 10 Aug 2005, Paul Chin wrote:> I''m having a bit of hard time to learn more about ror development. > I''ve looked at the www.rubyonrails.org and information is only good for > introductory. I looking at a more complete user manual, any resource on > this?Not a user manual per se, but will prove helpful: http://www.pragmaticprogrammer.com/titles/rails/index.html -- _Deirdre web / blog: http://deirdre.net/ yarn: http://fuzzyorange.com cat''s blog: http://fuzzyorange.com/vsd/ "Memes are a hoax! Pass it on!"
On 8/9/05, Paul Chin <paulchin-0SqPFV7GnR3FK4RKhr3rmg@public.gmane.org> wrote:> I''m having a bit of hard time to learn more about ror development. I''ve > looked at the www.rubyonrails.org and information is only good for > introductory. I looking at a more complete user manual, any resource on > this?Browse the wiki, read the hieraki manuals (http://manuals.rubyonrails.com/), read the API docs (http://rails.rubyonrails.com/). Of course there''s the fantastic Agile Web Dev in Rails book. None of this helped me nearly as much as looking at some good OS apps in rails (http://wiki.rubyonrails.com/rails/show/OpenSourceProjects) or just going code spelunking in the rails source. -- rick http://techno-weenie.net
I second this as a great way to learn:> None of this helped me nearly as much > as looking at some good OS apps in rails > (http://wiki.rubyonrails.com/rails/show/OpenSourceProjects) or just > going code spelunking in the rails source.I''ve been looking for a good, easy, cheap way to print out an application''s entire source -- but can''t seem to find an app that lets me point at a directory and print away. Anybody have a good solution for this? Ben