I have created a new app with --edge and created a scaffold and migrated the database. When I execute ''rake test'' I get this error: .bundle/gems/bundler-0.9.5/lib/bundler/resolver.rb:161:in `resolve'': Could not find gem ''rails (>= 0, runtime)'' in git://github.com/rails/rails.git (at master). (Bundler::GemNotFound) Source does not contain any versions of ''rails (>= 0, runtime)'' I follow these steps: rails testApp --edge cd testApp rails g scaffold test hello:string rake db:migrate rake I suposo this is a bug -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.