Hi, I am a student, I got an assignment, to create a twitter kind of social networking site, I am totally new on ruby on rails, I don''t know how to start working on it. Any suggestion? -- 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.
to create a full flash site like twitter is hard for a new bie Try make a simple one in a starting http://www.noupe.com/ajax/create-a-simple-twitter-app.html On Sun, Aug 15, 2010 at 8:08 AM, MLK <manishkhoshin-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, > I am a student, I got an assignment, to create a twitter kind of > social networking site, I am totally new on ruby on rails, I don''t > know how to start working on it. Any suggestion? > > -- > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- Thanks: Rajeev sharma -- 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.
On Sat, Aug 14, 2010 at 11:38 PM, MLK <manishkhoshin-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, > I am a student, I got an assignment, to create a twitter kind of > social networking site, I am totally new on ruby on rails, I don''t > know how to start working on it. Any suggestion? >I''d strongly recommend you to take a look at the ruby language first. At least the main features. There''s a nice guide[1] for this. There''s also a book with the same name. Ok, before anything else, you MUST read the Rails guides. Getting started guide will give you pretty much everything you need to get yourself in the road. After that, I suggest you to get the "Agile Web Development with Rails"[2] book. Hope it helps. [1]http://ruby-doc.org/docs/ProgrammingRuby/ [2]http://www.amazon.com/Agile-Web-Development-Rails-Third/dp/1934356166/ref=dp_ob_title_bk -- Leonardo Mateo. There''s no place like ~ -- 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.
rajeevsharma86 wrote:> to create a full flash site like twitterTwitter doesn''t use Flash. Come back when you actually have something accurate to say.> is hard for a new bie Try make > a > simple one in a starting > > http://www.noupe.com/ajax/create-a-simple-twitter-app.html >Best, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org Sent from my iPhone -- Posted via http://www.ruby-forum.com/. -- 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 Sun, Aug 15, 2010 at 09:26, Leonardo Mateo <leonardomateo-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I''d strongly recommend you to take a look at the ruby language first.There are 2 Ruby versions to look at if you are new, 1.8 and 1.9. Ruby 1.9 really is a step forward from 1.8, but there are 2 problems: 1) Ruby 1.9.1 segfaults with Rails, and 2) 1.9.2 isn''t out yet. So your choices are to stick with 1.8.7 (which has seen some backports from 1.9) or man up and use Ruby 1.9.2-RC2. That seems stable enough. Anyway, don''t use 1.9.1 for Rails.> Ok, before anything else, you MUST read the Rails guides.Same story, Rails 2.3.x is the stable one, but Rails 3 is just around the corner. Some apps are already using Rails 3 for production, so if you are absolutely new to it, learn that. -- 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.
Pablo Torres N. wrote: [...]> Same story, Rails 2.3.x is the stable one, but Rails 3 is just around > the corner. Some apps are already using Rails 3 for production, so if > you are absolutely new to it, learn that.No. If you''re new to Rails, learn 2.3, the stable version that people are actually using. Deal with bleeding-edge Rails 3 when it''s actually stable and ready for release. Best, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org Sent from my iPhone -- Posted via http://www.ruby-forum.com/. -- 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.
hey Marnen Laibow-Koser, * *i* *am *sorry *for that flash means in that mail "Complete" . the acctual line should be there is this "*to create a full flash/(Complete) site like twitter" * sorrry to all for incomplete sentance On Sun, Aug 15, 2010 at 8:24 PM, Marnen Laibow-Koser <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org>wrote:> rajeevsharma86 wrote: > > to create a full flash site like twitter > > Twitter doesn''t use Flash. Come back when you actually have something > accurate to say. > > > is hard for a new bie Try make > > a > > simple one in a starting > > > > http://www.noupe.com/ajax/create-a-simple-twitter-app.html > > > > Best, > -- > Marnen Laibow-Koser > http://www.marnen.org > marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org > > Sent from my iPhone > -- > Posted via http://www.ruby-forum.com/. > > -- > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- Thanks: Rajeev sharma -- 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.