A total aside and no real functional gain, but -T has a grep built into it:
rake -T freeze On Jun 3, 2009, at 2:25 PM, John Bresnik wrote: > Be sure to freeze the app too so it doesnt happen again.. not sure > what the command was in 1.2.3 tho: > > rake -T | grep freeze > > > > > > On Wed, Jun 3, 2009 at 4:33 PM, Patrick Crowley > <[email protected]> wrote: > > > RAILS_GEM_VERSION = '1.2.3' > > That did the trick. Looks like these apps were written before 1.2.3, > so the gem version constant was missing from their environment.rb > files. > > Thanks, guys. > > -- Patrick > > > > > > --~--~---------~--~----~------------~-------~--~----~ SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby -~----------~----~----~----~------~----~------~--~---
