I generally like reading well-written code and find I can always learn a lot from it. I closely study the code of every plugin I use and read it of those others that just interest me. I''m less successful at finding complete *application* projects that are worth reading or, even better, closely studying. I''ve just finished reading the code of (Altered) Beast and have started on Mephisto. So, for my reading pleasure, please recommend well-written application projects of more than trivial size. Michael -- Michael Schuerig mailto:michael-q5aiKMLteq4b1SvskN2V4Q@public.gmane.org http://www.schuerig.de/michael/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Michael Schuerig wrote:> So, for my reading pleasure, please recommend well-written application > projects of more than trivial size.Completed applications are going to be difficult to come by because I think most applications are personal, commercial or internal to a business. That said, I''d suggest looking at the public projects at GitHub: http://github.com/ Of course, writing, studying and bettering your own applications is also helpful. :) -- 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 -~----------~----~----~----~------~----~------~--~---
On Thursday 08 May 2008, Daniel Waite wrote:> Michael Schuerig wrote: > > So, for my reading pleasure, please recommend well-written > > application projects of more than trivial size. > > Completed applications are going to be difficult to come by because I > think most applications are personal, commercial or internal to a > business.Another reason to ask whether anyone knows of publicly available ones.> That said, I''d suggest looking at the public projects at GitHub: > http://github.com/You''re ignoring the "well-written" part. Or, in order not to offend anyone, let''s say written in a way worth studying by others.> Of course, writing, studying and bettering your own applications is > also helpful. :)Yes, but if that is all I ever do I''m going to miss out on a lot of ideas that I don''t come up with myself or anyone on the same team. Michael -- Michael Schuerig mailto:michael-q5aiKMLteq4b1SvskN2V4Q@public.gmane.org http://www.schuerig.de/michael/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
This might be too obvious, but you can always read the Rails source code. Even though they aren''t complete applications, I would also recommend Rick Olsen''s plugins. http://svn.techno-weenie.net/projects/plugins/ I would say he is the most well-respected plugin writter in the Rails community. I hope that helps, Paul On May 8, 11:54 am, Michael Schuerig <mich...-q5aiKMLteq4b1SvskN2V4Q@public.gmane.org> wrote:> On Thursday 08 May 2008, Daniel Waite wrote: > > > Michael Schuerig wrote: > > > So, for my reading pleasure, please recommend well-written > > > application projects of more than trivial size. > > > Completed applications are going to be difficult to come by because I > > think most applications are personal, commercial or internal to a > > business. > > Another reason to ask whether anyone knows of publicly available ones. > > > That said, I''d suggest looking at the public projects at GitHub: > >http://github.com/ > > You''re ignoring the "well-written" part. Or, in order not to offend > anyone, let''s say written in a way worth studying by others. > > > Of course, writing, studying and bettering your own applications is > > also helpful. :) > > Yes, but if that is all I ever do I''m going to miss out on a lot of > ideas that I don''t come up with myself or anyone on the same team. > > Michael > > -- > Michael Schuerig > mailto:mich...-q5aiKMLteq5BV9CJdY2HSA@public.gmane.org://www.schuerig.de/michael/--~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Michael Schuerig wrote:> > So, for my reading pleasure, please recommend well-written application > projects of more than trivial size. >Radiant (www.radiantcms.org) has a pretty clever architecture for writing extensions, which can act essentially as mini-rails apps inside the Radiant framework. Spree - formerly RailsCart - (www.spreehq.org) is lifting this extension architecture with the idea of building a light, easily extended core for e-commerce sites. Both are still pretty young, but Radiant is powering some large sites in production out there - ruby-lang.org for one, shopify.com and redken.com for others. Spree still has a ways to go but is moving fast and looks promising - full disclosure: my employer is sponsoring the project. I''ve learned a lot from both projects. Some clever stuff going on. --DJCP -- 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 -~----------~----~----~----~------~----~------~--~---
On Friday 09 May 2008, DyingToLearn wrote:> This might be too obvious, but you can always read the Rails source > code.Some time in 2005 I have read the Rails sources in its entirety. Since then it has grown substantially, however, I go back to it all the time to find out things. So, I obviously agree that reading the Rails sources is very worthwhile.> Even though they aren''t complete applications, I would also recommend > Rick Olsen''s plugins. > http://svn.techno-weenie.net/projects/plugins/I think I''ve had a close look at each of them at some time. Interesting projects I''ve found * Radiant * Typo * Redmine Michael -- Michael Schuerig mailto:michael-q5aiKMLteq4b1SvskN2V4Q@public.gmane.org http://www.schuerig.de/michael/ --~--~---------~--~----~------------~-------~--~----~ 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 Friday 09 May 2008, Daniel Collis-puro wrote:> Michael Schuerig wrote: > > So, for my reading pleasure, please recommend well-written > > application projects of more than trivial size. > > Radiant (www.radiantcms.org) has a pretty clever architecture for > writing extensions, which can act essentially as mini-rails apps > inside the Radiant framework.Yes, I found it myself last night, and it looks interesting indeed. Thanks for the suggestion nevertheless. Michael -- Michael Schuerig mailto:michael-q5aiKMLteq4b1SvskN2V4Q@public.gmane.org http://www.schuerig.de/michael/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
We''ve put together a small list of open-source Rails applications: http://www.buildingwebapps.com/topic/230-open-source-applications If anyone has others to add, please do so using the form on that page. I realize you''re particularly looking for ones of high coding quality, and I''ll have to defer to others on that point. We''ll soon be adding the ability for people to rate the links on this and other similar pages on BuildingWebApps, which would help some. Michael Slater www.BuildingWebApps.com Resources for Ruby on Rails Developers On May 8, 10:47 pm, Michael Schuerig <mich...-q5aiKMLteq4b1SvskN2V4Q@public.gmane.org> wrote:> On Friday 09 May 2008, Daniel Collis-puro wrote: > > > Michael Schuerig wrote: > > > So, for my reading pleasure, please recommend well-written > > > application projects of more than trivial size. > > > Radiant (www.radiantcms.org) has a pretty clever architecture for > > writing extensions, which can act essentially as mini-rails apps > > inside the Radiant framework. > > Yes, I found it myself last night, and it looks interesting indeed. > Thanks for the suggestion nevertheless. > > Michael > > -- > Michael Schuerig > mailto:mich...-q5aiKMLteq5BV9CJdY2HSA@public.gmane.org://www.schuerig.de/michael/--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---