[Rails] Re: Expected … to define Base

2012-06-09 Thread Matt Jones
On Friday, 8 June 2012 08:54:19 UTC-4, Zeck wrote: > > I new to rails. I have a setup in the lib directory like so: > > lib/ >blog/ > core/ > search/ > base.rb > > The base.rb defines the Base class as well: > > module Blog > module Core > module Search >

Re: [Rails] Re: Expected … to define Base

2012-06-08 Thread Zeck
Is it bug? On Saturday, June 9, 2012 12:26:29 AM UTC+8, Oscar Del Ben wrote: > > This is kind of interesting. I want to spend some time tomorrow to debug > this kind of issues (that happens very frequently), unless someone gets to > it first. > > -- > Oscar Del Ben > Sent with Sparrow

Re: [Rails] Re: Expected … to define Base

2012-06-08 Thread Oscar Del Ben
This is kind of interesting. I want to spend some time tomorrow to debug this kind of issues (that happens very frequently), unless someone gets to it first. -- Oscar Del Ben Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Friday, June 8, 2012 at 6:14 AM, Zeck wrote: > > Added my f

[Rails] Re: Expected … to define Base

2012-06-08 Thread Zeck
Added my full stack Started GET "/admin/posts" for 127.0.0.1 at 2012-06-08 21:06:18 +0800 LoadError (Expected /home/usr/code/blog/lib/blog/core/search/base.rb to define Base): app/controllers/admin/base_controller.rb:5:in `' app/controllers/admin/posts_controller.rb:6:in `' Rendered /