Hi, I have an issue that is mentioned in this ticket on Rails Trac: http://dev.rubyonrails.org/ticket/10101. I would like to try this patch, and see if it solves the issue I am having, but I am confused on how to properly install it. Do I have to be on Edge Rails, or can I stay with 2.0.2? If I apply the patch, is there an easy way to get rid of it? What is the proper way of applying it? Thanks for your help! Ryan --~--~---------~--~----~------------~-------~--~----~ 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 11 Jan 2008, at 15:09, lundie wrote:> > Hi, > > I have an issue that is mentioned in this ticket on Rails Trac: > http://dev.rubyonrails.org/ticket/10101. > > I would like to try this patch, and see if it solves the issue I am > having, but I am confused on how to properly install it. Do I have to > be on Edge Rails, or can I stay with 2.0.2? If I apply the patch, is > there an easy way to get rid of it? What is the proper way of applying > it?You can try :-) If edge and 2.0.2 have diverged too much the patch might not apply properly, but if they haven''t then you''ll be ok. You need to have rails installed in vendor/rails. Then download the patch from the ticket, cd to vendor/rails and type patch -p0 < path/to/the/patch.diff If things go wrong it will tell you. To revert it just do an svn revert to remove the change (or rollback stuff in the usual way if you''ve committed it). If I may pimp myself I have a tiny little script at https://svn1.hosted-projects.com/fcheung/apply_ticket/ApplyTicket-0.1.0.gem which makes this a little easier: just cd to vendor/rails and type apply_ticket 10101 Fred --~--~---------~--~----~------------~-------~--~----~ 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 Jan 11, 2008, at 4:45 PM, Frederick Cheung wrote:> If I may pimp myself I have a tiny little script at https://svn1.hosted-projects.com/fcheung/apply_ticket/ApplyTicket-0.1.0.gem > which makes this a little easier: just cd to vendor/rails > and type apply_ticket 10101Wonderful! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Thats great! Thanks for your help. On Jan 11, 10:54 am, Xavier Noria <f...-xlncskNFVEJBDgjK7y7TUQ@public.gmane.org> wrote:> On Jan 11, 2008, at 4:45 PM, Frederick Cheung wrote: > > > If I may pimp myself I have a tiny little script athttps://svn1.hosted-projects.com/fcheung/apply_ticket/ApplyTicket-0.1... > > which makes this a little easier: just cd to vendor/rails > > and type apply_ticket 10101 > > Wonderful!--~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---