I want to check out an issue in edge rails. I've never used edge before and am having a lot of trouble getting it up and running.
Following modified instructions from http://ariejan.net/2009/01/04/how-to-start-a-rails-edge-app-the-easy-way/ $ mkdir -p app/vendor $ cd app $ git clone git://github.com/rails/rails.git vendor/rails $ ruby vendor/rails/railties/lib/rails/cli.rb . vendor/rails/railties/lib/rails/cli.rb:27:in `require': no such file to load -- rails/ruby_version_check (LoadError) from vendor/rails/railties/lib/rails/cli.rb:27:in `<main>' But the file rails/ruby_version_check is definitely present. It seems like 'require' is not searching the correct path in vendor/rails/ railties/lib. Help? -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

