I am new to active admin. I am using rails 3 and I create one resource 
called product with the field of Name, Price, category.It runs good with 
simple users but when i log in to admin and try to create new product then 
it gives me error like

Error 
---------
   Mysql2::Error in Admin/products#show 

Showing *
/usr/lib/ruby/gems/1.8/gems/activeadmin-0.3.4/app/views/active_admin/resource/show.html.arb
* where line *#1* raised: 

Table 'demo2_development.active_admin_comments' doesn't exist

 Extracted source (around line *#1*): 

1: render renderer_for(:show)

 Rails.root: /home/urjit/rails_project/demo2
 Application Trace <http://localhost:3000/admin/products/3#> | Framework 
Trace <http://localhost:3000/admin/products/3#> | Full 
Trace<http://localhost:3000/admin/products/3#> 

 Request 

*Parameters*: 

{"id"=>"3"}

Show session dump <http://localhost:3000/admin/products/3#>

Show env dump <http://localhost:3000/admin/products/3#>
Response 

*Headers*: 

None




I think it is because there is no comment field in my database.
Is there any way to generate active_admin like devise?
If there then please tell me the command.
please tell me what to do?
Thank you.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/rubyonrails-talk/-/DALU7oeE2N0J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to