So I got it to work by executing the command from within the app/ vendor/rails/railties/lib directory (from where the relative path rails/ruby_version_check does exist), but this only gets me as far as the next "`require': no such file to load" error. How do I deal with all these relative load paths that aren't in my $LOAD_PATH?
On Apr 27, 1:05 am, Joe <[email protected]> wrote: > 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-... > > $ 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 > athttp://groups.google.com/group/rubyonrails-talk?hl=en. -- 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.

