Active Admin problem

41 views
Skip to first unread message

guru

unread,
Dec 20, 2011, 5:13:23 AM12/20/11
to rubyonra...@googlegroups.com
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

Request

Parameters:

{"id"=>"3"}

Show session dump

Show env dump

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.

sandip ransing

unread,
Dec 20, 2011, 5:23:13 AM12/20/11
to rubyonra...@googlegroups.com
have u ran command
rake db:migrate

--
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 rubyonra...@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-ta...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.



--
sαη∂ιρ Rαηѕιηg

---
www.funonrails.com

twitter, github @sandipransing
skype sandip.ransing

guru

unread,
Dec 20, 2011, 5:30:27 AM12/20/11
to Ruby on Rails: Talk

yes i have
I think it is because there is no comment field in my database and
active admin show page is going for the comment and not found comment
in database.
is there anyway to generate views in active admin?

sandip ransing

unread,
Dec 20, 2011, 5:36:20 AM12/20/11
to rubyonra...@googlegroups.com
You have to generate active admin migrations first and then need to migrate those tables in db.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonra...@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-ta...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

sandip ransing

unread,
Dec 20, 2011, 5:37:03 AM12/20/11
to rubyonra...@googlegroups.com
rails generate active_admin:install
rake db:migrate

guru

unread,
Dec 20, 2011, 5:54:10 AM12/20/11
to Ruby on Rails: Talk

I am doing exactly that.
I have run
rails generate active_admin:install
rake db:migrate command.
there is command like rails generate devise_views is there command for
active_admin???
Reply all
Reply to author
Forward
0 new messages