Hi I have an app under development that uses active scaffold and also wanted to use hot_potato but there seems to be some compatibility issues.
The gem is hot_potato and is developed and maintained on GitHub here https://github.com/dshimy/HotPotato >From Gemfile: gem "hot_potato", :git => 'git://github.com/dshimy/HotPotato.git' gem "redis" gem "json", '~> 1.5.3' gem "vegas" gem 'active_scaffold' I get this error: /Users/simon/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/ active_support/core_ext/module/aliasing.rb:31:in `alias_method': undefined method `render' for class `ActionController::Base' (NameError) Has anyone else tried this or have any hints on how to resolve the conflict ? Thanks -Simon -- 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.
