Skip to content

Commit

Permalink
activeadmin#1587 documenting need to migrate to new dashboard registr…
Browse files Browse the repository at this point in the history
…ation to avoid uninitialized constant Admin::DashboardController
  • Loading branch information
garysweaver committed Oct 15, 2012
1 parent 91c47b4 commit 43a3328
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.rdoc
Expand Up @@ -4,7 +4,7 @@ Active Admin is a framework for creating administration style interfaces. It
abstracts common business application patterns to make it simple for developers
to implement beautiful and elegant interfaces with very little effort.

{<img src="https://secure.travis-ci.org/gregbell/active_admin.png?branch=master" />}[http://travis-ci.org/gregbell/active_admin] {<img src="https://codeclimate.com/badge.png" />}[https://codeclimate.com/github/gregbell/active_admin] {<img src="https://gemnasium.com/gregbell/active_admin.png" />}[https://gemnasium.com/gregbell/active_admin]
{<img src="https://secure.travis-ci.org/gregbell/active_admin.png?branch=master" />}[http://travis-ci.org/gregbell/active_admin] {<img src="https://codeclimate.com/badge.png" />}[https://codeclimate.com/github/gregbell/active_admin]

== Documentation & Support

Expand Down Expand Up @@ -78,6 +78,11 @@ Refresh your web browser to see the interface.
When upgrading to a new version of ActiveAdmin you may need to run
$> rails generate active_admin:assets

If you get:
uninitialized constant Admin::DashboardController
when trying to view the dashboard (at +/admin+), ensure +app/admin/dashboards.rb+ looks like the current {default}[https://raw.github.com/gregbell/active_admin/master/lib/generators/active_admin/install/templates/dashboard.rb].


== Next Steps

The best place to get documentation is at http://activeadmin.info/documentation.html.
Expand Down

0 comments on commit 43a3328

Please sign in to comment.