I get an error saying "This version of ActiveScaffold requires Rails
2.2 or higher.  Please use an earlier version."

"gem list" shows "rails (2.2.2)".  Looks like the installation is OK,
from this.

Any ideas?  What am I missing?  Installation issue?  Or, coding issue?

Many thanks!!




$ ruby script/server
=> Booting WEBrick...
/home/drub/src/ruby/soccer/vendor/plugins/active_scaffold/init.rb:5:in
`evaluate_init_rb': This version of ActiveScaffold requires Rails 2.2
or higher.  Please use an earlier version. (RuntimeError)
        from ./script/../config/../vendor/rails/railties/lib/rails/
plugin.rb:79:in `evaluate_init_rb'
        from /home/drub/src/ruby/soccer/vendor/rails/activesupport/lib/
active_support/core_ext/kernel/reporting.rb:11:in `silence_warnings'
        from ./script/../config/../vendor/rails/railties/lib/rails/
plugin.rb:75:in `evaluate_init_rb'
        from ./script/../config/../vendor/rails/railties/lib/rails/plugin.rb:
39:in `load'
        from ./script/../config/../vendor/rails/railties/lib/rails/plugin/
loader.rb:33:in `load_plugins'
        from ./script/../config/../vendor/rails/railties/lib/rails/plugin/
loader.rb:32:in `each'
        from ./script/../config/../vendor/rails/railties/lib/rails/plugin/
loader.rb:32:in `load_plugins'
        from ./script/../config/../vendor/rails/railties/lib/initializer.rb:
189:in `load_plugins'
         ... 14 levels...
        from /home/drub/src/ruby/soccer/vendor/rails/activesupport/lib/
active_support/dependencies.rb:496:in `require'
        from /home/drub/src/ruby/soccer/vendor/rails/railties/lib/commands/
server.rb:39
        from script/server:3:in `require'
        from script/server:3

$ gem list

*** LOCAL GEMS ***

actionmailer (2.2.2)
    Service layer for easy email delivery and testing.

actionpack (2.2.2)
    Web-flow and rendering framework putting the VC in MVC.

activerecord (2.2.2)
    Implements the ActiveRecord pattern for ORM.

activeresource (2.2.2)
    Think Active Record for web resources.

activesupport (2.2.2)
    Support and utility classes used by the Rails framework.

assignment (0.0.1)
    Library for completing assignments

rails (2.2.2)
    Web-application framework with template engine, control-flow
layer,
    and ORM.

rake (0.8.3)
    Ruby based make-like utility.

sources (0.0.1)
    This package provides download sources for remote gem installation


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to