Looking for a list of open source Rails projects. Thanks, -Rakesh
Rakesh Raju wrote:> > Looking for a list of open source Rails projects.I want a list like this, too. I''m writing part 2 of my tutorial for ONLamp.com and I wanted to include a link to a list of open source Rails projects. So, I just created a page on the rails wiki for this purpose, and I copied a number of entries from the "Demo Apps" page that appeared to be working open source projects rather than mere demos. You can find this new page here: http://wiki.rubyonrails.com/rails/show/OpenSourceProjects If you have an open source Rails project, please go add yours to the list. Also, the projects I copied from "Demo Apps" need to have license info added. So will the following authors please go to the above link and enter their license info: * Tobias Luetke -- Hieraki * Scott -- Elite Journal * Scott Barron -- Subversion manager As I said I will be including a link to this page in part 2 of my tutorial, so please update this page. Thanks, Curt
What is this second part of your tutorial going to cover? Curt Hibbs wrote:> Rakesh Raju wrote: > >>Looking for a list of open source Rails projects. > > > I want a list like this, too. I''m writing part 2 of my tutorial for > ONLamp.com and I wanted to include a link to a list of open source Rails > projects. > > So, I just created a page on the rails wiki for this purpose, and I copied a > number of entries from the "Demo Apps" page that appeared to be working open > source projects rather than mere demos. You can find this new page here: > > http://wiki.rubyonrails.com/rails/show/OpenSourceProjects > > If you have an open source Rails project, please go add yours to the list. > > Also, the projects I copied from "Demo Apps" need to have license info > added. So will the following authors please go to the above link and enter > their license info: > > * Tobias Luetke -- Hieraki > * Scott -- Elite Journal > * Scott Barron -- Subversion manager > > As I said I will be including a link to this page in part 2 of my tutorial, > so please update this page. > > Thanks, > Curt > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails
Francisco Hernandez wrote:> > What is this second part of your tutorial going to cover?I''m writing it this weekend. Its going to tie up some loose ends (mostly the "homework" listed at the end of part 1), and then its going to discuss many of the features of Rails that can''t be fully explored in a short tutorial (validation, transactions, testing, profiling, etc.). Curt> Curt Hibbs wrote: > > Rakesh Raju wrote: > > > >>Looking for a list of open source Rails projects. > > > > > > I want a list like this, too. I''m writing part 2 of my tutorial for > > ONLamp.com and I wanted to include a link to a list of open source Rails > > projects. > > > > So, I just created a page on the rails wiki for this purpose, > and I copied a > > number of entries from the "Demo Apps" page that appeared to be > working open > > source projects rather than mere demos. You can find this new page here: > > > > http://wiki.rubyonrails.com/rails/show/OpenSourceProjects > > > > If you have an open source Rails project, please go add yours > to the list. > > > > Also, the projects I copied from "Demo Apps" need to have license info > > added. So will the following authors please go to the above > link and enter > > their license info: > > > > * Tobias Luetke -- Hieraki > > * Scott -- Elite Journal > > * Scott Barron -- Subversion manager > > > > As I said I will be including a link to this page in part 2 of > my tutorial, > > so please update this page. > > > > Thanks, > > Curt > > > > _______________________________________________ > > Rails mailing list > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > -- > No virus found in this incoming message. > Checked by AVG Anti-Virus. > Version: 7.0.300 / Virus Database: 265.7.4 - Release Date: 1/25/2005 >
Curt Hibbs wrote:> I''m writing it this weekend. Its going to tie up some loose ends (mostly the > "homework" listed at the end of part 1), and then its going to discuss many > of the features of Rails that can''t be fully explored in a short tutorial > (validation, transactions, testing, profiling, etc.). > > Curtif you include how to set up user signup and authentication, I''ll name my first born after you :)
Dylan wrote:> > Curt Hibbs wrote: > > > I''m writing it this weekend. Its going to tie up some loose > ends (mostly the > > "homework" listed at the end of part 1), and then its going to > discuss many > > of the features of Rails that can''t be fully explored in a > short tutorial > > (validation, transactions, testing, profiling, etc.). > > > > Curt > > if you include how to set up user signup and authentication, I''ll name > my first born after you :)Funny you should say this... I was just reading about Tobias Luetke''s Login Generator (http://wiki.rubyonrails.com/rails/show/LoginGenerator) and thinking about including it. Curt
Take a look at the bottom of this page: http://documentation.rubyonrails.com/ there''s a few pages in the wiki with links too (DemoApps and RealWorldUsage) -- johan On Sat, 29 Jan 2005 15:53:57 +0530, Rakesh Raju <rakesh-b3/P0SLejAY@public.gmane.org> wrote:> > Looking for a list of open source Rails projects. > > Thanks, > -Rakesh > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Johan Sørensen Professional Futurist www.johansorensen.com
I''d be very honored. Please let me know if you would like to see any improvements made before using it. I have got a version ready for the new generator framework as well which will be packages as a gem. ( new feature in bitsweats upcoming generator update ) On Sat, 29 Jan 2005 17:03:28 -0600, Curt Hibbs <curt-fk6st7iWb8MAvxtiuMwx3w@public.gmane.org> wrote:> Dylan wrote: > > > > Curt Hibbs wrote: > > > > > I''m writing it this weekend. Its going to tie up some loose > > ends (mostly the > > > "homework" listed at the end of part 1), and then its going to > > discuss many > > > of the features of Rails that can''t be fully explored in a > > short tutorial > > > (validation, transactions, testing, profiling, etc.). > > > > > > Curt > > > > if you include how to set up user signup and authentication, I''ll name > > my first born after you :) > > Funny you should say this... I was just reading about Tobias Luetke''s Login > Generator (http://wiki.rubyonrails.com/rails/show/LoginGenerator) and > thinking about including it. > > Curt > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Tobi http://www.hieraki.org - Open source book authoring http://blog.leetsoft.com - Technical weblog