kevbaker / rails-bootstrap-base-app

Base Rails application with Devise, Bootstrap, cancan
27 stars 7 forks source link

heroku #12

Open adowning opened 12 years ago

adowning commented 12 years ago

Everything woks fine on my local ubuntu installation but after pushing and migrating the db on heroku, when I start the server I get an unititialized constant ActiveAdmin from dashboards.rb ... any ideas?

(ps new to rails so if this is basic stuff please bear with me)

kevbaker commented 12 years ago

ActiveAdmin was something I was going to include on the project early on. I've since removed it. Let me be sure I cleaned everything up.