Any reason why we don''t have rails:freeze:edge invoke the rails:update task when it''s done? Sometimes people don''t know or forget to do that second step. Seems so obvious, I''m wondering if there''s a good reason that I''m overlooking why it''s best to keep them separate...? If not, I''d be happy to contribute a patch. Jeff softiesonrails.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
Josh Peek
2007-Dec-19 15:12 UTC
Re: Can we have rails:freeze:edge call rails:update automatically?
If you are using a more bleeding edge version of prototype (and friends), rake rails:update will over write them. Or if you''ve done crazy stuff to your boot file (even know the doc says not too). Either way, I think its fine because rake rails:update asks you if you want to over write any files. +1 so I don''t have to type "rake rails:freeze:edge && rake rails:update" again. On Dec 18, 11:28 pm, Jeff <cohen.j...@gmail.com> wrote:> Any reason why we don''t have rails:freeze:edge invoke the rails:update > task when it''s done? Sometimes people don''t know or forget to do that > second step. > > Seems so obvious, I''m wondering if there''s a good reason that I''m > overlooking why it''s best to keep them separate...? > > If not, I''d be happy to contribute a patch. > > Jeff > softiesonrails.com--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
Mislav Marohnić
2007-Dec-19 15:38 UTC
Re: Can we have rails:freeze:edge call rails:update automatically?
On Dec 19, 2007 4:12 PM, Josh Peek <joshpeek@gmail.com> wrote:> > Either way, I think its fine because rake rails:update asks you if you > want to over write any files. > > +1 so I don''t have to type "rake rails:freeze:edge && rake > rails:update" again.... or "rake rails:freeze:edge rails:update" :P --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
Jeff
2007-Dec-19 16:52 UTC
Re: Can we have rails:freeze:edge call rails:update automatically?
On Dec 19, 9:38 am, "Mislav Marohnić" <mislav.maroh...@gmail.com> wrote:> On Dec 19, 2007 4:12 PM, Josh Peek <joshp...@gmail.com> wrote: > > +1 so I don''t have to type "rake rails:freeze:edge && rake > > rails:update" again.Submitted: http://dev.rubyonrails.org/ticket/10565 Anyone willing to hit it with some +1s? Thanks :-) Jeff --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
Josh Peek
2007-Dec-19 23:48 UTC
Re: Can we have rails:freeze:edge call rails:update automatically?
LOL, thank you Mislav. On Dec 19, 9:38 am, "Mislav Marohnić" <mislav.maroh...@gmail.com> wrote:> On Dec 19, 2007 4:12 PM, Josh Peek <joshp...@gmail.com> wrote: > > > > > Either way, I think its fine because rake rails:update asks you if you > > want to over write any files. > > > +1 so I don''t have to type "rake rails:freeze:edge && rake > > rails:update" again. > > ... or "rake rails:freeze:edge rails:update" :P--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---