after installing ActiveScaffold I get the following error
/Users/Jacob/git/emailticketing/vendor/rails/activesupport/lib/
active_support/core_ext/module/aliasing.rb:31:in `alias_method':
undefined method `pick_template' for class
`ActionView::TemplateFinder' (NameError)
from /Users/Jacob/git/emailticketing/vendor/rails/activesupport/lib/
active_support/core_ext/module/aliasing.rb:31:in `alias_method_chain'
from /Users/Jacob/git/emailticketing/vendor/plugins/active_scaffold/
lib/extensions/generic_view_paths.rb:35
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:
27:in `gem_original_require'
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:
27:in `require'
from /Users/Jacob/git/emailticketing/vendor/rails/activesupport/lib/
active_support/dependencies.rb:148:in `require'
from /Users/Jacob/git/emailticketing/vendor/rails/activesupport/lib/
active_support/dependencies.rb:507:in `new_constants_in'
from /Users/Jacob/git/emailticketing/vendor/rails/activesupport/lib/
active_support/dependencies.rb:148:in `require'
from /Users/Jacob/git/emailticketing/vendor/plugins/active_scaffold/
environment.rb:63
... 45 levels...
from /Users/Jacob/git/emailticketing/vendor/rails/activesupport/lib/
active_support/dependencies.rb:148:in `require'
from /Users/Jacob/git/emailticketing/vendor/rails/railties/lib/
commands/server.rb:49
from script/server:3:in `require'
from script/server:3
I installed the plugin as a git submodule using the following command
git submodule add git://github.com/activescaffold/active_scaffold.git
vendor/plugins/active_scaffold
git submodule init
git submodule update
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---