neerajsingh0101 / admin_data

A non instrusive gem which helps you browse, search and manage your data using browser
http://admin-data-demo.heroku.com/admin_data
MIT License
376 stars 56 forks source link

Rails 3.1 fixes #81

Closed adamcrown closed 13 years ago

adamcrown commented 13 years ago

After upgrading my app to Rails 3.1, I found that admin_data had some issues. Specifically with the parent_layout helper method and serving up the public files.

This is a quick and dirty fix to get things working. Eventually the assets should be redone to support the asset pipeline in 3.1. But this should get things working for now.