As an update I downloaded the 1.3.0.beta of rack and installed it
locally. Now bundle install works however when I try to rake
db:migrate I get:

** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
rake aborted!
wrong number of arguments (2 for 1)
../dev/rails/rack-rack-18040b5/lib/rack/content_length.rb:8:in
`initialize'
../.rvm/gems/ruby-1.9.2-p180@company/bundler/gems/rails-e4ebded5bcd4/
actionpack/lib/action_dispatch/middleware/stack.rb:43:in `new'
../.rvm/gems/ruby-1.9.2-p180@company/bundler/gems/rails-e4ebded5bcd4/
actionpack/lib/action_dispatch/middleware/stack.rb:43:in `build'
../.rvm/gems/ruby-1.9.2-p180@company/bundler/gems/rails-e4ebded5bcd4/
actionpack/lib/action_dispatch/middleware/stack.rb:112:in `block in
build'
../.rvm/gems/ruby-1.9.2-p180@company/bundler/gems/rails-e4ebded5bcd4/
actionpack/lib/action_dispatch/middleware/stack.rb:112:in `each'
../.rvm/gems/ruby-1.9.2-p180@company/bundler/gems/rails-e4ebded5bcd4/
actionpack/lib/action_dispatch/middleware/stack.rb:112:in `inject'
../.rvm/gems/ruby-1.9.2-p180@company/bundler/gems/rails-e4ebded5bcd4/
actionpack/lib/action_dispatch/middleware/stack.rb:112:in `build'
../.rvm/gems/ruby-1.9.2-p180@company/bundler/gems/rails-e4ebded5bcd4/
railties/lib/rails/engine.rb:429:in `app'
../.rvm/gems/ruby-1.9.2-p180@company/bundler/gems/rails-e4ebded5bcd4/
railties/lib/rails/application/finisher.rb:37:in `block in
<module:Finisher>'
../.rvm/gems/ruby-1.9.2-p180@company/bundler/gems/rails-e4ebded5bcd4/
railties/lib/rails/initializable.rb:25:in `instance_exec'
../.rvm/gems/ruby-1.9.2-p180@company/bundler/gems/rails-e4ebded5bcd4/
railties/lib/rails/initializable.rb:25:in `run'
../.rvm/gems/ruby-1.9.2-p180@company/bundler/gems/rails-e4ebded5bcd4/
railties/lib/rails/initializable.rb:50:in `block in run_initializers'
../.rvm/gems/ruby-1.9.2-p180@company/bundler/gems/rails-e4ebded5bcd4/
railties/lib/rails/initializable.rb:49:in `each'
../.rvm/gems/ruby-1.9.2-p180@company/bundler/gems/rails-e4ebded5bcd4/
railties/lib/rails/initializable.rb:49:in `run_initializers'
../.rvm/gems/ruby-1.9.2-p180@company/bundler/gems/rails-e4ebded5bcd4/
railties/lib/rails/application.rb:94:in `initialize!'
../.rvm/gems/ruby-1.9.2-p180@company/bundler/gems/rails-e4ebded5bcd4/
railties/lib/rails/railtie/configurable.rb:28:in `method_missing'
../dev/rails/company/config/environment.rb:5:in `<top (required)>'
../.rvm/gems/ruby-1.9.2-p180@company/bundler/gems/rails-e4ebded5bcd4/
railties/lib/rails/application.rb:76:in `require'
../.rvm/gems/ruby-1.9.2-p180@company/bundler/gems/rails-e4ebded5bcd4/
railties/lib/rails/application.rb:76:in `require_environment!'
../.rvm/gems/ruby-1.9.2-p180@company/bundler/gems/rails-e4ebded5bcd4/
railties/lib/rails/application.rb:191:in `block in initialize_tasks'
../.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.8.7/lib/rake.rb:636:in
`call'
../.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.8.7/lib/rake.rb:636:in
`block in execute'
../.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.8.7/lib/rake.rb:631:in
`each'
../.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.8.7/lib/rake.rb:631:in
`execute'
../.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.8.7/lib/rake.rb:597:in
`block in invoke_with_call_chain'
../.rvm/rubies/ruby-1.9.2-p180/lib/ruby/1.9.1/monitor.rb:201:in
`mon_synchronize'
../.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.8.7/lib/rake.rb:590:in
`invoke_with_call_chain'
../.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.8.7/lib/rake.rb:607:in
`block in invoke_prerequisites'
../.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.8.7/lib/rake.rb:604:in
`each'
../.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.8.7/lib/rake.rb:604:in
`invoke_prerequisites'
../.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.8.7/lib/rake.rb:596:in
`block in invoke_with_call_chain'
../.rvm/rubies/ruby-1.9.2-p180/lib/ruby/1.9.1/monitor.rb:201:in
`mon_synchronize'
../.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.8.7/lib/rake.rb:590:in
`invoke_with_call_chain'
../.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.8.7/lib/rake.rb:583:in
`invoke'
../.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.8.7/lib/rake.rb:
2051:in `invoke_task'
../.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.8.7/lib/rake.rb:
2029:in `block (2 levels) in top_level'
../.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.8.7/lib/rake.rb:
2029:in `each'
../.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.8.7/lib/rake.rb:
2029:in `block in top_level'
../.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.8.7/lib/rake.rb:
2068:in `standard_exception_handling'
../.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.8.7/lib/rake.rb:
2023:in `top_level'
../.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.8.7/lib/rake.rb:
2001:in `block in run'
../.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.8.7/lib/rake.rb:
2068:in `standard_exception_handling'
../.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.8.7/lib/rake.rb:
1998:in `run'
../.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.8.7/bin/rake:31:in
`<top (required)>'
../.rvm/gems/ruby-1.9.2-p180@global/bin/rake:19:in `load'
../.rvm/gems/ruby-1.9.2-p180@global/bin/rake:19:in `<main>'

Again your time is much appreciated.

-- 
You received this message because you are subscribed to the Google Groups 
"CommunityEngine" 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/communityengine?hl=en.

Reply via email to