Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working with Rails 3.2.6 #93

Open
prem-prakash opened this issue Aug 16, 2012 · 2 comments
Open

Not working with Rails 3.2.6 #93

prem-prakash opened this issue Aug 16, 2012 · 2 comments

Comments

@prem-prakash
Copy link

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: <%= options_for_select(drop_down_for_klasses, @drop_down_url) %> 4: Migration Information 5:
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

@michaelnatkin
Copy link

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

@ningzhang422
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants