Hello people! This is my first post here and generally the first post I''m making on the web regarding Ruby or Rails. I come from PHP and especially Joomla. I can''t say I have done some "serious" development till now. I''ve developed small projects but never something ''big''. But these last months I''m very productive and I have a nice idea that I want to develop. So I''ve searched a lot and decided to go with Ruby & RoR for getting into serious web development. I''ve started learning Ruby 3 days ago using "Beginning Ruby - From Novice to Professional" by Cooper and I think I''m doing pretty fine till now (just finished the first part). As I''m eager to learn to develop, I''m constantly thinking about when it will be a good time to start diving into Rails too. I mean, sometimes I can be patient so I don''t want to hurt my Ruby knowledge for rushing too soon into Rails. On the other hand, I also don''t wanna be too slow on this, cause if I''m to learn Ruby, then when I finish this book I could go on another one (Matz''s book) so I will have a solid understanding of all the aspects of the language *before* starting with Rails, but this could take me a lot of time. I just want to do it the "right" way but as Rubyists believe: "there is more than one way to do it" ;) When would you suggest me to start with Rails? I already have basic knowledge of MVC architecture and classes + objects in Ruby. Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/pSVxApT30iIJ. 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 this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 26 December 2011 23:06, Agis A. <corestudiosinc-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> As I''m eager to learn to develop, I''m constantly thinking about when it will > be a good time to start diving into Rails too. > when I finish this book I could go on another one > When would you suggest me to start with Rails? I already have basic > knowledge of MVC architecture and classes + objects in Ruby.I''d finish the book you''re working through, then dive into Rails - if you want to follow another book after, I''d recommend "Agile Web Development With Rails", or find another tutorial/primer that takes you through the framework idioms. Have some fun; make some mistakes; ask some questions here; throw away some stinky code, and start again after ;-) -- 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 this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Hey Agis, Welcome to the community! Don''t worry too much about not having a strong enough foundation in Ruby. The best way to learn something is to actually practice it. Get the Agile book mentioned earlier and just start coding! That way you''ll know what knowledge you lack and know what you need to learn. Best of luck on your journey and most importantly, have lots of fun! David @davidchua On 27 Dec, 2011, at 7:06 AM, "Agis A." <corestudiosinc-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hello people! > > This is my first post here and generally the first post I''m making on the web regarding Ruby or Rails. I come from PHP and especially Joomla. I can''t say I have done some "serious" development till now. I''ve developed small projects but never something ''big''. But these last months I''m very productive and I have a nice idea that I want to develop. So I''ve searched a lot and decided to go with Ruby & RoR for getting into serious web development. I''ve started learning Ruby 3 days ago using "Beginning Ruby - From Novice to Professional" by Cooper and I think I''m doing pretty fine till now (just finished the first part). > > As I''m eager to learn to develop, I''m constantly thinking about when it will be a good time to start diving into Rails too. I mean, sometimes I can be patient so I don''t want to hurt my Ruby knowledge for rushing too soon into Rails. On the other hand, I also don''t wanna be too slow on this, cause if I''m to learn Ruby, then when I finish this book I could go on another one (Matz''s book) so I will have a solid understanding of all the aspects of the language *before* starting with Rails, but this could take me a lot of time. I just want to do it the "right" way but as Rubyists believe: "there is more than one way to do it" ;) > > When would you suggest me to start with Rails? I already have basic knowledge of MVC architecture and classes + objects in Ruby. > > Thanks in advance. > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. > To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/pSVxApT30iIJ. > 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 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 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 this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
+1 for the agile web development with rails book. Also checkout this website http://ruby.railstutorial.org/ruby-on-rails-tutorial-book The best way to learn any new language or framework is to apply it a real world problem. Start with any project, it can be something you wanted to do since a long time or maybe even try to port some website you''ve done in PHP to rails. That way you will have an idea of what needs to be done and you can start by asking what do i need to learn get this feature done. This way you are seeing yourself build something real as you are learning. Gautam Pai On Wed, Dec 28, 2011 at 6:04 AM, David Chua <zhchua-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hey Agis, > > Welcome to the community! > > Don''t worry too much about not having a strong enough foundation in Ruby. > > The best way to learn something is to actually practice it. > > Get the Agile book mentioned earlier and just start coding! > > That way you''ll know what knowledge you lack and know what you need to > learn. > > Best of luck on your journey and most importantly, have lots of fun! > > David > @davidchua > > On 27 Dec, 2011, at 7:06 AM, "Agis A." <corestudiosinc-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Hello people! > > This is my first post here and generally the first post I''m making on the > web regarding Ruby or Rails. I come from PHP and especially Joomla. I can''t > say I have done some "serious" development till now. I''ve developed small > projects but never something ''big''. But these last months I''m very > productive and I have a nice idea that I want to develop. So I''ve searched > a lot and decided to go with Ruby & RoR for getting into serious web > development. I''ve started learning Ruby 3 days ago using "Beginning Ruby - > From Novice to Professional" by Cooper and I think I''m doing pretty fine > till now (just finished the first part). > > As I''m eager to learn to develop, I''m constantly thinking about when it > will be a good time to start diving into Rails too. I mean, sometimes I can > be patient so I don''t want to hurt my Ruby knowledge for rushing too soon > into Rails. On the other hand, I also don''t wanna be too slow on this, > cause if I''m to learn Ruby, then when I finish this book I could go on > another one (Matz''s book) so I will have a solid understanding of all the > aspects of the language *before* starting with Rails, but this could take > me a lot of time. I just want to do it the "right" way but as Rubyists > believe: "there is more than one way to do it" ;) > > When would you suggest me to start with Rails? I already have basic > knowledge of MVC architecture and classes + objects in Ruby. > > Thanks in advance. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/rubyonrails-talk/-/pSVxApT30iIJ. > 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 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 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 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 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 this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Rails Recipes is a great resource too: http://pragprog.com/book/rr2/rails-recipes []''s --- Felipe Fontoura Eng. de Computação http://www.felipefontoura.com 2011/12/27 Gautam Pai <gomzi.pai-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>> +1 for the agile web development with rails book. > > Also checkout this website > http://ruby.railstutorial.org/ruby-on-rails-tutorial-book > > The best way to learn any new language or framework is to apply it a real > world problem. Start with any project, it can be something you wanted to do > since a long time or maybe even try to port some website you''ve done in PHP > to rails. That way you will have an idea of what needs to be done and you > can start by asking what do i need to learn get this feature done. This way > you are seeing yourself build something real as you are learning. > > Gautam Pai > > > On Wed, Dec 28, 2011 at 6:04 AM, David Chua <zhchua-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > >> Hey Agis, >> >> Welcome to the community! >> >> Don''t worry too much about not having a strong enough foundation in Ruby. >> >> The best way to learn something is to actually practice it. >> >> Get the Agile book mentioned earlier and just start coding! >> >> That way you''ll know what knowledge you lack and know what you need to >> learn. >> >> Best of luck on your journey and most importantly, have lots of fun! >> >> David >> @davidchua >> >> On 27 Dec, 2011, at 7:06 AM, "Agis A." <corestudiosinc-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> >> Hello people! >> >> This is my first post here and generally the first post I''m making on the >> web regarding Ruby or Rails. I come from PHP and especially Joomla. I can''t >> say I have done some "serious" development till now. I''ve developed small >> projects but never something ''big''. But these last months I''m very >> productive and I have a nice idea that I want to develop. So I''ve searched >> a lot and decided to go with Ruby & RoR for getting into serious web >> development. I''ve started learning Ruby 3 days ago using "Beginning Ruby - >> From Novice to Professional" by Cooper and I think I''m doing pretty fine >> till now (just finished the first part). >> >> As I''m eager to learn to develop, I''m constantly thinking about when it >> will be a good time to start diving into Rails too. I mean, sometimes I can >> be patient so I don''t want to hurt my Ruby knowledge for rushing too soon >> into Rails. On the other hand, I also don''t wanna be too slow on this, >> cause if I''m to learn Ruby, then when I finish this book I could go on >> another one (Matz''s book) so I will have a solid understanding of all the >> aspects of the language *before* starting with Rails, but this could take >> me a lot of time. I just want to do it the "right" way but as Rubyists >> believe: "there is more than one way to do it" ;) >> >> When would you suggest me to start with Rails? I already have basic >> knowledge of MVC architecture and classes + objects in Ruby. >> >> Thanks in advance. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Ruby on Rails: Talk" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/rubyonrails-talk/-/pSVxApT30iIJ. >> 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 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 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 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 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 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 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 this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
I have the same "problem". Actually, I have some challenges. (i) Getting better with my english because I''m very bad. (ii) And develope a system that I did for a English School and offer this system like a SaaS model for another schools. Something like basecamp but very specific. So, I have a long way =/ I hope that this forum help me. thanks! On 27 dez, 23:57, Gautam Pai <gomzi....-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> +1 for the agile web development with rails book. > > Also checkout this websitehttp://ruby.railstutorial.org/ruby-on-rails-tutorial-book > > The best way to learn any new language or framework is to apply it a real > world problem. Start with any project, it can be something you wanted to do > since a long time or maybe even try to port some website you''ve done in PHP > to rails. That way you will have an idea of what needs to be done and you > can start by asking what do i need to learn get this feature done. This way > you are seeing yourself build something real as you are learning. > > Gautam Pai > > > > > > > > On Wed, Dec 28, 2011 at 6:04 AM, David Chua <zhc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Hey Agis, > > > Welcome to the community! > > > Don''t worry too much about not having a strong enough foundation in Ruby. > > > The best way to learn something is to actually practice it. > > > Get the Agile book mentioned earlier and just start coding! > > > That way you''ll know what knowledge you lack and know what you need to > > learn. > > > Best of luck on your journey and most importantly, have lots of fun! > > > David > > @davidchua > > > On 27 Dec, 2011, at 7:06 AM, "Agis A." <corestudios...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Hello people! > > > This is my first post here and generally the first post I''m making on the > > web regarding Ruby or Rails. I come from PHP and especially Joomla. I can''t > > say I have done some "serious" development till now. I''ve developed small > > projects but never something ''big''. But these last months I''m very > > productive and I have a nice idea that I want to develop. So I''ve searched > > a lot and decided to go with Ruby & RoR for getting into serious web > > development. I''ve started learning Ruby 3 days ago using "Beginning Ruby - > > From Novice to Professional" by Cooper and I think I''m doing pretty fine > > till now (just finished the first part). > > > As I''m eager to learn to develop, I''m constantly thinking about when it > > will be a good time to start diving into Rails too. I mean, sometimes I can > > be patient so I don''t want to hurt my Ruby knowledge for rushing too soon > > into Rails. On the other hand, I also don''t wanna be too slow on this, > > cause if I''m to learn Ruby, then when I finish this book I could go on > > another one (Matz''s book) so I will have a solid understanding of all the > > aspects of the language *before* starting with Rails, but this could take > > me a lot of time. I just want to do it the "right" way but as Rubyists > > believe: "there is more than one way to do it" ;) > > > When would you suggest me to start with Rails? I already have basic > > knowledge of MVC architecture and classes + objects in Ruby. > > > Thanks in advance. > > > -- > > You received this message because you are subscribed to the Google Groups > > "Ruby on Rails: Talk" group. > > To view this discussion on the web visit > >https://groups.google.com/d/msg/rubyonrails-talk/-/pSVxApT30iIJ. > > 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 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 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 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 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 this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 12/26/2011 04:06 PM, Agis A. wrote:> ... > When would you suggest me to start with Rails? I already have basic > knowledge of MVC architecture and classes + objects in Ruby. > > Thanks in advance. >As other have suggested there is no time like the present. On common pitfall when trying to follow one of the books or tutorials to learn ROR is that ROR has changed significantly from version to version. Make sure that you load up the version of ROR that your book/tutorial is based on. Once you get some understanding of ROR you can probably move up to whatever version you think you should use but many people have asked a lot of questions and had a lot of confusion because they had a book based on ROR 2.x and they had loaded up the latest ROR which is 3.x. Enjoy Norm -- 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 this group at http://groups.google.com/group/rubyonrails-talk?hl=en.