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
_______________________________________________
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core

Reply via email to