The 'config' method of setting defaults was removed as part of the 2.0 upgrade - it sounds like this plugin has not been updated to reflect this.
To get around it, you might be able to extract the config functionality out of an older version of the engines plugin (have a look through some of the 1.1.x tags on http://svn.rails-engines.org/), but that's still no guarantee that this plugin plays well with Rails 2.0, alas. HTH, James On Thu, Apr 24, 2008 at 7:33 PM, Kevin Pratt <[EMAIL PROTECTED]> wrote: > Thanks for your help guys. > > Got that running both on the edge rails as well as the 2.0.2 gem. > > Now, the reason I was trying to get it installed was I wanted to use > date_box engine. > > Is this the right list to be asking questions about that particular engine? > > I keep getting the error > > undefined method `config' for DateboxEngine:Module > > Anyone have any ideas? > > > > On 24-Apr-08, at 12:14 , Rhett Sutphin wrote: > > > > Hi Kevin, > > On Apr 24, 2008, at 8:28 AM, Kevin Pratt wrote: > > > I believe that my issue is releated to ticket > http://dev.rails-engines.org/ticket/285 > > > > Has there been any headway on this particular issue? > > Which version of engines are you using? If you're using Rails 2.0.x, > you need to be using engines from the rb_2.0 branch. You can't use > the trunk version after r681. > > Rhett > _______________________________________________ > Engine-Users mailing list > [email protected] > http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org > > > _______________________________________________ > Engine-Users mailing list > [email protected] > http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org > > -- * J * ~ _______________________________________________ Engine-Users mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
