i meant are you running the 0.7.1 tag or the master branch of the concurrent_draft extension. if you used script/extension install chances are you're on master. try this:
cd vendor/extensions/concurrent_draft git checkout 0.7.1 cd ../../.. rake radiant:extensions:concurrent_draft:migrate rake radiant:extensions:concurrent_draft:update On Thu, Feb 11, 2010 at 4:47 PM, Stan Rawrysz <[email protected]> wrote: > I have inherited the project from another developer. I'm not sure I > understand your question, either. I'm pretty sure it was created from > the gem. > > And a correction below, it is not running 2.3.5, it's actually 2.1.2 > like it's supposed to. > > Thanks, > Stan > > > On Thu, Feb 11, 2010 at 1:46 PM, john muhl <[email protected]> wrote: >> are you using the 0.7.1 tag or the master branch? if the latter you >> might try switching to the former and running the migrate/update >> commands by hand. >> >> On Thu, Feb 11, 2010 at 3:32 PM, Stan Rawrysz <[email protected]> wrote: >>> I'm trying to install the concurrent_draft extension, but I'm guessing >>> I'm missing a plugin or something. >>> >>> Running Radiant 0.7.1 >>> Rails 2.3.5 (installed through macports) >>> OS X 10.6 >>> PostgreSQL >>> >>> >>> Error while installing: >>> >>> $ script/extension install concurrent_draft >>> Initialized empty Git repository in >>> /private/var/folders/DM/DMD0iVG4Fb0a50Z09mRvnU+++TI/-Tmp-/concurrent_draft/.git/ >>> remote: Counting objects: 506, done. >>> remote: Compressing objects: 100% (279/279), done. >>> remote: Total 506 (delta 233), reused 329 (delta 138) >>> Receiving objects: 100% (506/506), 71.54 KiB, done. >>> Resolving deltas: 100% (233/233), done. >>> rake aborted! >>> undefined method `select_hour' for class >>> `ActionView::Helpers::DateTimeSelector' >>> >>> (See full trace by running task with --trace) >>> rake aborted! >>> undefined method `select_hour' for class >>> `ActionView::Helpers::DateTimeSelector' >>> >>> (See full trace by running task with --trace) >>> >>> ----- >>> >>> Error at runtime: >>> >>> $ script/server >>> => Booting Mongrel (use 'script/server webrick' to force WEBrick) >>> => Rails 2.1.2 application starting on http://0.0.0.0:3000 >>> => Call with -d to detach >>> => Ctrl-C to shutdown server >>> ** Starting Mongrel listening at 0.0.0.0:3000 >>> ** Starting Rails with development environment... >>> Exiting >>> /opt/local/lib/ruby/gems/1.8/gems/radiant-0.7.1/vendor/rails/activesupport/lib/active_support/core_ext/module/aliasing.rb:31:in >>> `alias_method': undefined method `select_hour' for class >>> `ActionView::Helpers::DateTimeSelector' (NameError) >>> >>> >>> ---- >>> >>> Did a bit of searching for this error and found a thread about >>> rails-unobtrusive-date-picker, but I think that's a red herring. >>> http://code.google.com/p/rails-unobtrusive-date-picker/issues/detail?id=17 >>> >>> If anyone can help, that would be awesome. >>> >>> Stan >>> _______________________________________________ >>> Radiant mailing list >>> Post: [email protected] >>> Search: http://radiantcms.org/mailing-list/search/ >>> List Site: http://lists.radiantcms.org/mailman/listinfo/radiant >>> Radiant: http://radiantcms.org >>> Extensions: http://ext.radiantcms.org >>> >> _______________________________________________ >> Radiant mailing list >> Post: [email protected] >> Search: http://radiantcms.org/mailing-list/search/ >> List Site: http://lists.radiantcms.org/mailman/listinfo/radiant >> Radiant: http://radiantcms.org >> Extensions: http://ext.radiantcms.org >> > _______________________________________________ > Radiant mailing list > Post: [email protected] > Search: http://radiantcms.org/mailing-list/search/ > List Site: http://lists.radiantcms.org/mailman/listinfo/radiant > Radiant: http://radiantcms.org > Extensions: http://ext.radiantcms.org > _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ List Site: http://lists.radiantcms.org/mailman/listinfo/radiant Radiant: http://radiantcms.org Extensions: http://ext.radiantcms.org
