give this error: $ rake production db:migrate:extensions --trace (in /var/www/radiant) ** Invoke production (first_time) ** Execute production ** Invoke environment (first_time) ** Execute environment rake aborted! undefined method `page' for #<Radiant::AdminUI:0x2b95090c4210> /var/www/radiant/vendor/extensions/reorder/reorder_extension.rb:19:in `activate' /usr/lib/ruby/gems/1.8/gems/radiant-0.6.6/lib/radiant/extension.rb:34:in `activate'
on 30.04.2008 09:18
on 30.04.2008 15:10
Make sure you have "shards" extension installed and loaded first via this environment.rb line: config.extensions = [ :shards, :all ] Sean
on 02.05.2008 03:06
Shards really should be baked into Radiant. Its become a standard in extension development and usage.
on 02.05.2008 04:30
Oh believe me, we're working on it. Sean
on 04.05.2008 14:46
Awesome! Sean Cribbs wrote: > Oh believe me, we're working on it. > > Sean