Scott Zetlan

Results 5 comments of Scott Zetlan

Ditto, ruby-1.9.2-p290 activeadmin-0.4.0 rails-3.1.3 rake-0.9.2.2 For some reason, ActiveAdmin wants to query all the tables it knows about and raises an error if they don't exist yet. This means that...

Here is my Gemfile. I still think that errors in ActiveAdmin shouldn't prevent the environment from loading. ``` ruby source 'http://rubygems.org' gem 'rails', '3.1.3' # Bundle edge Rails instead: #...

I've got the workaround in place for now, and the product needs to be code complete this week - so will try updating after the launch to see if that...

Update on this ... first install to staging environment is a no-go, and it's this issue in the way. Rails 3.1.3, active-admin-0.4.2. Gotta say it's pretty annoying to have to...

I think the root cause of the problem appears to be that ActiveAdmin hooks into the routes, so any time you run a rake task that evaluates routes.rb it calls...