I re-installed my active scaffold but got this while trying to start
the web server. I got this before too, but I forgot what I had to do
to get it to work. I re-installed with
./script/plugin install git://
github.com/activescaffold/active_scaffold.git
-r rails-2.1
It looks like it's not downloading the right code branch?
=> Booting Mongrel (use 'script/server webrick' to force WEBrick)
=> Rails 2.1.0 application starting on
http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
** Starting Mongrel listening at
0.0.0.0:3000
** Starting Rails with development environment...
Exiting
/Users/David/Project/Development/RailsDev/svn/pttrading/vendor/plugins/
active_scaffold/init.rb:5:in `evaluate_init_rb': This version of
ActiveScaffold requires Rails 2.3 or higher. Please use an earlier
version. (RuntimeError)
from ./script/../config/../vendor/rails/railties/lib/rails/
plugin.rb:95:in `evaluate_init_rb'
from /Users/David/Project/Development/RailsDev/svn/pttrading/
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:91:in `evaluate_init_rb'
from ./script/../config/../vendor/rails/railties/lib/rails/
plugin.rb:44:in `load'
from /Users/David/Project/Development/RailsDev/svn/pttrading/
config/../vendor/plugins/engines/lib/engines/plugin.rb:77: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'
... 31 levels...
from /Users/David/Project/Development/RailsDev/svn/pttrading/
vendor/rails/railties/lib/commands/server.rb:39
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/
custom_require.rb:31:in `gem_original_require'
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/
custom_require.rb:31:in `require'
from script/server:3
On Jul 6, 2:34 pm, Kenny Ortmann <
kenny.ortm...@gmail.com> wrote:
> Can you update your version of active scaffold, I just pused a change to the
> version for rails-2.1
>
> ~kenny
>