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
/
lib
/
active_record
/
base.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
revises RDoc of AR::Base#==
Xavier Noria
2010-11-16
1
-1
/
+9
*
Models should be equals even after destroyed
Santiago Pastorino
2010-11-16
1
-3
/
+3
*
Don't check if persisted is defined just initialize it properly
Santiago Pastorino
2010-11-09
1
-1
/
+1
*
use persisted? instead of new_record? wherever possible
David Chelimsky
2010-11-09
1
-8
/
+10
*
renaming bind_values to binds where it makes sense
Aaron Patterson
2010-10-26
1
-2
/
+2
*
one more mysql test left!
Aaron Patterson
2010-10-26
1
-1
/
+1
*
find_one uses prepared statement cache
Aaron Patterson
2010-10-26
1
-0
/
+1
*
exec returns an AR::Result
Aaron Patterson
2010-10-26
1
-2
/
+2
*
use a map and flatten to avoid << calls on array
Aaron Patterson
2010-10-20
1
-7
/
+5
*
only call `column_methods_hash` once, use array math for faster test of exist...
Aaron Patterson
2010-10-20
1
-5
/
+4
*
roll up weird method to meta programmed method
Aaron Patterson
2010-10-20
1
-11
/
+5
*
use zip + Hash.[] rather than looping with an index
Aaron Patterson
2010-10-20
1
-3
/
+1
*
extract options is not necessary
Aaron Patterson
2010-10-20
1
-1
/
+0
*
removing unused variable
Aaron Patterson
2010-10-20
1
-1
/
+1
*
default scope merge where clauses [#5488 state:resolved]
Jan
2010-10-20
1
-0
/
+1
*
default scope can accept any object that responds to #call
Aaron Patterson
2010-10-19
1
-1
/
+1
*
Allow default_scope to accept a Proc.
Tim Morgan
2010-10-19
1
-1
/
+6
*
reorder removed in favor of except(:order).order
Santiago Pastorino
2010-10-11
1
-1
/
+1
*
be kind to the garbage collector and reuse our visitor object
Aaron Patterson
2010-10-03
1
-1
/
+4
*
avoid creating objects when we can
Aaron Patterson
2010-10-03
1
-2
/
+1
*
Arel::Sql::Engine.new does not do anything anymore
Aaron Patterson
2010-09-30
1
-1
/
+1
*
type_name should check for blank because people may have messed up databases
Aaron Patterson
2010-09-30
1
-1
/
+1
*
type_name is never a blank string, so use faster .nil? call
Aaron Patterson
2010-09-30
1
-1
/
+1
*
speeding up object instantiation by eliminating instance_eval
Aaron Patterson
2010-09-30
1
-7
/
+21
*
Set attributes properly for model built from association with conditions [#55...
Marcelo Giorgi
2010-09-28
1
-8
/
+9
*
do not need intermediate variable, avoid lasgn
Aaron Patterson
2010-09-27
1
-2
/
+3
*
Delegate ActiveRecord::Base.offset to scoped methods (analogous to limit) [#5...
Marcelo Giorgi
2010-09-24
1
-1
/
+1
*
use instance_eval, reduce method calls.
Stevie Graham
2010-09-21
1
-15
/
+7
*
Cache unserialized attributes
Jeremy Kemper
2010-09-09
1
-6
/
+5
*
refactor a couple injects to map + Hash[]
Aaron Patterson
2010-09-08
1
-5
/
+2
*
avoid an inject in favor of dup
Aaron Patterson
2010-09-08
1
-3
/
+3
*
serialized attributes should be serialized before validation [#5525 state:res...
Aaron Patterson
2010-09-07
1
-2
/
+2
*
no need to freeze this string
Aaron Patterson
2010-09-07
1
-1
/
+1
*
unscoped has nothing so merging with a relation just returns the relation
Santiago Pastorino
2010-09-07
1
-1
/
+1
*
Cleanup deprecation warnings in active record
Carlos Antonio da Silva
2010-09-06
1
-22
/
+2
*
Revert "Setup explicit requires for files with exceptions. Removed them from ...
José Valim
2010-09-02
1
-1
/
+0
*
Setup explicit requires for files with exceptions. Removed them from autoload...
Łukasz Strzałkowski
2010-09-02
1
-0
/
+1
*
Reset default scope in Thread.current when class is unloaded [#5497 state:res...
Andrew White
2010-09-01
1
-0
/
+8
*
Replacing superclass_delegating_accessoror with class_attribute.
Neeraj Singh
2010-08-31
1
-1
/
+1
*
:nodoc:s #unscoped until its behavior is more clear, now sometimes works, som...
Xavier Noria
2010-08-25
1
-1
/
+1
*
Merge remote branch 'docrails/master'
Xavier Noria
2010-08-25
1
-0
/
+5
|
\
|
*
unscoped does not work when chained with named_scope
Neeraj Singh
2010-08-23
1
-0
/
+5
*
|
fix broken relative links [#5415 state:committed]
Joost Baaij
2010-08-24
1
-1
/
+1
|
/
*
Fix docs to reference ActiveRecord::LogSubscriber
Evgeniy Dolzhenko
2010-08-21
1
-1
/
+1
*
Optimize find_sti_class when store_full_sti_class is true
Andrew White
2010-08-19
1
-1
/
+5
*
Memoize STI class lookups for the duration of a request
Jeremy Kemper
2010-08-19
1
-2
/
+2
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-87
/
+87
*
Removing most of the symbol to proc usage in Active Record
Prem Sichanugrist
2010-08-13
1
-3
/
+3
*
commit review: applies guidelines to "# =>"
Xavier Noria
2010-08-12
1
-2
/
+2
*
updating documentation for named_scope and default_scope
Neeraj Singh
2010-08-12
1
-0
/
+10
[next]