admin_data icon indicating copy to clipboard operation
admin_data copied to clipboard

A non instrusive gem which helps you browse, search and manage your data using browser

Results 17 admin_data issues
Sort by recently updated
recently updated
newest added

The github project link to "http://admin-data-demo.herokuapp.com/admin_data" doesn't seem to work, FWIW.

I got this error with edge github branch NoMethodError in Admin_data/home#index Showing /home/prakash/.bundler/ruby/1.9.1/admin_data-c90759d4e6ad/app/views/admin_data/shared/_drop_down_klasses.html.erb where line #3 raised: undefined method `map' for nil:NilClass Extracted source (around line #3): 1: 2: 3:...

Hi, guys! My app stored at Heroku free account, so I don't have access to my DB via browser, I can only download it to my local computer. Since this...

Is it possible to hide columns? Thanks!

If you create a controller called search_controller in your application. Then you don't specify a layout to use. I.E., use the default layout. When you add admin_data, then call a...

A boolean column whose value is false will be shown as null (no value) in the select item of the Edit page. When the value is true, the select displayed...

When I go to /admin_data in my app, the page renders but all of the assets are missing. Images, stylesheets, javascript, everything. I thought maybe it was related to my...

I've just installed the gem with rails 3.0 and I'm not sure why anyone can view data on my server. even when I set up /config/initializers/admin_data.rb with: ``` ruby AdminData.config...

Installed admin_data in a Rails 3 app that also uses the friendly_id gem. I'm able to browse a table but when I try to select a record, I get an...

Just installed the gem. Have you seen this before I dig? Started GET "/admin_data" for 127.0.0.1 at 2011-07-24 09:34:43 -0400 Processing by AdminData::MainController#all_models as HTML Completed 404 Not Found in...