This project is archived and is in readonly mode.
[Patch] Misspelled named_scope in activerecord test 'category.rb'
Reported by Ben Somers | July 7th, 2010 @ 06:10 PM
[patch] There's a misspelled named_scope in activerecord/test/models/category.rb and the corresponding tests in habtm_test.rb. It's named "gruoped_by_title" instead of "grouped_by_title". Trivial patch to fix.
Comments and changes to this ticket
-
Ben Somers July 7th, 2010 @ 06:46 PM
- Title changed from Misspelled named_scope in activerecord test 'category.rb' to [Patch] Misspelled named_scope in activerecord test 'category.rb'
-
Xavier Noria July 7th, 2010 @ 11:17 PM
- Assigned user set to Xavier Noria
- State changed from new to open
- Importance changed from to Low
-
Repository July 7th, 2010 @ 11:27 PM
- State changed from open to committed
(from [de51cbccf8c9d4e59a128ca8dca8c42d8d7c4dc9]) Fixed gruoped_by_title spelling [#5063 state:committed]
Signed-off-by: Xavier Noria fxn@hashref.com
http://github.com/rails/rails/commit/de51cbccf8c9d4e59a128ca8dca8c4...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Tags
Referenced by
- 5063 [Patch] Misspelled named_scope in activerecord test 'category.rb' (from [de51cbccf8c9d4e59a128ca8dca8c42d8d7c4dc9]) Fixed g...