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
