Expected /your/rails/dir/someclass.rb to define Someclass

It seems that this error appears when something is missing, to know what is missing exactly, try to run

 
$ script/console 

then


 >> Someclass

It will give you details about the problem.