I created a project, made a migration, generated scaffolding...start up webrick and I get nothing. To simplify things, I just started another project and generated a controller, still getting nothing. The index page loads fine, but nothing beyond that. If I go to anything that should give me a 404, the page is just blank. The Webrick console just says a 500 (nothing explaining why), and there''s nothing in the development.log. There is no server.log (should there be? I don''t know). Actually there is something in development.log, but unrelated to my controller. "Controllers::RailsInfoController: missing default helper path rails_info_helper" I''m really clueless as to what''s going on. OS X, Ruby 1.8.2, Rails 0.14.4. I''d appreciate any help. Pat
Pat Maddox
2005-Dec-12 03:48 UTC
Re: Webrick is being stupid...no info on a brand new project
When I run script/console I get the following error: baggio:~/work/mesafire pergesu$ ./script/console Loading development environment. /usr/lib/ruby/1.8/irb/completion.rb:10:in `require'': No such file to load -- readline (LoadError) from /usr/lib/ruby/1.8/irb/completion.rb:10 from /usr/lib/ruby/1.8/irb/init.rb:218:in `require'' from /usr/lib/ruby/1.8/irb/init.rb:218:in `load_modules'' from /usr/lib/ruby/1.8/irb/init.rb:216:in `each'' from /usr/lib/ruby/1.8/irb/init.rb:216:in `load_modules'' from /usr/lib/ruby/1.8/irb/init.rb:21:in `setup'' from /usr/lib/ruby/1.8/irb.rb:54:in `start'' from /usr/bin/irb:13 Is my ruby install messed up? Rails? I''ve run fixrbconfig, but I don''t think that''d have anything to do with this anyway. Pat On 12/11/05, Pat Maddox <pergesu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I created a project, made a migration, generated scaffolding...start > up webrick and I get nothing. To simplify things, I just started > another project and generated a controller, still getting nothing. > The index page loads fine, but nothing beyond that. If I go to > anything that should give me a 404, the page is just blank. The > Webrick console just says a 500 (nothing explaining why), and there''s > nothing in the development.log. There is no server.log (should there > be? I don''t know). > > Actually there is something in development.log, but unrelated to my > controller. "Controllers::RailsInfoController: missing default helper > path rails_info_helper" > > I''m really clueless as to what''s going on. OS X, Ruby 1.8.2, Rails > 0.14.4. I''d appreciate any help. > > Pat >
Steven Smith
2005-Dec-12 03:58 UTC
Re: Re: Webrick is being stupid...no info on a brand new project
You may want to check this web site: http://tech.rufy.com/entry/46 Sounds similar to your problem. Be sure to read the comments following the article as well. On Dec 11, 2005, at 9:48 PM, Pat Maddox wrote:> When I run script/console I get the following error: > > baggio:~/work/mesafire pergesu$ ./script/console > Loading development environment. > /usr/lib/ruby/1.8/irb/completion.rb:10:in `require'': No such file to > load -- readline (LoadError) > from /usr/lib/ruby/1.8/irb/completion.rb:10 > from /usr/lib/ruby/1.8/irb/init.rb:218:in `require'' > from /usr/lib/ruby/1.8/irb/init.rb:218:in `load_modules'' > from /usr/lib/ruby/1.8/irb/init.rb:216:in `each'' > from /usr/lib/ruby/1.8/irb/init.rb:216:in `load_modules'' > from /usr/lib/ruby/1.8/irb/init.rb:21:in `setup'' > from /usr/lib/ruby/1.8/irb.rb:54:in `start'' > from /usr/bin/irb:13 > > > Is my ruby install messed up? Rails? I''ve run fixrbconfig, but I > don''t think that''d have anything to do with this anyway. > > Pat > > > On 12/11/05, Pat Maddox <pergesu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> I created a project, made a migration, generated scaffolding...start >> up webrick and I get nothing. To simplify things, I just started >> another project and generated a controller, still getting nothing. >> The index page loads fine, but nothing beyond that. If I go to >> anything that should give me a 404, the page is just blank. The >> Webrick console just says a 500 (nothing explaining why), and there''s >> nothing in the development.log. There is no server.log (should there >> be? I don''t know). >> >> Actually there is something in development.log, but unrelated to my >> controller. "Controllers::RailsInfoController: missing default >> helper >> path rails_info_helper" >> >> I''m really clueless as to what''s going on. OS X, Ruby 1.8.2, Rails >> 0.14.4. I''d appreciate any help. >> >> Pat >> > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails
Pat Maddox
2005-Dec-12 04:09 UTC
Re: Re: Webrick is being stupid...no info on a brand new project
Alright I ran the steps I needed, script/console runs fine, but I''m still getting the 500 errors without any info in the browser, in the console, or in development.log. Thanks for that pointer...now any clue why the other stuff still isn''t working? Pat On 12/11/05, Steven Smith <ssmith-ykxUa7oIpO9Wk0Htik3J/w@public.gmane.org> wrote:> You may want to check this web site: > > http://tech.rufy.com/entry/46 > > Sounds similar to your problem. Be sure to read the comments > following the article as well. > > > On Dec 11, 2005, at 9:48 PM, Pat Maddox wrote: > > > When I run script/console I get the following error: > > > > baggio:~/work/mesafire pergesu$ ./script/console > > Loading development environment. > > /usr/lib/ruby/1.8/irb/completion.rb:10:in `require'': No such file to > > load -- readline (LoadError) > > from /usr/lib/ruby/1.8/irb/completion.rb:10 > > from /usr/lib/ruby/1.8/irb/init.rb:218:in `require'' > > from /usr/lib/ruby/1.8/irb/init.rb:218:in `load_modules'' > > from /usr/lib/ruby/1.8/irb/init.rb:216:in `each'' > > from /usr/lib/ruby/1.8/irb/init.rb:216:in `load_modules'' > > from /usr/lib/ruby/1.8/irb/init.rb:21:in `setup'' > > from /usr/lib/ruby/1.8/irb.rb:54:in `start'' > > from /usr/bin/irb:13 > > > > > > Is my ruby install messed up? Rails? I''ve run fixrbconfig, but I > > don''t think that''d have anything to do with this anyway. > > > > Pat > > > > > > On 12/11/05, Pat Maddox <pergesu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > >> I created a project, made a migration, generated scaffolding...start > >> up webrick and I get nothing. To simplify things, I just started > >> another project and generated a controller, still getting nothing. > >> The index page loads fine, but nothing beyond that. If I go to > >> anything that should give me a 404, the page is just blank. The > >> Webrick console just says a 500 (nothing explaining why), and there''s > >> nothing in the development.log. There is no server.log (should there > >> be? I don''t know). > >> > >> Actually there is something in development.log, but unrelated to my > >> controller. "Controllers::RailsInfoController: missing default > >> helper > >> path rails_info_helper" > >> > >> I''m really clueless as to what''s going on. OS X, Ruby 1.8.2, Rails > >> 0.14.4. I''d appreciate any help. > >> > >> Pat > >> > > _______________________________________________ > > 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 >
Steven Smith
2005-Dec-12 04:22 UTC
Re: Re: Webrick is being stupid...no info on a brand new project
You might try booting lighttpd as follows: ruby script/server lighttpd to see if that works or you minimally get an error indicating the real problem. Lastly, and sorry for stating the obvious, but please ensure the DB is up. I''ve seen apps that relied on MySQL (or other DB) that didn''t report much if that DB was down. On Dec 11, 2005, at 10:09 PM, Pat Maddox wrote:> Alright I ran the steps I needed, script/console runs fine, but I''m > still getting the 500 errors without any info in the browser, in the > console, or in development.log. Thanks for that pointer...now any > clue why the other stuff still isn''t working? > > Pat > > > On 12/11/05, Steven Smith <ssmith-ykxUa7oIpO9Wk0Htik3J/w@public.gmane.org> wrote: >> You may want to check this web site: >> >> http://tech.rufy.com/entry/46 >> >> Sounds similar to your problem. Be sure to read the comments >> following the article as well. >> >> >> On Dec 11, 2005, at 9:48 PM, Pat Maddox wrote: >> >>> When I run script/console I get the following error: >>> >>> baggio:~/work/mesafire pergesu$ ./script/console >>> Loading development environment. >>> /usr/lib/ruby/1.8/irb/completion.rb:10:in `require'': No such file to >>> load -- readline (LoadError) >>> from /usr/lib/ruby/1.8/irb/completion.rb:10 >>> from /usr/lib/ruby/1.8/irb/init.rb:218:in `require'' >>> from /usr/lib/ruby/1.8/irb/init.rb:218:in `load_modules'' >>> from /usr/lib/ruby/1.8/irb/init.rb:216:in `each'' >>> from /usr/lib/ruby/1.8/irb/init.rb:216:in `load_modules'' >>> from /usr/lib/ruby/1.8/irb/init.rb:21:in `setup'' >>> from /usr/lib/ruby/1.8/irb.rb:54:in `start'' >>> from /usr/bin/irb:13 >>> >>> >>> Is my ruby install messed up? Rails? I''ve run fixrbconfig, but I >>> don''t think that''d have anything to do with this anyway. >>> >>> Pat >>> >>> >>> On 12/11/05, Pat Maddox <pergesu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >>>> I created a project, made a migration, generated >>>> scaffolding...start >>>> up webrick and I get nothing. To simplify things, I just started >>>> another project and generated a controller, still getting nothing. >>>> The index page loads fine, but nothing beyond that. If I go to >>>> anything that should give me a 404, the page is just blank. The >>>> Webrick console just says a 500 (nothing explaining why), and >>>> there''s >>>> nothing in the development.log. There is no server.log (should >>>> there >>>> be? I don''t know). >>>> >>>> Actually there is something in development.log, but unrelated to my >>>> controller. "Controllers::RailsInfoController: missing default >>>> helper >>>> path rails_info_helper" >>>> >>>> I''m really clueless as to what''s going on. OS X, Ruby 1.8.2, Rails >>>> 0.14.4. I''d appreciate any help. >>>> >>>> Pat >>>> >>> _______________________________________________ >>> 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
Pat Maddox
2005-Dec-12 04:38 UTC
Re: Re: Webrick is being stupid...no info on a brand new project
I created a totally new project and did script/server. When I go to the index page and click on "About your application''s environment" I get the error: 127.0.0.1 - - [11/Dec/2005:21:31:32 MST] "GET /rails_info/properties HTTP/1.1" 500 0 in the server console. This is driving me totally crazy because I have another app that I created just two days ago that''s working just fine. I mean if I got some kind of error I could at least try to trouble shoot this but this is just ridiculous. Pat On 12/11/05, Steven Smith <ssmith-ykxUa7oIpO9Wk0Htik3J/w@public.gmane.org> wrote:> You may want to check this web site: > > http://tech.rufy.com/entry/46 > > Sounds similar to your problem. Be sure to read the comments > following the article as well. > > > On Dec 11, 2005, at 9:48 PM, Pat Maddox wrote: > > > When I run script/console I get the following error: > > > > baggio:~/work/mesafire pergesu$ ./script/console > > Loading development environment. > > /usr/lib/ruby/1.8/irb/completion.rb:10:in `require'': No such file to > > load -- readline (LoadError) > > from /usr/lib/ruby/1.8/irb/completion.rb:10 > > from /usr/lib/ruby/1.8/irb/init.rb:218:in `require'' > > from /usr/lib/ruby/1.8/irb/init.rb:218:in `load_modules'' > > from /usr/lib/ruby/1.8/irb/init.rb:216:in `each'' > > from /usr/lib/ruby/1.8/irb/init.rb:216:in `load_modules'' > > from /usr/lib/ruby/1.8/irb/init.rb:21:in `setup'' > > from /usr/lib/ruby/1.8/irb.rb:54:in `start'' > > from /usr/bin/irb:13 > > > > > > Is my ruby install messed up? Rails? I''ve run fixrbconfig, but I > > don''t think that''d have anything to do with this anyway. > > > > Pat > > > > > > On 12/11/05, Pat Maddox <pergesu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > >> I created a project, made a migration, generated scaffolding...start > >> up webrick and I get nothing. To simplify things, I just started > >> another project and generated a controller, still getting nothing. > >> The index page loads fine, but nothing beyond that. If I go to > >> anything that should give me a 404, the page is just blank. The > >> Webrick console just says a 500 (nothing explaining why), and there''s > >> nothing in the development.log. There is no server.log (should there > >> be? I don''t know). > >> > >> Actually there is something in development.log, but unrelated to my > >> controller. "Controllers::RailsInfoController: missing default > >> helper > >> path rails_info_helper" > >> > >> I''m really clueless as to what''s going on. OS X, Ruby 1.8.2, Rails > >> 0.14.4. I''d appreciate any help. > >> > >> Pat > >> > > _______________________________________________ > > 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 >
Pat Maddox
2005-Dec-12 04:51 UTC
Re: Re: Webrick is being stupid...no info on a brand new project
The DB was up fine, as I said, another app was working great. I have no clue what the issue is, but I remembered back to my Windows days for the ultimate fix - reboot. Now it''s working. I''m truly clueless as to why, because I hadn''t installed any new libs when it was failing or anything...but it''s working now so I don''t particularly care anymore. Thanks for that link to the website, I appreciate it. Pat On 12/11/05, Steven Smith <ssmith-ykxUa7oIpO9Wk0Htik3J/w@public.gmane.org> wrote:> You might try booting lighttpd as follows: > > ruby script/server lighttpd > > to see if that works or you minimally get an error indicating the > real problem. > > Lastly, and sorry for stating the obvious, but please ensure the DB > is up. I''ve seen apps that relied on MySQL (or other DB) that didn''t > report much if that DB was down. > > > On Dec 11, 2005, at 10:09 PM, Pat Maddox wrote: > > > Alright I ran the steps I needed, script/console runs fine, but I''m > > still getting the 500 errors without any info in the browser, in the > > console, or in development.log. Thanks for that pointer...now any > > clue why the other stuff still isn''t working? > > > > Pat > > > > > > On 12/11/05, Steven Smith <ssmith-ykxUa7oIpO9Wk0Htik3J/w@public.gmane.org> wrote: > >> You may want to check this web site: > >> > >> http://tech.rufy.com/entry/46 > >> > >> Sounds similar to your problem. Be sure to read the comments > >> following the article as well. > >> > >> > >> On Dec 11, 2005, at 9:48 PM, Pat Maddox wrote: > >> > >>> When I run script/console I get the following error: > >>> > >>> baggio:~/work/mesafire pergesu$ ./script/console > >>> Loading development environment. > >>> /usr/lib/ruby/1.8/irb/completion.rb:10:in `require'': No such file to > >>> load -- readline (LoadError) > >>> from /usr/lib/ruby/1.8/irb/completion.rb:10 > >>> from /usr/lib/ruby/1.8/irb/init.rb:218:in `require'' > >>> from /usr/lib/ruby/1.8/irb/init.rb:218:in `load_modules'' > >>> from /usr/lib/ruby/1.8/irb/init.rb:216:in `each'' > >>> from /usr/lib/ruby/1.8/irb/init.rb:216:in `load_modules'' > >>> from /usr/lib/ruby/1.8/irb/init.rb:21:in `setup'' > >>> from /usr/lib/ruby/1.8/irb.rb:54:in `start'' > >>> from /usr/bin/irb:13 > >>> > >>> > >>> Is my ruby install messed up? Rails? I''ve run fixrbconfig, but I > >>> don''t think that''d have anything to do with this anyway. > >>> > >>> Pat > >>> > >>> > >>> On 12/11/05, Pat Maddox <pergesu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > >>>> I created a project, made a migration, generated > >>>> scaffolding...start > >>>> up webrick and I get nothing. To simplify things, I just started > >>>> another project and generated a controller, still getting nothing. > >>>> The index page loads fine, but nothing beyond that. If I go to > >>>> anything that should give me a 404, the page is just blank. The > >>>> Webrick console just says a 500 (nothing explaining why), and > >>>> there''s > >>>> nothing in the development.log. There is no server.log (should > >>>> there > >>>> be? I don''t know). > >>>> > >>>> Actually there is something in development.log, but unrelated to my > >>>> controller. "Controllers::RailsInfoController: missing default > >>>> helper > >>>> path rails_info_helper" > >>>> > >>>> I''m really clueless as to what''s going on. OS X, Ruby 1.8.2, Rails > >>>> 0.14.4. I''d appreciate any help. > >>>> > >>>> Pat > >>>> > >>> _______________________________________________ > >>> 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 >
Scott Barron
2005-Dec-12 04:58 UTC
Re: Re: Webrick is being stupid...no info on a brand new project
On Dec 11, 2005, at 11:51 PM, Pat Maddox wrote:> The DB was up fine, as I said, another app was working great. > > I have no clue what the issue is, but I remembered back to my Windows > days for the ultimate fix - reboot. Now it''s working. I''m truly > clueless as to why, because I hadn''t installed any new libs when it > was failing or anything...but it''s working now so I don''t particularly > care anymore. > > Thanks for that link to the website, I appreciate it. > > PatIf it happens again, try removing the session files from your temp dir and see if that straightens it out. I''ve experienced the same thing and I''m not sure why it''s not reporting the error these days. -- Scott Barron Lunchbox Software http://lunchboxsoftware.com http://lunchroom.lunchboxsoftware.com http://rubyi.st
Steven Smith
2005-Dec-12 05:10 UTC
Re: Re: Webrick is being stupid...no info on a brand new project
This sounds highly related to the error message you mentioned in your original post: "Controllers::RailsInfoController: missing default helper path rails_info_helper" Looks like this was added in 14.4 (RC5). I can''t be much help here as I''m on 14.3. Sorry. On Dec 11, 2005, at 10:38 PM, Pat Maddox wrote:> I created a totally new project and did script/server. When I go to > the index page and click on "About your application''s environment" I > get the error: > 127.0.0.1 - - [11/Dec/2005:21:31:32 MST] "GET /rails_info/properties > HTTP/1.1" 500 0 > > in the server console. This is driving me totally crazy because I > have another app that I created just two days ago that''s working just > fine. I mean if I got some kind of error I could at least try to > trouble shoot this but this is just ridiculous. > > Pat > > > > On 12/11/05, Steven Smith <ssmith-ykxUa7oIpO9Wk0Htik3J/w@public.gmane.org> wrote: >> You may want to check this web site: >> >> http://tech.rufy.com/entry/46 >> >> Sounds similar to your problem. Be sure to read the comments >> following the article as well. >> >> >> On Dec 11, 2005, at 9:48 PM, Pat Maddox wrote: >> >>> When I run script/console I get the following error: >>> >>> baggio:~/work/mesafire pergesu$ ./script/console >>> Loading development environment. >>> /usr/lib/ruby/1.8/irb/completion.rb:10:in `require'': No such file to >>> load -- readline (LoadError) >>> from /usr/lib/ruby/1.8/irb/completion.rb:10 >>> from /usr/lib/ruby/1.8/irb/init.rb:218:in `require'' >>> from /usr/lib/ruby/1.8/irb/init.rb:218:in `load_modules'' >>> from /usr/lib/ruby/1.8/irb/init.rb:216:in `each'' >>> from /usr/lib/ruby/1.8/irb/init.rb:216:in `load_modules'' >>> from /usr/lib/ruby/1.8/irb/init.rb:21:in `setup'' >>> from /usr/lib/ruby/1.8/irb.rb:54:in `start'' >>> from /usr/bin/irb:13 >>> >>> >>> Is my ruby install messed up? Rails? I''ve run fixrbconfig, but I >>> don''t think that''d have anything to do with this anyway. >>> >>> Pat >>> >>> >>> On 12/11/05, Pat Maddox <pergesu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >>>> I created a project, made a migration, generated >>>> scaffolding...start >>>> up webrick and I get nothing. To simplify things, I just started >>>> another project and generated a controller, still getting nothing. >>>> The index page loads fine, but nothing beyond that. If I go to >>>> anything that should give me a 404, the page is just blank. The >>>> Webrick console just says a 500 (nothing explaining why), and >>>> there''s >>>> nothing in the development.log. There is no server.log (should >>>> there >>>> be? I don''t know). >>>> >>>> Actually there is something in development.log, but unrelated to my >>>> controller. "Controllers::RailsInfoController: missing default >>>> helper >>>> path rails_info_helper" >>>> >>>> I''m really clueless as to what''s going on. OS X, Ruby 1.8.2, Rails >>>> 0.14.4. I''d appreciate any help. >>>> >>>> Pat >>>> >>> _______________________________________________ >>> 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
Juraci Krohling Costa
2005-Dec-12 15:38 UTC
Re: Re: Webrick is being stupid...no info on a brand new project
I had this same problem on Friday, and a friend of mine had just yesterday (both w/ Mac OS X 10.4.x) . The solution? A simple reboot. I followed the traces but didn''t found where exactly the problem is. It goes until Controller instantiation, but it breaks for non-logical reason. Then, I gave up, rebooted and everything goes fine. Regards, Juca Pat Maddox wrote:>The DB was up fine, as I said, another app was working great. > >I have no clue what the issue is, but I remembered back to my Windows >days for the ultimate fix - reboot. Now it''s working. I''m truly >clueless as to why, because I hadn''t installed any new libs when it >was failing or anything...but it''s working now so I don''t particularly >care anymore. > >Thanks for that link to the website, I appreciate it. > >Pat > > >On 12/11/05, Steven Smith <ssmith-ykxUa7oIpO9Wk0Htik3J/w@public.gmane.org> wrote: > > >>You might try booting lighttpd as follows: >> >>ruby script/server lighttpd >> >>to see if that works or you minimally get an error indicating the >>real problem. >> >>Lastly, and sorry for stating the obvious, but please ensure the DB >>is up. I''ve seen apps that relied on MySQL (or other DB) that didn''t >>report much if that DB was down. >> >> >>On Dec 11, 2005, at 10:09 PM, Pat Maddox wrote: >> >> >> >>>Alright I ran the steps I needed, script/console runs fine, but I''m >>>still getting the 500 errors without any info in the browser, in the >>>console, or in development.log. Thanks for that pointer...now any >>>clue why the other stuff still isn''t working? >>> >>>Pat >>> >>> >>>On 12/11/05, Steven Smith <ssmith-ykxUa7oIpO9Wk0Htik3J/w@public.gmane.org> wrote: >>> >>> >>>>You may want to check this web site: >>>> >>>>http://tech.rufy.com/entry/46 >>>> >>>>Sounds similar to your problem. Be sure to read the comments >>>>following the article as well. >>>> >>>> >>>>On Dec 11, 2005, at 9:48 PM, Pat Maddox wrote: >>>> >>>> >>>> >>>>>When I run script/console I get the following error: >>>>> >>>>>baggio:~/work/mesafire pergesu$ ./script/console >>>>>Loading development environment. >>>>>/usr/lib/ruby/1.8/irb/completion.rb:10:in `require'': No such file to >>>>>load -- readline (LoadError) >>>>> from /usr/lib/ruby/1.8/irb/completion.rb:10 >>>>> from /usr/lib/ruby/1.8/irb/init.rb:218:in `require'' >>>>> from /usr/lib/ruby/1.8/irb/init.rb:218:in `load_modules'' >>>>> from /usr/lib/ruby/1.8/irb/init.rb:216:in `each'' >>>>> from /usr/lib/ruby/1.8/irb/init.rb:216:in `load_modules'' >>>>> from /usr/lib/ruby/1.8/irb/init.rb:21:in `setup'' >>>>> from /usr/lib/ruby/1.8/irb.rb:54:in `start'' >>>>> from /usr/bin/irb:13 >>>>> >>>>> >>>>>Is my ruby install messed up? Rails? I''ve run fixrbconfig, but I >>>>>don''t think that''d have anything to do with this anyway. >>>>> >>>>>Pat >>>>> >>>>> >>>>>On 12/11/05, Pat Maddox <pergesu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >>>>> >>>>> >>>>>>I created a project, made a migration, generated >>>>>>scaffolding...start >>>>>>up webrick and I get nothing. To simplify things, I just started >>>>>>another project and generated a controller, still getting nothing. >>>>>>The index page loads fine, but nothing beyond that. If I go to >>>>>>anything that should give me a 404, the page is just blank. The >>>>>>Webrick console just says a 500 (nothing explaining why), and >>>>>>there''s >>>>>>nothing in the development.log. There is no server.log (should >>>>>>there >>>>>>be? I don''t know). >>>>>> >>>>>>Actually there is something in development.log, but unrelated to my >>>>>>controller. "Controllers::RailsInfoController: missing default >>>>>>helper >>>>>>path rails_info_helper" >>>>>> >>>>>>I''m really clueless as to what''s going on. OS X, Ruby 1.8.2, Rails >>>>>>0.14.4. I''d appreciate any help. >>>>>> >>>>>>Pat >>>>>> >>>>>> >>>>>> >>>>>_______________________________________________ >>>>>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 > >
Apparently Analagous Threads
- Blank pages, ''missing default helper path rails_info_helper''
- Switchtower problem - `sysread'': bignum too big to convert into `long'' (RangeError)
- What is supposed to happen when you run dispatch.fcgi?
- lighttpd config on os x
- Analog to ruby script/generate for removing generated stuff?