On Lunes, 1 de Febrero de 2010 18:17:20 Soren escribió: > I get a number of these errors - what do they mean - and how do I get > rid of them > > /vendor/plugins/active_scaffold/lib/active_scaffold/configurable.rb: > 19:in `method_missing': undefined method `create' for # > (NoMethodError)
I think the backtrace is not full, what is #? It should be an object reference. What ruby version are you using? Maybe it's a problem with some ruby versions although is strange it works with some controllers. > /vendor/plugins/active_scaffold/lib/active_scaffold/config/core.rb: > 186:in `method_missing' > /vendor/plugins/active_scaffold/lib/active_scaffold/config/core.rb: > 137:in `send' > /vendor/plugins/active_scaffold/lib/active_scaffold/config/core.rb: > 137:in `_load_action_columns' > /vendor/plugins/active_scaffold/lib/active_scaffold/data_structures/ > actions.rb:20:in `each' > /vendor/plugins/active_scaffold/lib/active_scaffold/data_structures/ > actions.rb:20:in `each' > /vendor/plugins/active_scaffold/lib/active_scaffold/config/core.rb: > 136:in `_load_action_columns' > /vendor/plugins/active_scaffold/lib/active_scaffold.rb:63:in > `active_scaffold' > /app/controllers/campaigns_controller.rb:7 > > I have noted that my application can only start in certain controller > and not in others. > Is there a way to preload certain models to prevent this ? > > /S -- 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]. For more options, visit this group at http://groups.google.com/group/activescaffold?hl=en.
