Every man and his dog recommends you freeze rails, awesome! I''ve done that and setup my svn repo and been modify the code and checking in my updates. Now since 2.0.2 is here and I''m on 2.0.0 How do I get to 2.0.2 ?? Please include the impact that this has on the svn repository. Thanks :D --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On 5 Feb 2008, at 05:41, Nicholas Orr wrote:> Every man and his dog recommends you freeze rails, awesome! > I''ve done that and setup my svn repo and been modify the code and > checking in my updates. > Now since 2.0.2 is here and I''m on 2.0.0 > > How do I get to 2.0.2 ?? > > Please include the impact that this has on the svn repository. >I''ve always just svn rm''d the old vendor/rails, replaced it with the new rails and added & committed that Fred> Thanks :D > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Cool - that''s what I thought but never actually read that anywhere. Plus I don''t actually get fully (yet) what''s happening - I''ll get it eventually :D Thanks, Nick On Feb 5, 2008 8:23 PM, Frederick Cheung <frederick.cheung-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > On 5 Feb 2008, at 05:41, Nicholas Orr wrote: > > > Every man and his dog recommends you freeze rails, awesome! > > I''ve done that and setup my svn repo and been modify the code and > > checking in my updates. > > Now since 2.0.2 is here and I''m on 2.0.0 > > > > How do I get to 2.0.2 ?? > > > > Please include the impact that this has on the svn repository. > > > I''ve always just svn rm''d the old vendor/rails, replaced it with the > new rails and added & committed that > > Fred > > Thanks :D > > > > > > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On 6 Feb 2008, at 00:32, Nicholas Orr wrote:> Cool - that''s what I thought but never actually read that anywhere. > Plus I don''t actually get fully (yet) what''s happening - I''ll get it > eventually :D >freezing rails just means that the appropriate source files are copied to vendor/rails. Nothing magic happening. Fred> Thanks, > > Nick > > On Feb 5, 2008 8:23 PM, Frederick Cheung > <frederick.cheung-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > On 5 Feb 2008, at 05:41, Nicholas Orr wrote: > > > Every man and his dog recommends you freeze rails, awesome! > > I''ve done that and setup my svn repo and been modify the code and > > checking in my updates. > > Now since 2.0.2 is here and I''m on 2.0.0 > > > > How do I get to 2.0.2 ?? > > > > Please include the impact that this has on the svn repository. > > > I''ve always just svn rm''d the old vendor/rails, replaced it with the > new rails and added & committed that > > Fred > > Thanks :D > > > > > > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Possibly Parallel Threads
- RJS can't modify frozen string
- Help with error "undefined method `downcase' for nil:NilClass" after migration
- undefined local variable or method "acts_as_list"?
- Review Request for Significant Performance Improvement in ActiveRecord
- Peculiar Hpricot error in Rails app