what if you have to include engine dependency from git repository?

On Wednesday, July 4, 2012 6:38:18 PM UTC+3, mschuerig wrote:
>
> On Wednesday 04 July 2012, Piotr Sarnacki wrote: 
> > Hi, 
> > 
> > You should require dependencies of an engine before initialization, 
> > for example in lib/my_engine/engine.rb file: 
> > 
> >     require 'other_engine/engine' 
> >     require 'yet_another_engine/engine' 
> > 
> >     moduleMyEngine 
> >       class Engine < ::Rails::Engine 
> >       end 
> >     end 
>
> Now that you've said it, it seems incredibly obvious. 
>
> Thanks! 
>
> Michael 
>
> -- 
> Michael Schuerig 
> mailto:[email protected] <javascript:> 
> http://www.schuerig.de/michael/ 
>

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/rubyonrails-core/-/O-l1UZtuDdQJ.
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/rubyonrails-core?hl=en.

Reply via email to