[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: RFS: devise_invitable



On Wed, Oct 24, 2012 at 09:25:02AM +0200, Cédric Boutillier wrote:
> - I am pretty sure it misses dependencies: trying to load
>   devise_invitable.rb in irb, it complains about missing "devise".
>   Rubygems lists as dependencies: actionmailer, devise, railties, and I
>   believe that devise is not packaged yet.
>   Please check that your package has the correct dependencies. This is
>   not as easy as if there were tests, but collecting the "require 'foo'"
>   statements from the lib will help.

indeed devise_invitable depends on devise (which in turn is likely to depend
on other gems that are not packaged yet)

> - I have no experience in packaging rail apps, but probably the files in
>   app/ and config/ are needed. gem2deb by default does not include them
>   in the binary packages, so you need to decide if and where to put
>   them.

me neither (just rails experience using bundle).

app/ and config/ are application-specific. devise and devise_invitable provide
generators to produce all sorts of MVC components and an initializer (think of
them as built-time dependencies for a rails app)

-- 
Every great idea is worthless without someone to do the work. --Neil Williams


Reply to: