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?

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 [email protected] wrote:


Ryan B.

Feel free to add me to MSN and/or GTalk as this email.

inside my app/controllers/articles_controller.rb:
class ArticlesController < ContentController

it seems fine.

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 [email protected] wrote:

home/.highjump, i didn’t change any file for months there. Anyone had
this error too?


Ryan B.http://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

My free Ruby e-book

My blogs:

http://www.rubyinpractice.com/

PaÅ­lo

try this one

class GuestBookController < ActionController::Base

–Sujoy

Try this one
class ArticlesController < ActionController::Base

On Jan 18, 11:16 am, “Jeremy McAnally” [email protected]