This project is archived and is in readonly mode.

#4606 ✓invalid
fakingfantastic

undefined method `tap' for #<Rails::Server:0x15d8ea4> (NoMethodError)

Reported by fakingfantastic | May 15th, 2010 @ 05:45 PM

I'm on Mac 10.5

Here are my steps.

rvm install 1.9.2-head
rvm use 1.9.2-head
gem install rails --pre
rails newapp
updated my Gemfile to have:

 gem "rails", :git => 'git://github.com/rails/rails.git'  # (or)
 gem "rails", :path => '/path/to/clone/of/[git://github.com/rails/rails.git]' # (both gave same error)
bundle install
rails server

here's the error

/Users/fl/.rvm/gems/ruby-1.9.2-head/gems/rack-1.1.0/lib/rack/server.rb:170: warning: parenthesize argument(s) for future version
/Users/fl/.rvm/gems/ruby-1.9.2-head/bundler/gems/rails-16a5e918a06649ffac24fd5873b875daf66212ad-master/railties/lib/rails/commands.rb:27: undefined method tap' for #&lt;Rails::Server:0x15d8ea4&gt; (NoMethodError)
from script/rails:9:inrequire'
from script/rails:9

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

Pages