Sean Mountcastle <smountcastle <at> gmail.com> writes: > > > Try running: > > > > rake freeze_edge REVISION=3303 > > > > On your Typo install directory. This is the equivalent to the Rails 1.0gem. > > Thanks Steve, that works. But the whole purpose of RubyGems is so > that you could have multiple versions of gems installed and have your > Ruby app require a specific version -- does this not work with Rails > at all? > > Sean >
To lock your "require" to a specific version you can follow the instructions from http://wiki.rubyonrails.com/rails/pages/HowtoLockToSpecificRailsVersions Maybe the environment.rb from typo should use this? Thanks, Pascal. _______________________________________________ Typo-list mailing list [email protected] http://rubyforge.org/mailman/listinfo/typo-list
