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
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2011-10-14
1
-2
/
+2
|
\
|
*
change activerecord query conditions example to avoid 'type' as column name
Steve Bourne
2011-10-12
1
-2
/
+2
*
|
Added ActiveRecord::Base.store for declaring simple single-column key/value s...
David Heinemeier Hansson
2011-10-13
1
-1
/
+1
|
/
*
Revert "Raise error on unknown primary key."
Jon Leighton
2011-10-05
1
-5
/
+4
*
Raise error on unknown primary key.
Jon Leighton
2011-10-05
1
-4
/
+5
*
Don't require a DB connection when setting primary key.
Jon Leighton
2011-09-26
1
-0
/
+4
*
Rename first_or_new to first_or_initialize.
Jon Leighton
2011-09-13
1
-1
/
+1
*
Always generate attribute methods on the base class.
Jon Leighton
2011-09-13
1
-1
/
+1
*
Adding first_or_create, first_or_create!, first_or_new and first_or_build to ...
Andrés Mejía
2011-08-30
1
-0
/
+1
*
Move clear_timestamp_attributes into Timestamp module
Jon Leighton
2011-08-29
1
-9
/
+1
*
do not compute table names for abstract classes
Akira Matsuda
2011-08-24
1
-0
/
+2
*
In 1efd88283ef68d912df215125951a87526768a51, ConnectionAdapters was put under...
Jon Leighton
2011-08-16
1
-1
/
+2
*
Merge branch 'master' of github.com:lifo/docrails
Xavier Noria
2011-08-13
1
-0
/
+4
|
\
|
*
Document exclamation point on dynamic finders
Florent Guilleux
2011-08-13
1
-0
/
+4
|
*
Revert "Explicitly included hashes in sentence regarding SQL-injection-safe f...
Xavier Noria
2011-08-13
1
-3
/
+3
|
*
Explicitly included hashes in sentence regarding SQL-injection-safe forms
Pete Campbell
2011-07-28
1
-3
/
+3
*
|
Perf: don't mess around with thread local vars unless we actually need to
Jon Leighton
2011-08-13
1
-18
/
+23
*
|
Fix default scope thread safety. Thanks @thedarkone for reporting.
Jon Leighton
2011-08-13
1
-15
/
+26
*
|
Fully marshal AR::Base objects. Fixes #2431.
Jon Leighton
2011-08-08
1
-21
/
+0
*
|
Make it the responsibility of the connection to hold onto an ARel visitor for...
Jon Leighton
2011-08-08
1
-2
/
+1
*
|
Revert "Explicitly included hashes in sentence regarding SQL-injection-safe f...
Xavier Noria
2011-08-04
1
-3
/
+3
*
|
Explicitly included hashes in sentence regarding SQL-injection-safe forms
Pete Campbell
2011-08-04
1
-3
/
+3
|
/
*
fix after_initialize edge case (close #2074 and close #2175)
Les Fletcher
2011-07-24
1
-2
/
+1
*
Merge pull request #2185 from castlerock/lazy_load_abstract_adapter
Aaron Patterson
2011-07-23
1
-2
/
+0
|
\
|
*
lazy load ConnectionAdapters remove require.
Vishnu Atrai
2011-07-22
1
-2
/
+0
*
|
Merge pull request #2086 from amatsuda/date_multiparameter_nil
Xavier Noria
2011-07-23
1
-3
/
+6
|
\
\
|
*
|
convert multiple Date parameters into a nil if any of its bits were blank
Akira Matsuda
2011-07-15
1
-3
/
+6
*
|
|
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-07-23
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
use simpler words in docs
Vijay Dev
2011-07-10
1
-1
/
+1
*
|
|
Refactor the code a bit to reduce the duplication
Prem Sichanugrist
2011-07-17
1
-17
/
+8
*
|
|
Raise an ArgumentError if user passing less number of argument in the dynamic...
Prem Sichanugrist
2011-07-17
1
-0
/
+10
|
|
/
|
/
|
*
|
Fix and unit test for https://github.com/rails/rails/issues/2059
Evan Light
2011-07-14
1
-1
/
+2
|
/
*
Merge pull request #1273 from jeremyf/feature-association-proxy-send
Santiago Pastorino
2011-07-06
1
-1
/
+1
|
\
|
*
Addresses an inconsistency in the ActiveRecord::Base.method_missing handling ...
Jeremy Friesen
2011-05-24
1
-1
/
+1
*
|
Use an instance variable to store the current masss assignment options
Andrew White
2011-07-04
1
-9
/
+14
*
|
call super rather than delegating to the other objects equal? method
Aaron Patterson
2011-06-30
1
-1
/
+1
*
|
just alias eql? to == for frewer method calls
Aaron Patterson
2011-06-30
1
-5
/
+1
*
|
Define to_ary on ActiveRecord::Base to return nil. Improve performance of Arr...
Jon Leighton
2011-06-30
1
-0
/
+12
*
|
Merge pull request #1860 from dmathieu/comparison
Aaron Patterson
2011-06-28
1
-0
/
+9
|
\
\
|
*
|
comparing different classes returns nil
Damien Mathieu
2011-06-26
1
-1
/
+5
|
*
|
allow comparison on model objects - Closes #1858
Damien Mathieu
2011-06-26
1
-0
/
+5
*
|
|
remove useless assignment
Aaron Patterson
2011-06-28
1
-2
/
+1
*
|
|
reduce object allocation during AR instantiation
Aaron Patterson
2011-06-28
1
-0
/
+2
*
|
|
remove the check for needs_type_condition? because ensure_proper_type will pi...
Aaron Patterson
2011-06-27
1
-2
/
+3
*
|
|
stop using && for the short circuit side effect
Aaron Patterson
2011-06-27
1
-1
/
+1
*
|
|
let strings be converted to symbols inside the interpreter
Aaron Patterson
2011-06-27
1
-2
/
+2
*
|
|
avoice paying hash cost if there are no serialized attributes
Aaron Patterson
2011-06-27
1
-3
/
+4
*
|
|
cache column defaults for AR object instantiation
Aaron Patterson
2011-06-27
1
-0
/
+6
*
|
|
AR object instantiation is ~30% faster in the simple case
Aaron Patterson
2011-06-27
1
-1
/
+1
*
|
|
initialize instance variables
Aaron Patterson
2011-06-27
1
-0
/
+2
|
/
/
[next]