[Rails] Re: How to freeze v 2.3.2?

2009-08-22 Thread James West
Colin Law wrote: > 2009/8/22 James West : >> >> It does use 2.3.2 locally but I need to freeze this in for deployment. >> Maybe I could uninstall 2.3.3 somehow then it would revert back to using >> 2.3.2 on a gems freeze? >> I dunno, I'm clutching at straws here. > > Try this > > rake VERSION=2.

[Rails] Re: How to freeze v 2.3.2?

2009-08-22 Thread Colin Law
2009/8/22 James West : > > Colin Law wrote: > >> If you have the line in environment.rb then it should use 2.3.2 >> without having to freeze it in.  Delete any rails directory in / >> vendor in your application and try the app.  If it is not using 2.3.2 >> there is something odd going on.  Are you

[Rails] Re: How to freeze v 2.3.2?

2009-08-22 Thread James West
Colin Law wrote: > If you have the line in environment.rb then it should use 2.3.2 > without having to freeze it in. Delete any rails directory in / > vendor in your application and try the app. If it is not using 2.3.2 > there is something odd going on. Are you sure there is not a typo in > t

[Rails] Re: How to freeze v 2.3.2?

2009-08-22 Thread Colin Law
2009/8/21 James West : > > Colin Law wrote: > >> >> I am not sure but here is a suggestion.  First lock your application to >> 2.3.2 by putting this at the beginning of environment.rb (watch out in >> case there is already a line setting this up) >> >> RAILS_GEM_VERSION = '2.3.2' unless defined? R

[Rails] Re: How to freeze v 2.3.2?

2009-08-21 Thread James West
Colin Law wrote: > > I am not sure but here is a suggestion. First lock your application to > 2.3.2 by putting this at the beginning of environment.rb (watch out in > case there is already a line setting this up) > > RAILS_GEM_VERSION = '2.3.2' unless defined? RAILS_GEM_VERSION > > Check the

[Rails] Re: How to freeze v 2.3.2?

2009-08-21 Thread Colin Law
2009/8/20 James West : > > Conrad Taylor wrote: >> On Thu, Aug 20, 2009 at 3:24 AM, James West < >> rails-mailing-l...@andreas-s.net> wrote: >> >>> >>> I don't understand why the freeze:edge is failing. >> >> >> What platform are you on and what you're typing at the command prompt? >>  Also, >> wh

[Rails] Re: How to freeze v 2.3.2?

2009-08-21 Thread James West
Tnis is till plaguing me. Does anyone have any ideas at all? -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email t

[Rails] Re: How to freeze v 2.3.2?

2009-08-20 Thread James West
Conrad Taylor wrote: > On Thu, Aug 20, 2009 at 3:24 AM, James West < > rails-mailing-l...@andreas-s.net> wrote: > >> >> I don't understand why the freeze:edge is failing. > > > What platform are you on and what you're typing at the command prompt? > Also, > what are the exact error message(s)

[Rails] Re: How to freeze v 2.3.2?

2009-08-20 Thread Conrad Taylor
On Thu, Aug 20, 2009 at 3:24 AM, James West < rails-mailing-l...@andreas-s.net> wrote: > > Wap Addon wrote: > > follow this site instruction and do that way > > > > > http://arjunghosh.wordpress.com/2008/04/18/how-to-freeze-rails-application/ > > Thanks for the reply. > I think I'm missing somethi

[Rails] Re: How to freeze v 2.3.2?

2009-08-20 Thread James West
Wap Addon wrote: > follow this site instruction and do that way > > http://arjunghosh.wordpress.com/2008/04/18/how-to-freeze-rails-application/ Thanks for the reply. I think I'm missing something. I can't see how that is telling me to do anything different to the way's I'm trying. I don't unde

[Rails] Re: How to freeze v 2.3.2?

2009-08-19 Thread Wap Addon
follow this site instruction and do that way http://arjunghosh.wordpress.com/2008/04/18/how-to-freeze-rails-application/ -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Rub