Jim Jeffers
2005-Jul-16 23:58 UTC
Newbie Question: Trouble getting off the ground with rails.
Hi guys, I''m a fairly decent php programmer switching up to Ruby on Rails over on Dreamhost. I was wondering if there are any people on this list experienced with rails who could take some time to answer this simple question for me: Basically I bought the new book for Rails ''Agile Web Development..'' and I''ve been following the Hello world tutorial which went off without a hitch until I actually placed the ''hello'' method into the controller file which is called ''say''. You might be able to see it by going here: http://www.demo.jimjeffers.com:3000/say/hello The WEBrick server doesn''t stay active indefinitely however so you might not be able to see the error in that case this is what happens: -------------------------------------------------------------------- SyntaxError in <controller not set>#<action not set> /usr/lib/ruby/gems/1.8/gems/activesupport-1.0.4/lib/active_support/ dependencies.rb:189:in `load'': app/controllers/say_controller.rb:1: syntax error class SayController < ApplicationController def hello end end ^ (eval):1:in `eat_path_to_controller'' script/server:48 Show framework trace This error occured while loading the following files: ./script/../config/../app/controllers/say_controller.rb -------------------------------------------------------------------- All in all, I''m sure it''s something simple becuase I don''t know what I''m doing quite yet. The tutorial said you didn''t have to do anything pertaining to routing for this app and I followed all of the other instructions. I created the controller running ''ruby script/generate Say'' in the shell then edited the controller file accordingly and created the hello.rhtml file in the views/say directory. The error I get saying that the controller is not set is what confuses me most. Anyone have any advice? ---------------------------- Jim Jeffers "A trustworthy individual." http://www.donttrustthisguy.com _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
Jim Jeffers
2005-Jul-17 00:33 UTC
Re: Newbie Question: Trouble getting off the ground with rails.
In response to my own question. This code works on my own machine but not remotely on the dream-host server. - Jim On Jul 16, 2005, at 4:58 PM, Jim Jeffers wrote:> Hi guys, > > I''m a fairly decent php programmer switching up to Ruby on Rails > over on Dreamhost. I was wondering if there are any people on this > list experienced with rails who could take some time to answer this > simple question for me: > > Basically I bought the new book for Rails ''Agile Web Development..'' > and I''ve been following the Hello world tutorial which went off > without a hitch until I actually placed the ''hello'' method into the > controller file which is called ''say''. > > You might be able to see it by going here: > http://www.demo.jimjeffers.com:3000/say/hello > > The WEBrick server doesn''t stay active indefinitely however so you > might not be able to see the error in that case this is what happens: > > -------------------------------------------------------------------- > SyntaxError in <controller not set>#<action not set> > > /usr/lib/ruby/gems/1.8/gems/activesupport-1.0.4/lib/active_support/ > dependencies.rb:189:in `load'': app/controllers/say_controller.rb:1: > syntax error > class SayController < ApplicationController > > def hello > end > end > ^ > (eval):1:in `eat_path_to_controller'' > script/server:48 > Show framework trace > This error occured while loading the following files: > ./script/../config/../app/controllers/say_controller.rb > > -------------------------------------------------------------------- > > All in all, I''m sure it''s something simple becuase I don''t know > what I''m doing quite yet. The tutorial said you didn''t have to do > anything pertaining to routing for this app and I followed all of > the other instructions. I created the controller running ''ruby > script/generate Say'' in the shell then edited the controller file > accordingly and created the hello.rhtml file in the views/say > directory. > > The error I get saying that the controller is not set is what > confuses me most. Anyone have any advice? > > ---------------------------- > Jim Jeffers > "A trustworthy individual." > http://www.donttrustthisguy.com > _______________________________________________ > 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
Joe Van Dyk
2005-Jul-17 02:13 UTC
Re: Newbie Question: Trouble getting off the ground with rails.
On 7/16/05, Jim Jeffers <rails-u78NUfcIof50Y1uG8So6J1aTQe2KTcn/@public.gmane.org> wrote:> In response to my own question. This code works on my own machine but not > remotely on the dream-host server. > > - JimPerhaps Dreamhost isn''t using the very latest version of Rails? Joe> > > On Jul 16, 2005, at 4:58 PM, Jim Jeffers wrote: > > Hi guys, > > I''m a fairly decent php programmer switching up to Ruby on Rails over on > Dreamhost. I was wondering if there are any people on this list experienced > with rails who could take some time to answer this simple question for me: > > Basically I bought the new book for Rails ''Agile Web Development..'' and > I''ve been following the Hello world tutorial which went off without a hitch > until I actually placed the ''hello'' method into the controller file which is > called ''say''. > > You might be able to see it by going here: > http://www.demo.jimjeffers.com:3000/say/hello > > The WEBrick server doesn''t stay active indefinitely however so you might > not be able to see the error in that case this is what happens: > > -------------------------------------------------------------------- > SyntaxError in <controller not set>#<action not set> > > /usr/lib/ruby/gems/1.8/gems/activesupport-1.0.4/lib/active_support/dependencies.rb:189:in > `load'': app/controllers/say_controller.rb:1: syntax error > class SayController < ApplicationController > > def hello > end > end > ^ > (eval):1:in `eat_path_to_controller'' > script/server:48 > Show framework trace > This error occured while loading the following files: > ./script/../config/../app/controllers/say_controller.rb > > -------------------------------------------------------------------- > > All in all, I''m sure it''s something simple becuase I don''t know what I''m > doing quite yet. The tutorial said you didn''t have to do anything pertaining > to routing for this app and I followed all of the other instructions. I > created the controller running ''ruby script/generate Say'' in the shell then > edited the controller file accordingly and created the hello.rhtml file in > the views/say directory. > > The error I get saying that the controller is not set is what confuses me > most. Anyone have any advice? > > ---------------------------- > Jim Jeffers > "A trustworthy individual." > http://www.donttrustthisguy.com > _______________________________________________ > 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 > > >
Bob Monsour
2005-Jul-17 14:20 UTC
Re: Newbie Question: Trouble getting off the ground with rails.
On Jul 16, 2005, at Sat Jul 16-10:13 PM, Joe Van Dyk wrote:> On 7/16/05, Jim Jeffers <rails-u78NUfcIof50Y1uG8So6J1aTQe2KTcn/@public.gmane.org> wrote: > >> In response to my own question. This code works on my own machine >> but not >> remotely on the dream-host server. >> >> - Jim >> > > > Perhaps Dreamhost isn''t using the very latest version of Rails? > > Joe >Dreamhost just did an update to Rails on July 13th, announcing it as follows: "Ruby on Rails has been updated to the latest 0.13.1 release. This update significantly improves FastCGI support. You will need to update your dispatch.fcgi to the latest version to take advantage of all the new functionality." I have not used their Rails facilities yet, but use them for one site I have. Regards, -Bob> >> >> >> On Jul 16, 2005, at 4:58 PM, Jim Jeffers wrote: >> >> Hi guys, >> >> I''m a fairly decent php programmer switching up to Ruby on Rails >> over on >> Dreamhost. I was wondering if there are any people on this list >> experienced >> with rails who could take some time to answer this simple question >> for me: >> >> Basically I bought the new book for Rails ''Agile Web >> Development..'' and >> I''ve been following the Hello world tutorial which went off >> without a hitch >> until I actually placed the ''hello'' method into the controller >> file which is >> called ''say''. >> >> You might be able to see it by going here: >> http://www.demo.jimjeffers.com:3000/say/hello >> >> The WEBrick server doesn''t stay active indefinitely however so >> you might >> not be able to see the error in that case this is what happens: >> >> -------------------------------------------------------------------- >> SyntaxError in <controller not set>#<action not set> >> >> /usr/lib/ruby/gems/1.8/gems/activesupport-1.0.4/lib/active_support/ >> dependencies.rb:189:in >> `load'': app/controllers/say_controller.rb:1: syntax error >> class SayController < ApplicationController >> >> def hello >> end >> end >> ^ >> (eval):1:in `eat_path_to_controller'' >> script/server:48 >> Show framework trace >> This error occured while loading the following files: >> ./script/../config/../app/controllers/say_controller.rb >> >> -------------------------------------------------------------------- >> >> All in all, I''m sure it''s something simple becuase I don''t know >> what I''m >> doing quite yet. The tutorial said you didn''t have to do anything >> pertaining >> to routing for this app and I followed all of the other >> instructions. I >> created the controller running ''ruby script/generate Say'' in the >> shell then >> edited the controller file accordingly and created the hello.rhtml >> file in >> the views/say directory. >> >> The error I get saying that the controller is not set is what >> confuses me >> most. Anyone have any advice? >> >> ---------------------------- >> Jim Jeffers >> "A trustworthy individual." >> http://www.donttrustthisguy.com >> _______________________________________________ >> 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 >> >> >> >> > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
Jim Jeffers
2005-Jul-17 19:55 UTC
Re: Newbie Question: Trouble getting off the ground with rails.
How do you update your dispatch.fcgi? lol sorry if that''s a dumb question but I did put newbie in the subject :) - Jim On Jul 17, 2005, at 7:20 AM, Bob Monsour wrote:> > On Jul 16, 2005, at Sat Jul 16-10:13 PM, Joe Van Dyk wrote: > > > >> On 7/16/05, Jim Jeffers <rails-u78NUfcIof50Y1uG8So6J1aTQe2KTcn/@public.gmane.org> wrote: >> >> >> >>> In response to my own question. This code works on my own >>> machine but not >>> remotely on the dream-host server. >>> >>> - Jim >>> >>> >>> >> >> >> Perhaps Dreamhost isn''t using the very latest version of Rails? >> >> Joe >> >> >> > Dreamhost just did an update to Rails on July 13th, announcing it > as follows: > > "Ruby on Rails has been updated to the latest 0.13.1 release. This > update significantly improves > FastCGI support. You will need to update your dispatch.fcgi to the > latest version to take > advantage of all the new functionality." > > I have not used their Rails facilities yet, but use them for one > site I have. > > Regards, > -Bob > > > > > >> >> >> >>> >>> >>> On Jul 16, 2005, at 4:58 PM, Jim Jeffers wrote: >>> >>> Hi guys, >>> >>> I''m a fairly decent php programmer switching up to Ruby on Rails >>> over on >>> Dreamhost. I was wondering if there are any people on this list >>> experienced >>> with rails who could take some time to answer this simple >>> question for me: >>> >>> Basically I bought the new book for Rails ''Agile Web >>> Development..'' and >>> I''ve been following the Hello world tutorial which went off >>> without a hitch >>> until I actually placed the ''hello'' method into the controller >>> file which is >>> called ''say''. >>> >>> You might be able to see it by going here: >>> http://www.demo.jimjeffers.com:3000/say/hello >>> >>> The WEBrick server doesn''t stay active indefinitely however so >>> you might >>> not be able to see the error in that case this is what happens: >>> >>> -------------------------------------------------------------------- >>> SyntaxError in <controller not set>#<action not set> >>> >>> /usr/lib/ruby/gems/1.8/gems/activesupport-1.0.4/lib/ >>> active_support/dependencies.rb:189:in >>> `load'': app/controllers/say_controller.rb:1: syntax error >>> class SayController < ApplicationController >>> >>> def hello >>> end >>> end >>> ^ >>> (eval):1:in `eat_path_to_controller'' >>> script/server:48 >>> Show framework trace >>> This error occured while loading the following files: >>> ./script/../config/../app/controllers/say_controller.rb >>> >>> -------------------------------------------------------------------- >>> >>> All in all, I''m sure it''s something simple becuase I don''t know >>> what I''m >>> doing quite yet. The tutorial said you didn''t have to do anything >>> pertaining >>> to routing for this app and I followed all of the other >>> instructions. I >>> created the controller running ''ruby script/generate Say'' in the >>> shell then >>> edited the controller file accordingly and created the >>> hello.rhtml file in >>> the views/say directory. >>> >>> The error I get saying that the controller is not set is what >>> confuses me >>> most. Anyone have any advice? >>> >>> ---------------------------- >>> Jim Jeffers >>> "A trustworthy individual." >>> http://www.donttrustthisguy.com >>> _______________________________________________ >>> 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 >>> >>> >>> >>> >>> >>> >> _______________________________________________ >> 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 > > > >
Tom Davies
2005-Jul-17 20:08 UTC
Re: Newbie Question: Trouble getting off the ground with rails.
I believe you could just re-run the rails command to generate your application from the command line as in:> rails <your app>but that will require manually accepting each overwrite that you want... which might be a good idea in case there are cross dependencies between files. Alternatively, you could try to just run ''rails tempapp'' and copy the dispatch.fcgi from there into your app. I am not sure if that is recommended though. Either way, be careful to save a backup of your stuff incase you accidentally overwrite something important :) Good luck. Tom On 7/17/05, Jim Jeffers <rails-u78NUfcIof50Y1uG8So6J1aTQe2KTcn/@public.gmane.org> wrote:> How do you update your dispatch.fcgi? > > lol sorry if that''s a dumb question but I did put newbie in the > subject :) > > - Jim > > On Jul 17, 2005, at 7:20 AM, Bob Monsour wrote: > > > > > > On Jul 16, 2005, at Sat Jul 16-10:13 PM, Joe Van Dyk wrote: > > > > > > > >> On 7/16/05, Jim Jeffers <rails-u78NUfcIof50Y1uG8So6J1aTQe2KTcn/@public.gmane.org> wrote: > >> > >> > >> > >>> In response to my own question. This code works on my own > >>> machine but not > >>> remotely on the dream-host server. > >>> > >>> - Jim > >>> > >>> > >>> > >> > >> > >> Perhaps Dreamhost isn''t using the very latest version of Rails? > >> > >> Joe > >> > >> > >> > > Dreamhost just did an update to Rails on July 13th, announcing it > > as follows: > > > > "Ruby on Rails has been updated to the latest 0.13.1 release. This > > update significantly improves > > FastCGI support. You will need to update your dispatch.fcgi to the > > latest version to take > > advantage of all the new functionality." > > > > I have not used their Rails facilities yet, but use them for one > > site I have. > > > > Regards, > > -Bob > > > > > > > > > > > >> > >> > >> > >>> > >>> > >>> On Jul 16, 2005, at 4:58 PM, Jim Jeffers wrote: > >>> > >>> Hi guys, > >>> > >>> I''m a fairly decent php programmer switching up to Ruby on Rails > >>> over on > >>> Dreamhost. I was wondering if there are any people on this list > >>> experienced > >>> with rails who could take some time to answer this simple > >>> question for me: > >>> > >>> Basically I bought the new book for Rails ''Agile Web > >>> Development..'' and > >>> I''ve been following the Hello world tutorial which went off > >>> without a hitch > >>> until I actually placed the ''hello'' method into the controller > >>> file which is > >>> called ''say''. > >>> > >>> You might be able to see it by going here: > >>> http://www.demo.jimjeffers.com:3000/say/hello > >>> > >>> The WEBrick server doesn''t stay active indefinitely however so > >>> you might > >>> not be able to see the error in that case this is what happens: > >>> > >>> -------------------------------------------------------------------- > >>> SyntaxError in <controller not set>#<action not set> > >>> > >>> /usr/lib/ruby/gems/1.8/gems/activesupport-1.0.4/lib/ > >>> active_support/dependencies.rb:189:in > >>> `load'': app/controllers/say_controller.rb:1: syntax error > >>> class SayController < ApplicationController > >>> > >>> def hello > >>> end > >>> end > >>> ^ > >>> (eval):1:in `eat_path_to_controller'' > >>> script/server:48 > >>> Show framework trace > >>> This error occured while loading the following files: > >>> ./script/../config/../app/controllers/say_controller.rb > >>> > >>> -------------------------------------------------------------------- > >>> > >>> All in all, I''m sure it''s something simple becuase I don''t know > >>> what I''m > >>> doing quite yet. The tutorial said you didn''t have to do anything > >>> pertaining > >>> to routing for this app and I followed all of the other > >>> instructions. I > >>> created the controller running ''ruby script/generate Say'' in the > >>> shell then > >>> edited the controller file accordingly and created the > >>> hello.rhtml file in > >>> the views/say directory. > >>> > >>> The error I get saying that the controller is not set is what > >>> confuses me > >>> most. Anyone have any advice? > >>> > >>> ---------------------------- > >>> Jim Jeffers > >>> "A trustworthy individual." > >>> http://www.donttrustthisguy.com > >>> _______________________________________________ > >>> 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 > >>> > >>> > >>> > >>> > >>> > >>> > >> _______________________________________________ > >> 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 > > > > > > > > > > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
Jim Jeffers
2005-Jul-17 20:12 UTC
Re: Newbie Question: Trouble getting off the ground with rails.
Never mind, I solved the problem. Rubygems is not available to users since it is a shared hosting environment. I recreated the app without gems and now it works! rails demo2 --without-gems Remade the controller and now it''s all good. Thanks for your input guys. - Jim On Jul 17, 2005, at 12:55 PM, Jim Jeffers wrote:> How do you update your dispatch.fcgi? > > lol sorry if that''s a dumb question but I did put newbie in the > subject :) > > - Jim > > On Jul 17, 2005, at 7:20 AM, Bob Monsour wrote: > > > >> >> On Jul 16, 2005, at Sat Jul 16-10:13 PM, Joe Van Dyk wrote: >> >> >> >> >>> On 7/16/05, Jim Jeffers <rails-u78NUfcIof50Y1uG8So6J1aTQe2KTcn/@public.gmane.org> wrote: >>> >>> >>> >>> >>>> In response to my own question. This code works on my own >>>> machine but not >>>> remotely on the dream-host server. >>>> >>>> - Jim >>>> >>>> >>>> >>>> >>> >>> >>> Perhaps Dreamhost isn''t using the very latest version of Rails? >>> >>> Joe >>> >>> >>> >>> >> Dreamhost just did an update to Rails on July 13th, announcing it >> as follows: >> >> "Ruby on Rails has been updated to the latest 0.13.1 release. >> This update significantly improves >> FastCGI support. You will need to update your dispatch.fcgi to >> the latest version to take >> advantage of all the new functionality." >> >> I have not used their Rails facilities yet, but use them for one >> site I have. >> >> Regards, >> -Bob >> >> >> >> >> >> >>> >>> >>> >>> >>>> >>>> >>>> On Jul 16, 2005, at 4:58 PM, Jim Jeffers wrote: >>>> >>>> Hi guys, >>>> >>>> I''m a fairly decent php programmer switching up to Ruby on Rails >>>> over on >>>> Dreamhost. I was wondering if there are any people on this list >>>> experienced >>>> with rails who could take some time to answer this simple >>>> question for me: >>>> >>>> Basically I bought the new book for Rails ''Agile Web >>>> Development..'' and >>>> I''ve been following the Hello world tutorial which went off >>>> without a hitch >>>> until I actually placed the ''hello'' method into the controller >>>> file which is >>>> called ''say''. >>>> >>>> You might be able to see it by going here: >>>> http://www.demo.jimjeffers.com:3000/say/hello >>>> >>>> The WEBrick server doesn''t stay active indefinitely however so >>>> you might >>>> not be able to see the error in that case this is what happens: >>>> >>>> ------------------------------------------------------------------- >>>> - >>>> SyntaxError in <controller not set>#<action not set> >>>> >>>> /usr/lib/ruby/gems/1.8/gems/activesupport-1.0.4/lib/ >>>> active_support/dependencies.rb:189:in >>>> `load'': app/controllers/say_controller.rb:1: syntax error >>>> class SayController < ApplicationController >>>> >>>> def hello >>>> end >>>> end >>>> ^ >>>> (eval):1:in `eat_path_to_controller'' >>>> script/server:48 >>>> Show framework trace >>>> This error occured while loading the following files: >>>> ./script/../config/../app/controllers/say_controller.rb >>>> >>>> ------------------------------------------------------------------- >>>> - >>>> >>>> All in all, I''m sure it''s something simple becuase I don''t know >>>> what I''m >>>> doing quite yet. The tutorial said you didn''t have to do >>>> anything pertaining >>>> to routing for this app and I followed all of the other >>>> instructions. I >>>> created the controller running ''ruby script/generate Say'' in the >>>> shell then >>>> edited the controller file accordingly and created the >>>> hello.rhtml file in >>>> the views/say directory. >>>> >>>> The error I get saying that the controller is not set is what >>>> confuses me >>>> most. Anyone have any advice? >>>> >>>> ---------------------------- >>>> Jim Jeffers >>>> "A trustworthy individual." >>>> http://www.donttrustthisguy.com >>>> _______________________________________________ >>>> 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 >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>> _______________________________________________ >>> 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 >> >> >> >> >> > > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >