Forums » Rails-core » [PATCH] Quick RailTies fix

[PATCH] Quick RailTies fix
Posted by Brad Ediger (Guest)
on 04.07.2006 18:21
Would someone with commit access mind looking at this?

http://dev.rubyonrails.org/ticket/5197

It fixes the migration generator issue with multiple capital letters in
the migration name being improperly converted to a class name; e.g.,
"AddACLSystem" becomes "AddAclSystem" in some places but "AddACLSystem"
in others, causing failure. The patch fixes it so that it is
"AddAclSystem" everywhere.

Once I posted this patch, I closed out about 3 other open tickets in
trac asking about this problem. It seems to be a common mistake, and I
don't think it makes sense to just say "don't do that" when a fix 
exists.

Thanks!
Brad Ediger
Madriska Media Group
Re: [PATCH] Quick RailTies fix
Posted by David Heinemeier Hansson (Guest)
on 05.07.2006 06:44
> Would someone with commit access mind looking at this?

Applied.
--
David Heinemeier Hansson
http://www.loudthinking.com -- Broadcasting Brain
http://www.basecamphq.com   -- Online project management
http://www.backpackit.com   -- Personal information manager
http://www.rubyonrails.com  -- Web-application framework