This project is archived and is in readonly mode.
[PATCH] Replace rudimentary named_scope with scope
Reported by Pavel Gorbokon | November 24th, 2010 @ 08:15 AM
- rename method names (actually in tests)
- rename instance variable @named_scopes_cache to @scopes_cache
- rename references in doc comments
- don't touch CHANGELOG :)
Comments and changes to this ticket
-
Pavel Gorbokon November 24th, 2010 @ 08:22 AM
@_named_scopes_cache to @_scopes_cache Markdown ate _
Here it is the patch
-
Pavel Gorbokon November 24th, 2010 @ 08:23 AM
- Title changed from Replace rudimentary named_scope with scope to [PATCH] Replace rudimentary named_scope with scope
-
Repository December 15th, 2010 @ 10:04 PM
- State changed from new to resolved
(from [96bae30538951367a82235785e7dba3577b50a5a]) Replace rudimentary named_scope with scope. [#6052 state:resolved]
- rename method names (actually in tests)
- rename instance variable @named_scopes_cache to @scopes_cache
- rename references in doc comments
- don't touch CHANGELOG :) https://github.com/rails/rails/commit/96bae30538951367a82235785e7db...
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
- 6052 [PATCH] Replace rudimentary named_scope with scope (from [96bae30538951367a82235785e7dba3577b50a5a]) Replace...