Hi.
I created a model called "player" using rake db:migration and right
after
went to try a dynamic scaffold to try it.
So I created a controller called "admin" and the admin_controller.rb
became
like this:
class AdminController < ApplicationController
scaffold :player
end
but when I tried http://localhost:3000/admin/, I got this error message:
uninitialized constant Player
Then I created the scaffold statically by doing script\generate scaffold
player
Now, I can try to access the admin controller and everything goes nice.
I tried to destroy the static scaffold, but then the error came back.
I''m using Ruby on Rails on Windows XP, using Mongrel as server. Is
there any
configuration I should set to make the dynamic scaffold work? I''m
following
the RoR book steps, and there''s nothing about this error there.
Thanks in advance
--
Felipe Sodre S. Silva
Engenharia de Computação - Universidade Estadual de Campinas
+55 11 9604-1118
fsodre-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
http://www.students.ic.unicamp.br/~ra032714
--~--~---------~--~----~------------~-------~--~----~
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
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---