>
> On 04/09/2011, at 11:26, Tim Uckun <[email protected]> wrote:
>> Ideally rails would process the Gemfile in the engine(s) and then the
>> Gemfile in the parent app but it doesn't seem to be doing that.
>>
>
> No, this is never going to be the case. You must specify your dependencies in 
> your engine's gemspec file which will be loaded by Bundler because your 
> application is treating your engine as if it were a gem. Or at least, it 
> should be doing that.
>
> If you've NOT specified your engine as a GEM DEPENDENCY of your application 
> then things will not be loaded as normal.
>
> If you'd like a better explanation why I can give you one over IM later this 
> afternoon or I could write a blog post? :)


I am always eager to learn so if you have the inclination please feel
free to ping me I am @timuckun almost everywhere.

BTW I am specifying the engine as a gem in the gemfile

 gem 'engine_name', :path => 'vendor/engines'

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
or Rails Oceania" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rails-oceania?hl=en.

Reply via email to