Ah, well then, it's definitely a rails install gone AWOL:

[foothill]$ ./script/about
./script/../config/boot.rb:7:in `require': no such file to load -- pathname (LoadError)
        from ./script/../config/boot.rb:7
        from ./script/about:2:in `require'
        from ./script/about:2

How do I get it to use the Rails that's inside /vender?

Mike


On 5/19/06, Josh Susser <[EMAIL PROTECTED]> wrote:

On May 19, 2006, at 7:48 AM, Mike Purvis wrote:
> Thanks for your reply. How would I determine if Rails is frozen?
>
> I observe that when I run the svn upgrade, it pulls in a specific
> revision of Rails and places it in that directory, but how do I
> check if that's what's actually being used?

Use the script/about command in your Rails project.  It will tell you
the versions of Rails and all the gems being used. If you're running
off trunk it shows the svn version number as "Edge Rails revision".

--
Josh Susser
http://blog.hasmanythrough.com


_______________________________________________
Typo-list mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/typo-list

_______________________________________________
Typo-list mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/typo-list

Reply via email to