I have rails 1.2.3 and 1.2.5 installed, and i''m using 1.2.5 as standard. I''m having some restful issues. I want to make a new app, frozen to 1.2.3, so i can see if the problems occur there as well. Can anyone tell me how to do this please? I can only find out how to freeze to edge, and that''s no good for me. thanks! max -- 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 to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
> I have rails 1.2.3 and 1.2.5 installed, and i''m using 1.2.5 as standard. > I''m having some restful issues. I want to make a new app, frozen to > 1.2.3, so i can see if the problems occur there as well. Can anyone > tell me how to do this please? I can only find out how to freeze to > edge, and that''s no good for me.rake rails:freeze:edge # Lock to latest Edge Rails or a specific revision with REVISION=X (ex: REVISION=4021) or a tag with TAG=Y (ex: TAG=rel_1-1-0) so... rake rails:freeze:edge TAG=rel_1-2-3 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Philip Hallstrom wrote:>> I have rails 1.2.3 and 1.2.5 installed, and i''m using 1.2.5 as standard. >> I''m having some restful issues. I want to make a new app, frozen to >> 1.2.3, so i can see if the problems occur there as well. Can anyone >> tell me how to do this please? I can only find out how to freeze to >> edge, and that''s no good for me. > > rake rails:freeze:edge # Lock to latest Edge Rails or a specific > revision > with REVISION=X (ex: REVISION=4021) or a tag with TAG=Y (ex: > TAG=rel_1-1-0) > > so... > > rake rails:freeze:edge TAG=rel_1-2-3Perfect, thanks Phillip. -- 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 to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---