Hi all, I''m just stepping into the what seems the wonderful world of Ruby/Rails and was just looking for some recommendations for reading materials, resources etc. I am currently watching the Ruby Essential Training and Ruby on Rails 3 Essential Training over at lynda.com which so far seem pretty good for getting me started. So if anyone can recommend good books, resource sites, personal blogs with good tutorials or anything they think I might find useful while starting out, I''d be eternally great-full. I do have several years web development experience so I''m not a total a total newcomer just never used Ruby before. Thanks, Richard -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/TwVUYuJoOqgJ. For more options, visit https://groups.google.com/groups/opt_out.
This posting offers some options that you might find useful: http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/35451bac46677efc/d82de35d30d07d47?hl=en&lnk=gst&q=rob+connery#d82de35d30d07d47 On Oct 4, 4:52 pm, Richard McKenna <richarddmcke...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi all, > > I''m just stepping into the what seems the wonderful world of Ruby/Rails and > was just looking for some recommendations for reading materials, resources > etc. > > I am currently watching the Ruby Essential Training and Ruby on Rails 3 > Essential Training over at lynda.com which so far seem pretty good for > getting me started. > > So if anyone can recommend good books, resource sites, personal blogs with > good tutorials or anything they think I might find useful while starting > out, I''d be eternally great-full. > > I do have several years web development experience so I''m not a total a > total newcomer just never used Ruby before. > > Thanks, > > Richard-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
On Thu, Oct 4, 2012 at 2:52 PM, Richard McKenna <richarddmckenna-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi all, > > I''m just stepping into the what seems the wonderful world of Ruby/Rails and > was just looking for some recommendations for reading materials, resources > etc. > > I am currently watching the Ruby Essential Training and Ruby on Rails 3 > Essential Training over at lynda.com which so far seem pretty good for > getting me started. > > So if anyone can recommend good books, resource sites, personal blogs with > good tutorials or anything they think I might find useful while starting > out, I''d be eternally great-full.This is a great resource http://ruby.railstutorial.org/> > I do have several years web development experience so I''m not a total a > total newcomer just never used Ruby before. > > Thanks, > > Richard >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
Thanks guys, much appreciated. On Friday, 5 October 2012 13:09:28 UTC+1, fuzzy wrote:> > This posting offers some options that you might find useful: > > http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/35451bac46677efc/d82de35d30d07d47?hl=en&lnk=gst&q=rob+connery#d82de35d30d07d47 > > On Oct 4, 4:52 pm, Richard McKenna <richarddmcke...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Hi all, > > > > I''m just stepping into the what seems the wonderful world of Ruby/Rails > and > > was just looking for some recommendations for reading materials, > resources > > etc. > > > > I am currently watching the Ruby Essential Training and Ruby on Rails 3 > > Essential Training over at lynda.com which so far seem pretty good for > > getting me started. > > > > So if anyone can recommend good books, resource sites, personal blogs > with > > good tutorials or anything they think I might find useful while starting > > out, I''d be eternally great-full. > > > > I do have several years web development experience so I''m not a total a > > total newcomer just never used Ruby before. > > > > Thanks, > > > > Richard >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/SKYJWTbntyoJ. For more options, visit https://groups.google.com/groups/opt_out.
On Oct 5, 2012, at 8:33 AM, Richard McKenna wrote:> Thanks guys, much appreciated. >I haven''t tried them myself, but I''ve seen anecdotal evidence that the Lynda tutorials are using really old versions of Rails. Might be a good idea to go through railstutorial.org with an eye to "un-learning" any bad habits you might have picked up at Lynda. Walter -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
Online there is: http://guides.rubyonrails.org/ http://railscasts.com/ (but many not free, but worth it) https://peepcode.com/ (not free, but worth it) Most of what you run into you''ll be able to google but note that things changed significantly from Rails 2 to 3 (and a lot between 3 and 3.1), and changes between Ruby 1.8 and 1.9. Even though that is less of a pain than it used to be, it will probably trip you up here and there. Lots of stuff on blogs and that will bring up API documentation also. When looking for a gem google something you are looking for and github in same query, or look in rubygems.org (search) sometimes. This talk from Dave Thomas was great, even though several years old (large file): http://scotland-on-rails.s3.amazonaws.com/2A04_DaveThomas-SOR.mp4 If you have the luxury of quiet periodically in your car or wherever, check out the podcast at: http://ruby5.envylabs.com/ Also check out the hot stuff in GitHub: https://github.com/languages/Ruby Keep a listen on the core Rails list: https://groups.google.com/forum/?fromgroups=#!forum/rubyonrails-core and ruby etc on ruby forum: http://www.ruby-forum.com/ and stackoverflow, which is the best place to get questions answered. While there are good choices on the book side of things, be careful; things get outdated quickly. And like I said, be aware that people are still using various older versions of Rails or Ruby, some may be using JRuby, etc. Whatever you do, have fun! On Friday, October 5, 2012 8:33:51 AM UTC-4, Richard McKenna wrote:> > Thanks guys, much appreciated. > > > On Friday, 5 October 2012 13:09:28 UTC+1, fuzzy wrote: >> >> This posting offers some options that you might find useful: >> >> http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/35451bac46677efc/d82de35d30d07d47?hl=en&lnk=gst&q=rob+connery#d82de35d30d07d47 >> >> On Oct 4, 4:52 pm, Richard McKenna <richarddmcke...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> > Hi all, >> > >> > I''m just stepping into the what seems the wonderful world of Ruby/Rails >> and >> > was just looking for some recommendations for reading materials, >> resources >> > etc. >> > >> > I am currently watching the Ruby Essential Training and Ruby on Rails 3 >> > Essential Training over at lynda.com which so far seem pretty good for >> > getting me started. >> > >> > So if anyone can recommend good books, resource sites, personal blogs >> with >> > good tutorials or anything they think I might find useful while >> starting >> > out, I''d be eternally great-full. >> > >> > I do have several years web development experience so I''m not a total a >> > total newcomer just never used Ruby before. >> > >> > Thanks, >> > >> > Richard >> >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/AumuHhA8kz4J. For more options, visit https://groups.google.com/groups/opt_out.
Yes, and that will be the same for railscasts, peepcode, and everything else. Things change quickly. But agree- I used to work somewhere that had access to Lynda and when I checked it their stuff was older, but like anything, maybe they have new content by the time you read this. On Friday, October 5, 2012 10:50:22 AM UTC-4, Walter Lee Davis wrote:> > > On Oct 5, 2012, at 8:33 AM, Richard McKenna wrote: > > > Thanks guys, much appreciated. > > > > I haven''t tried them myself, but I''ve seen anecdotal evidence that the > Lynda tutorials are using really old versions of Rails. Might be a good > idea to go through railstutorial.org with an eye to "un-learning" any bad > habits you might have picked up at Lynda. > > Walter > >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/_NcCvT1sXDQJ. For more options, visit https://groups.google.com/groups/opt_out.
Yeah the Ruby Essential training is 1.8.6 and Ruby on Rails Essential training is 1.9.2 and 3.0.0. I''ve already been caught out by the changes to migrations but didn''t really cause any problems after reading the rails guide on migrations. I''ll be taking a look at all the suggestions tonight, I''m actually quite excited about starting with a new language. Are there any personal blogs for well known members of the community that are worth a look. I''m coming from a ColdFusion background and enjoy reading blogs like Raymond Camden''s and Ben Nadal''s where they regularly posts how too''s and ask Ray/Ben type things. Thanks, Richard On Friday, 5 October 2012 16:00:35 UTC+1, gsw wrote:> > Yes, and that will be the same for railscasts, peepcode, and everything > else. Things change quickly. But agree- I used to work somewhere that had > access to Lynda and when I checked it their stuff was older, but like > anything, maybe they have new content by the time you read this. > > On Friday, October 5, 2012 10:50:22 AM UTC-4, Walter Lee Davis wrote: >> >> >> On Oct 5, 2012, at 8:33 AM, Richard McKenna wrote: >> >> > Thanks guys, much appreciated. >> > >> >> I haven''t tried them myself, but I''ve seen anecdotal evidence that the >> Lynda tutorials are using really old versions of Rails. Might be a good >> idea to go through railstutorial.org with an eye to "un-learning" any >> bad habits you might have picked up at Lynda. >> >> Walter >> >>-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/ihhdaNcIw3YJ. For more options, visit https://groups.google.com/groups/opt_out.
A lot of people tweet and G+, etc. now but unless you are into that here are a few: Rails: http://www.rubyinside.com/ http://jonathanleighton.com/articles/ http://yehudakatz.com/ (now mostly Ember and not much on the blog recently) http://tenderlovemaking.com/ http://broadcastingadam.com/ http://rubyonrails.org/core JRuby, etc.: http://blog.headius.com/ The best thing though in the beginning is to just code though. It will make more sense that way. I usually only catch up on blogs when I''m searching for something. Hacker News is my biggest time sink: http://news.ycombinator.com/ http://news.ycombinator.com/newest On Friday, October 5, 2012 11:36:48 AM UTC-4, Richard McKenna wrote:> > Yeah the Ruby Essential training is 1.8.6 and Ruby on Rails Essential > training is 1.9.2 and 3.0.0. I''ve already been caught out by the changes to > migrations but didn''t really cause any problems after reading the rails > guide on migrations. > > I''ll be taking a look at all the suggestions tonight, I''m actually quite > excited about starting with a new language. > > Are there any personal blogs for well known members of the community that > are worth a look. > > I''m coming from a ColdFusion background and enjoy reading blogs like > Raymond Camden''s and Ben Nadal''s where they regularly posts how too''s and > ask Ray/Ben type things. > > Thanks, Richard > > > On Friday, 5 October 2012 16:00:35 UTC+1, gsw wrote: >> >> Yes, and that will be the same for railscasts, peepcode, and everything >> else. Things change quickly. But agree- I used to work somewhere that had >> access to Lynda and when I checked it their stuff was older, but like >> anything, maybe they have new content by the time you read this. >> >> On Friday, October 5, 2012 10:50:22 AM UTC-4, Walter Lee Davis wrote: >>> >>> >>> On Oct 5, 2012, at 8:33 AM, Richard McKenna wrote: >>> >>> > Thanks guys, much appreciated. >>> > >>> >>> I haven''t tried them myself, but I''ve seen anecdotal evidence that the >>> Lynda tutorials are using really old versions of Rails. Might be a good >>> idea to go through railstutorial.org with an eye to "un-learning" any >>> bad habits you might have picked up at Lynda. >>> >>> Walter >>> >>>-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/MWj5fKXpw0IJ. For more options, visit https://groups.google.com/groups/opt_out.
You up for remote pair programming? I am working on an open source Rails project (RideShare<https://github.com/thelabtech/rs/tree/develop>) and leave an hour or so open for pairing. No pressure. Just an option. On Friday, October 5, 2012 3:58:31 PM UTC-5, gsw wrote:> > A lot of people tweet and G+, etc. now but unless you are into that here > are a few: > > Rails: > http://www.rubyinside.com/ > http://jonathanleighton.com/articles/ > http://yehudakatz.com/ (now mostly Ember and not much on the blog > recently) > http://tenderlovemaking.com/ > http://broadcastingadam.com/ > http://rubyonrails.org/core > > JRuby, etc.: > http://blog.headius.com/ > > The best thing though in the beginning is to just code though. It will > make more sense that way. I usually only catch up on blogs when I''m > searching for something. Hacker News is my biggest time sink: > http://news.ycombinator.com/ > http://news.ycombinator.com/newest > > On Friday, October 5, 2012 11:36:48 AM UTC-4, Richard McKenna wrote: >> >> Yeah the Ruby Essential training is 1.8.6 and Ruby on Rails Essential >> training is 1.9.2 and 3.0.0. I''ve already been caught out by the changes to >> migrations but didn''t really cause any problems after reading the rails >> guide on migrations. >> >> I''ll be taking a look at all the suggestions tonight, I''m actually quite >> excited about starting with a new language. >> >> Are there any personal blogs for well known members of the community that >> are worth a look. >> >> I''m coming from a ColdFusion background and enjoy reading blogs like >> Raymond Camden''s and Ben Nadal''s where they regularly posts how too''s and >> ask Ray/Ben type things. >> >> Thanks, Richard >> >> >> On Friday, 5 October 2012 16:00:35 UTC+1, gsw wrote: >>> >>> Yes, and that will be the same for railscasts, peepcode, and everything >>> else. Things change quickly. But agree- I used to work somewhere that had >>> access to Lynda and when I checked it their stuff was older, but like >>> anything, maybe they have new content by the time you read this. >>> >>> On Friday, October 5, 2012 10:50:22 AM UTC-4, Walter Lee Davis wrote: >>>> >>>> >>>> On Oct 5, 2012, at 8:33 AM, Richard McKenna wrote: >>>> >>>> > Thanks guys, much appreciated. >>>> > >>>> >>>> I haven''t tried them myself, but I''ve seen anecdotal evidence that the >>>> Lynda tutorials are using really old versions of Rails. Might be a good >>>> idea to go through railstutorial.org with an eye to "un-learning" any >>>> bad habits you might have picked up at Lynda. >>>> >>>> Walter >>>> >>>>-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/RwTi0gwoWY8J. For more options, visit https://groups.google.com/groups/opt_out.