I was wondering if there are any sites/resources out there with full ROR apps that I could download and look through. I still have a lot to learn and find that looking through other "creations" is helpful. Thanks, Sunny --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
gene.tani-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Aug-23 03:53 UTC
Re: samples of full ROR applications
On Aug 22, 7:09 pm, "sunny beach" <sunnybeach1...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I was wondering if there are any sites/resources out there with full > ROR apps that I could download and look through. > > I still have a lot to learn and find that looking through other > "creations" is helpful. > > Thanks, > Sunnybesides googling for "sample rails app", i recommend looking at the "Ajax on Rails" Oreilly book (3 sample apps in back) and the Apress books (E-commerce apps, Social Networking apps, and I think there are others. They present the M, V and C for large chunks of functionality together --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On Aug 22, 8:53 pm, "gene.t...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <gene.t...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Apress books (E-commerce apps, Social Networking apps, and I think there are > others. They present the M, V and C for large chunks of functionality > togetherI second the Apress books. Alan Bradburne''s Social Networking Sites book in particular shows how a complex RESTful app can be built. Hellston&Laine''s E-Commerce book is also useful but is aging and would benefit from a rewrite using RESTful routing and other 1.2isms. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Here''s some open source applications that you might find useful for picking through the source: Radiant CMS http://radiantcms.org/ Substruct http://dev.subimage.com/projects/substruct Retrospectiva http://retrospectiva.org/blog Beast http://beast.caboo.se/ Caboose Sample Rails Application (contains more advanced rails techniques) http://blog.caboo.se/articles/2007/4/11/sample-rails-application Adam On 8/22/07, gene.tani-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <gene.tani-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > On Aug 22, 7:09 pm, "sunny beach" <sunnybeach1...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > I was wondering if there are any sites/resources out there with full > > ROR apps that I could download and look through. > > > > I still have a lot to learn and find that looking through other > > "creations" is helpful. > > > > Thanks, > > Sunny > > besides googling for "sample rails app", i recommend looking at the > "Ajax on Rails" Oreilly book (3 sample apps in back) and the Apress > books (E-commerce apps, Social Networking apps, and I think there are > others. They present the M, V and C for large chunks of functionality > together > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---