I''ve been using Rails for a couple of months now and I''m getting into the swing of things, though I plan to recreate my project soon and start again applying everything I''ve learnt since I started. There are still quite a few things I''m not totally sure about... for example, the way I''m doing parameter validation, it all works fine and is DRY compliant, I''m just not sure if I''ve missed anything glaringly obvious that could save me time. The same goes for how I''ve done a lot of things. So I''m wondering if there are any complete examples out there (i.e the entire site), created by respected Rails developers that people like me can use as an example of how best to develop a Rails app. I''d like something that uses a wide range of functionality and techniques, if possible. Cheers Ian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
> So I''m wondering if there are any complete examples out there (i.e the > entire site), created by respected Rails developers that people like me > can > use as an example of how best to develop a Rails app. I''d like something > that uses a wide range of functionality and techniques, if possible.Here''s a list of open-source rails projects: http://wiki.rubyonrails.org/rails/pages/OpenSourceProjects I learnt a lot studying the code for SimpleLog: http://simplelog.net/ Regards, Chris -- 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 -~----------~----~----~----~------~----~------~--~---
I''d check out mephisto, http://mephisto.stikipad.com/, a blog system being developed by two great rails developers. On Wednesday 30 August 2006 22:26, Ian Leitch wrote:> I''ve been using Rails for a couple of months now and I''m getting into the > swing of things, though I plan to recreate my project soon and start again > applying everything I''ve learnt since I started. There are still quite a > few things I''m not totally sure about... for example, the way I''m doing > parameter validation, it all works fine and is DRY compliant, I''m just not > sure if I''ve missed anything glaringly obvious that could save me time. The > same goes for how I''ve done a lot of things. > > So I''m wondering if there are any complete examples out there (i.e the > entire site), created by respected Rails developers that people like me can > use as an example of how best to develop a Rails app. I''d like something > that uses a wide range of functionality and techniques, if possible. > > Cheers > Ian > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
You could check out 100+ projects from rails day 06. example: http://svn.railsday2006.com/railsday/team65/ Just change the team number to one you want to look at: http://spectate.railsday2006.com/ There''s some cool stuff on there. -- 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 -~----------~----~----~----~------~----~------~--~---