Paŭlo Geyer
2008-Jan-18 05:21 UTC
trying to load an library from /home/.highjump, dunno why.
I have a typo blog running on dreamhost, now i''m getting this strange error: LoadError (Expected /home/.highjump/auszug/auszug.org/app/controllers/ articles_controller.rb to define ArticlesController): I can''t find out why it is trying to load a library from / home/.highjump, i didn''t change any file for months there. Anyone had this error too? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Ryan Bigg
2008-Jan-18 05:38 UTC
Re: trying to load an library from /home/.highjump, dunno why.
Does your controller articles_controller actually contain a definition for ArticlesController? If it doesn't, make one. If it does, restart your server. On Jan 18, 2008 3:51 PM, Paŭlo Geyer <paulogeyer@gmail.com> wrote:> > I have a typo blog running on dreamhost, now i'm getting this strange > error: > LoadError (Expected /home/.highjump/auszug/auszug.org/app/controllers/ > articles_controller.rb to define ArticlesController): > > I can't find out why it is trying to load a library from / > home/.highjump, i didn't change any file for months there. Anyone had > this error too? > > >-- Ryan Bigg http://www.frozenplague.net Feel free to add me to MSN and/or GTalk as this email. --~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---
Paŭlo Geyer
2008-Jan-18 06:06 UTC
Re: trying to load an library from /home/.highjump, dunno why.
inside my app/controllers/articles_controller.rb: class ArticlesController < ContentController it seems fine. On Jan 18, 3:38 am, "Ryan Bigg" <radarliste...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Does your controller articles_controller actually contain a definition for > ArticlesController? If it doesn''t, make one. If it does, restart your > server. > > On Jan 18, 2008 3:51 PM, Paŭlo Geyer <pauloge...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > I have a typo blog running on dreamhost, now i''m getting this strange > > error: > > LoadError (Expected /home/.highjump/auszug/auszug.org/app/controllers/ > > articles_controller.rb to define ArticlesController): > > > I can''t find out why it is trying to load a library from / > > home/.highjump, i didn''t change any file for months there. Anyone had > > this error too? > > -- > Ryan Bigghttp://www.frozenplague.net > Feel free to add me to MSN and/or GTalk as this email.--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Jeremy McAnally
2008-Jan-18 06:16 UTC
Re: trying to load an library from /home/.highjump, dunno why.
There could be a syntax or some other error in there that caused the class to be improperly loaded. Try reloading your server and you should the "real error" on the first request. --Jeremy On Jan 18, 2008 1:06 AM, Paŭlo Geyer <paulogeyer@gmail.com> wrote:> > inside my app/controllers/articles_controller.rb: > class ArticlesController < ContentController > > it seems fine. > > On Jan 18, 3:38 am, "Ryan Bigg" <radarliste...@gmail.com> wrote: > > Does your controller articles_controller actually contain a definition for > > ArticlesController? If it doesn't, make one. If it does, restart your > > server. > > > > On Jan 18, 2008 3:51 PM, Paŭlo Geyer <pauloge...@gmail.com> wrote: > > > > > > > > > I have a typo blog running on dreamhost, now i'm getting this strange > > > error: > > > LoadError (Expected /home/.highjump/auszug/auszug.org/app/controllers/ > > > articles_controller.rb to define ArticlesController): > > > > > I can't find out why it is trying to load a library from / > > > home/.highjump, i didn't change any file for months there. Anyone had > > > this error too? > > > > -- > > Ryan Bigghttp://www.frozenplague.net > > > Feel free to add me to MSN and/or GTalk as this email. > > >-- http://www.jeremymcanally.com/ My books: Ruby in Practice http://www.manning.com/mcanally/ My free Ruby e-book http://www.humblelittlerubybook.com/ My blogs: http://www.mrneighborly.com/ http://www.rubyinpractice.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@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---
bigprog
2008-Jan-18 11:06 UTC
Re: trying to load an library from /home/.highjump, dunno why.
Paŭlo try this one class GuestBookController < ActionController::Base --Sujoy --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
bigprog
2008-Jan-18 11:08 UTC
Re: trying to load an library from /home/.highjump, dunno why.
Try this one class ArticlesController < ActionController::Base On Jan 18, 11:16 am, "Jeremy McAnally" <jeremymcana...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> There could be a syntax or some other error in there that caused the > class to be improperly loaded. Try reloading your server and you > should the "real error" on the first request. > > --Jeremy > > On Jan 18, 2008 1:06 AM, Paŭlo Geyer <pauloge...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > inside my app/controllers/articles_controller.rb: > > class ArticlesController < ContentController > > > it seems fine. > > > On Jan 18, 3:38 am, "Ryan Bigg" <radarliste...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Does your controller articles_controller actually contain a definition for > > > ArticlesController? If it doesn''t, make one. If it does, restart your > > > server. > > > > On Jan 18, 2008 3:51 PM, Paŭlo Geyer <pauloge...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > I have a typo blog running on dreamhost, now i''m getting this strange > > > > error: > > > > LoadError (Expected /home/.highjump/auszug/auszug.org/app/controllers/ > > > > articles_controller.rb to define ArticlesController): > > > > > I can''t find out why it is trying to load a library from / > > > > home/.highjump, i didn''t change any file for months there. Anyone had > > > > this error too? > > > > -- > > > Ryan Bigghttp://www.frozenplague.net > > > > Feel free to add me to MSN and/or GTalk as this email. > > --http://www.jeremymcanally.com/ > > My books: > Ruby in Practicehttp://www.manning.com/mcanally/ > > My free Ruby e-bookhttp://www.humblelittlerubybook.com/ > > My blogs:http://www.mrneighborly.com/http://www.rubyinpractice.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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---