admin_data icon indicating copy to clipboard operation
admin_data copied to clipboard

Not working with Rails 3.2.6

Open prem-prakash opened this issue 11 years ago • 2 comments

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: Trace of template inclusion: /home/prakash/.bundler/ruby/1.9.1/admin_data-c90759d4e6ad/app/views/admin_data/shared/_header.html.erb, /home/prakash/.bundler/ruby/1.9.1/admin_data-c90759d4e6ad/app/views/layouts/admin_data.html.erb

Changed to version 1.2.1 and restart server, it worked but gave this error when editing record:

NoMethodError in Admin_data/crud#edit

Showing /usr/local/lib/ruby/gems/1.9.1/gems/admin_data-1.2.1/app/views/admin_data/crud/misc/_form.html.erb where line #7 raised:

undefined method `primary_key_name' for #ActiveRecord::Reflection::AssociationReflection:0x9625ff8 Extracted source (around line #7):

4: [<%= col.type.to_s %>] 5: 6:

7: <%= form_field(klass, @model, col, f).html_safe %> 8:
9: <% end %> 10: Trace of template inclusion: /usr/local/lib/ruby/gems/1.9.1/gems/admin_data-1.2.1/app/views/admin_data/crud/edit.html.erb

prem-prakash avatar Aug 16 '12 23:08 prem-prakash

I'm having this exact issue; would love any help.

michaelnatkin avatar Dec 11 '12 22:12 michaelnatkin

I got same error, It disappeared when i pass admin_data to my production app. In fact, in the case, /lib/util.rb didn't call by controller/application_controller.rb. application_controller.rb tred to convert string to object by a function in lib/util.rb. another point, we should change primary_key_name to foreign_key in the file /helpers/application_helper.rb

ningzhang422 avatar Feb 11 '14 07:02 ningzhang422