I don't think it's a conflict with other plugins, unless captcha or attachment_fu causes a conflict...
Maybe I'm missing something really basic (I'm new to Rails, so this is quite possible). How are the "create", etc. methods supposed to be created? Also, if I try to pass a block to the active_scaffold method, then the error becomes "undefined method 'configure'". Maybe that helps. On Mon, Jun 7, 2010 at 6:13 AM, Sergio Cambra .:: entreCables S.L. ::. < [email protected]> wrote: > On Lunes, 7 de Junio de 2010 00:28:31 Lawrence Wang escribió: > > I'm trying to set up ActiveScaffold (rails-2.2 branch) but I'm getting > > nowhere with the most basic of setups. So far I've done nothing but > > create a controller and put "active_scaffold :my_model" into it; I > > have the default route set up in routes.rb; when I go to the > > appropriate path, I get "undefined method 'create' for > > #<ActiveScaffold::Config::Core:0x7ff6580ff838>". > > > > What am I missing? I looked in the group archives for this error, and > > the one instance of it seemed to be caused by wonky associations; but > > I get this error no matter what model I use, even very simple ones. > > > > Is HEAD on the rails-2.2 branch stable? > > Maybe it's a conflict with another plugin, rails-2.2 should be stable > > -- > Sergio Cambra .:: entreCables S.L. ::. > Mariana Pineda 23, 50.018 Zaragoza > T) 902 021 404 F) 976 52 98 07 E) [email protected] > > -- > You received this message because you are subscribed to the Google Groups > "ActiveScaffold : Ruby on Rails plugin" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<activescaffold%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/activescaffold?hl=en. > > -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" group. 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/activescaffold?hl=en.
