Hello all, What do you think we need to more thoroughly document about Rails? How the three environments work? ActiveRecord for Mommies? How to set up a nice development environment for Windows, Linux and Mac? How to use Ajax? I''ve been thinking of having a follow-up to the todo list tutorial. Some people said that it was good, but however it only had one table, didn''t cover testing, no Ajax (it was written before Ajax became a work) etc. What do you all think? Vincent. -- Vincent Foley-Bourgon Blog: http://www.livejournal.com/~gnuvince World.run while (6 * 9 == 42) _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
Vincent Foley wrote:> Hello all, > > What do you think we need to more thoroughly document about Rails? > How the three environments work? ActiveRecord for Mommies? How to > set up a nice development environment for Windows, Linux and Mac? How > to use Ajax?I think it is best to wait with something like this until after 1.0 so that features can stabilize. - Adam
On Friday, April 8, 2005, 5:44:19 AM, Adam wrote:> Vincent Foley wrote:>> Hello all, >> >> What do you think we need to more thoroughly document about Rails? >> How the three environments work? ActiveRecord for Mommies? How to >> set up a nice development environment for Windows, Linux and Mac? How >> to use Ajax?> I think it is best to wait with something like this until after 1.0 so > that features can stabilize.I don''t think any features we have now are going to disappear. An updated todo list tutorial would be very welcome and wise. More complex AR (multi tables, validation), AJAX, user authentication (LoginGenerator) -- bring it on! Gavin
On Apr 7, 2005 9:57 PM, Gavin Sinclair <gsinclair-81uBx+iSpXA0n/F98K4Iww@public.gmane.org> wrote:> On Friday, April 8, 2005, 5:44:19 AM, Adam wrote: > > > Vincent Foley wrote: > > >> Hello all, > >> > >> What do you think we need to more thoroughly document about Rails? > >> How the three environments work? ActiveRecord for Mommies? How to > >> set up a nice development environment for Windows, Linux and Mac? How > >> to use Ajax? > > > I think it is best to wait with something like this until after 1.0 so > > that features can stabilize. > > I don''t think any features we have now are going to disappear. An > updated todo list tutorial would be very welcome and wise. More > complex AR (multi tables, validation), AJAX, user authentication > (LoginGenerator) -- bring it on!Agreed, and I think Gavin''s suggestions are great choices. -- Bill Guindon (aka aGorilla)
On Friday, April 8, 2005, 12:08:57 PM, Bill wrote:>> I don''t think any features we have now are going to disappear. An >> updated todo list tutorial would be very welcome and wise. More >> complex AR (multi tables, validation), AJAX, user authentication >> (LoginGenerator) -- bring it on!> Agreed, and I think Gavin''s suggestions are great choices.Further, a great way to structure it would be a follow-on from the first tutorial, which should be left alone. If people just want to go through the "second tutorial", let them download the source code they need to get started. Gavin