index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
/
models
/
topic.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove unnecessary test code
Jon Leighton
2012-04-27
1
-5
/
+1
*
remove deprecated scope stuff
Jon Leighton
2012-04-26
1
-13
/
+1
*
extract deprecated code
Jon Leighton
2012-04-25
1
-2
/
+2
*
Deprecate eager-evaluated scopes.
Jon Leighton
2012-03-21
1
-10
/
+13
*
Fixed after_initialize callbacks call on AR model #dup
Bogdan Gusiev
2012-01-07
1
-0
/
+5
*
serialize fails on subclass
Alvaro Bautista
2011-12-23
1
-0
/
+4
*
call scope within unscoped to prevent duplication of where values
Sergey Nartimov
2011-12-17
1
-0
/
+2
*
Make protected method public so we avoid method_missing.
Jon Leighton
2011-09-13
1
-4
/
+5
*
Revert "Deprecate defining scopes with a callable (lambda, proc, etc) via the...
Jon Leighton
2011-04-17
1
-15
/
+11
*
Deprecate defining scopes with a callable (lambda, proc, etc) via the scope c...
Jon Leighton
2011-04-12
1
-11
/
+15
*
DRY up the code which instantiates the association proxy
Jon Leighton
2011-01-11
1
-0
/
+4
*
use persisted? instead of new_record? wherever possible
David Chelimsky
2010-11-09
1
-1
/
+1
*
scopes can take an object that responds to `call`
Aaron Patterson
2010-10-19
1
-0
/
+7
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-1
/
+1
*
Explicitly set Topic model last_read attribute as Date value when Oracle enha...
Raimonds Simanovskis
2010-06-04
1
-0
/
+6
*
Rename named_scope to scope
Pratik Naik
2010-01-18
1
-11
/
+11
*
Refactor new callbacks and AR implementation.
José Valim
2009-09-08
1
-1
/
+16
*
Changed ActiveRecord to use new callbacks and speed up observers by only noti...
José Valim
2009-09-08
1
-1
/
+1
*
Revert "Methods invoked within named scope Procs should respect the scope sta...
Jeremy Kemper
2009-07-29
1
-2
/
+0
*
Add primary_key option to belongs_to association
Szymon Nowak
2009-07-15
1
-0
/
+1
*
Returning nil from named scope lambda is equivalent to an empty hash [#1773 s...
Elijah Miller
2009-03-12
1
-1
/
+3
*
Ensure belongs_to association with a counter cache in name spaced model works...
Adam Cooper
2009-03-06
1
-0
/
+6
*
Methods invoked within named scope Procs should respect the scope stack. [#12...
jvoorhis
2009-03-06
1
-0
/
+2
*
Make sure inner scope conditions get a preference over the outer ones
Pratik Naik
2009-01-24
1
-0
/
+2
*
Fix file permissions
Tarmo Tänav
2008-07-31
1
-0
/
+0
*
Ensure NamedScope#build/create/create!/new works as expected when named scope...
Daniel Guettler
2008-07-09
1
-0
/
+2
*
Add extra hash conditions tests for named_scope
Pratik Naik
2008-06-28
1
-0
/
+1
*
Fixed that scopes defined with a string name could not be composed
Tarmo Tänav
2008-06-22
1
-0
/
+1
*
Change tests against all scope to base scope as all is now used as a finder a...
David Heinemeier Hansson
2008-04-30
1
-0
/
+1
*
Ruby 1.9 compat: work around YAML serialization error exposed by validations ...
Jeremy Kemper
2008-04-01
1
-3
/
+2
*
Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen]
Rick Olson
2008-03-24
1
-0
/
+28
*
move assets and models
Jeremy Kemper
2008-01-18
1
-0
/
+37