Heri R>
2006-Nov-06 21:51 UTC
seriously, how much time does it take to develop a rails project
hi all, if you have to develop an app like digg with all its current features, starting from scratch, how much time would you take, doing it alone? also if someone wants to create something like cragslist, how much hours would that take. note: i dont want at all to make a copycat of digg or craiglists, i just want to compare how fast i develop comparing to other people, taking examples of well known websites thanks everyone -- Heri R. http://sprinj.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-/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 -~----------~----~----~----~------~----~------~--~---
jemminger
2006-Nov-06 23:52 UTC
Re: seriously, how much time does it take to develop a rails project
seriously, can there be a *real* answer to this? it depends on who is writing the code, how many are writing the code, how familiar they are with ruby and rails, how quickly they can learn on their own etc... what i can tell you is that i have worked 5+ years with classic ASP, PHP, Java/Servlets, and now python and rails. I like rails the most and find it to have the shortest development time. recreating digg or craigslist would be a week or two for me, and i''m still a rails noob. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Bryan Mill
2006-Nov-07 14:53 UTC
Re: seriously, how much time does it take to develop a rails
I think it''s also important to distinguish between creating an app that copies the features of digg or craiglist, and actually deploying the app successfully. The features might not take a while, but testing, deploying, and keeping the site going with a sizeable user base I would imagine are a huge time sink. -- 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-/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 -~----------~----~----~----~------~----~------~--~---
mixplate
2006-Nov-07 18:13 UTC
Re: seriously, how much time does it take to develop a rails
to develop from scratch, a week or 2 being a noob(just backend no pretty interface). afterwards, any other site that is similiar, a day or so. once you get the hang of controller, model, view and learning to use/understand user documentation/api things start to get easy. ive been in the RoR environment for about 2 months now. -- 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-/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 -~----------~----~----~----~------~----~------~--~---
Chris T
2006-Nov-16 15:39 UTC
Re: seriously, how much time does it take to develop a rails
mixplate wrote:> to develop from scratch, a week or 2 being a noob(just backend no pretty > interface). afterwards, any other site that is similiar, a day or so. > once you get the hang of controller, model, view and learning to > use/understand user documentation/api things start to get easy. ive been > in the RoR environment for about 2 months now. > > > > > > > > > >Maybe I''m just bit crap, but I do tend to think this underestimates the length of time it takes by quite some way, and is in danger of making us slowcoaches feel totally useless. If you''ve got the app clearly thought through, understand the architecture and UI, and have a good understanding of not just Rails but Ruby too, and aren''t thoroughly developing test case prior to coding, then these sort of timescales are possible. However, there''s probably a day or two -- at least, and that assumes no diversions, checking RSS feeds, other flow-reducing activities etc -- working out how to structure the app if there''s any depth to it (though it won''t necessarily be all at the beginning). Add in a good dose of TDD, which will probably take 2-3 times as long as writing the code itself (quit looking at the browser), and you''re talking weeks not days. However, at the end, it will still have been an order of magnitude less than most other languages, and will probably be far more robust code with a stronger, more elegant structure (particularly if, like me, you come from PHP), and will have a good test suite that will make refactoring a cinch. Just my $0.02 Chris T --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
rosoft2001
2006-Nov-16 16:08 UTC
Re: seriously, how much time does it take to develop a rails
>From my point of view, after all this you get a working "prototype" ofthe application. The optimization can take a while (the numbers of queries to the database, ...) You can have something "overnight", but the final product much later. ZON http://www.ZONator.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-/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 -~----------~----~----~----~------~----~------~--~---
Douglas Shearer
2006-Nov-16 16:23 UTC
Re: seriously, how much time does it take to develop a rails
rosoft2001 wrote:> You can have something "overnight", but the final product much later.I''d agree with this. I could have a non-ajax, non-styled (ie, very simple UI) Digg-esque prototype in around a day. Two days if I used continuous integration to test everything as I went (great way to eliminate problems later). For a fully polished UI and total stability, I''d reckon on about two weeks of work. As for Craigslist, I''ve never really looked at it, so couldn''t tell you how long that would take. Rails just makes it all so much easier, I find myself prototyping apps for clients while they sit there telling me what they want. Dougal. -- 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-/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 -~----------~----~----~----~------~----~------~--~---