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.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extract ActiveRecord::SessionStore from Rails
Prem Sichanugrist
2012-08-24
1
-11
/
+0
*
Get rid of config.preload_frameworks in favor of config.eager_load_namespaces
José Valim
2012-08-21
1
-0
/
+9
*
Renaming active_record_deprecated_finders to activerecord-deprecated_finders
Jon Leighton
2012-08-17
1
-1
/
+1
*
Don't eager load all this
Santiago Pastorino
2012-08-03
1
-32
/
+33
*
defines a private require-hub active_support/rails
Xavier Noria
2012-08-02
1
-0
/
+1
*
removes the AR session store from eager loaded code [fixes #7160]
Xavier Noria
2012-07-29
1
-1
/
+10
*
Revert "Removing composed_of from ActiveRecord."
Rafael Mendonça França
2012-07-27
1
-0
/
+1
*
Removing composed_of from ActiveRecord.
Steve Klabnik
2012-06-18
1
-1
/
+0
*
db:create for PostgreSQL pulled out into a class.
Pat Allan
2012-06-17
1
-0
/
+2
*
db:create for MySQL now much cleaner.
Pat Allan
2012-06-17
1
-0
/
+2
*
A beginning of sorts.
Pat Allan
2012-06-17
1
-0
/
+6
*
SchemaMigration should be loaded lazily.
kennyj
2012-05-29
1
-0
/
+1
*
Fix the build
Santiago Pastorino
2012-05-22
1
-1
/
+0
*
require active_support/lazy_load_hooks where is needed
Santiago Pastorino
2012-05-22
1
-0
/
+1
*
Lazy load I18n
Santiago Pastorino
2012-05-11
1
-2
/
+3
*
clean up implementation of dynamic methods. use method compilation etc.
Jon Leighton
2012-05-04
1
-2
/
+0
*
add active_record_deprecated_finders as a dep
Jon Leighton
2012-04-12
1
-0
/
+1
*
Remove IdentityMap
Carlos Antonio da Silva
2012-03-13
1
-1
/
+0
*
Added `none` query method to return zero records.
Juanjo Bazán
2012-01-31
1
-0
/
+1
*
Merge pull request #4248 from andrew/2012
Vijay Dev
2011-12-31
1
-1
/
+1
|
\
|
*
Updated copyright notices for 2012
Andrew Nesbitt
2011-12-31
1
-1
/
+1
*
|
Support establishing connection on ActiveRecord::Model.
Jon Leighton
2011-12-28
1
-0
/
+1
*
|
Support configuration on ActiveRecord::Model.
Jon Leighton
2011-12-28
1
-1
/
+0
*
|
Deal with global config better between AR::Base and AR::Model
Jon Leighton
2011-12-24
1
-0
/
+1
*
|
Start work towards making AR include-able.
Jon Leighton
2011-12-24
1
-0
/
+2
*
|
DeprecatedUnderscoreRead does not exist anymore
Aaron Patterson
2011-12-21
1
-1
/
+0
*
|
Move DefaultScope and NamedScope under Scoping
Jon Leighton
2011-12-15
1
-2
/
+9
*
|
Split out most of the AR::Base code into separate modules :cake:
Jon Leighton
2011-12-15
1
-3
/
+14
*
|
Move delegation reponsibilities of Relation to a module. Also precompile meth...
José Valim
2011-12-15
1
-0
/
+1
*
|
implements automatic EXPLAIN logging for slow queries
Xavier Noria
2011-12-02
1
-0
/
+2
*
|
Get rid of the underscore versions of attribute methods!
Jon Leighton
2011-12-01
1
-0
/
+1
*
|
Extract attribute serialization code into a separate module
Jon Leighton
2011-11-30
1
-0
/
+1
*
|
Added ActiveRecord::Base.store for declaring simple single-column key/value s...
David Heinemeier Hansson
2011-10-13
1
-0
/
+1
*
|
stop messing with the load path, load path should be adjusted in the test task
Aaron Patterson
2011-08-26
1
-7
/
+0
*
|
In 1efd88283ef68d912df215125951a87526768a51, ConnectionAdapters was put under...
Jon Leighton
2011-08-16
1
-1
/
+2
*
|
lazy load ConnectionAdapters remove require.
Vishnu Atrai
2011-07-22
1
-1
/
+2
|
/
*
Rewrote AssociationPreload.
Jon Leighton
2011-02-28
1
-1
/
+0
*
We're in 2011, let's update our license
Prem Sichanugrist
2011-02-22
1
-1
/
+1
*
Merge remote branch 'rails/master' into identity_map
Emilio Tagua
2011-02-15
1
-0
/
+4
|
\
|
*
adding a YAML Column coder for YAML serialization to db columns
Aaron Patterson
2011-02-01
1
-0
/
+4
*
|
Weakling is only required for JRuby.
Emilio Tagua
2010-11-19
1
-1
/
+0
*
|
IdentityMap - Adding Weakling and IM Base as concern
Marcin Raczkowski
2010-11-19
1
-0
/
+2
|
/
*
Always pull in version for frameworks (standardize autoload / require / none)
wycats
2010-10-10
1
-2
/
+2
*
Arel::Sql::Engine.new does not do anything anymore
Aaron Patterson
2010-09-30
1
-1
/
+1
*
mass_assignment_security moved from AR to AMo, and minor test cleanup
Josh Kalderimis
2010-07-08
1
-1
/
+0
*
Mass assignment security refactoring
Eric Chapweske
2010-07-08
1
-0
/
+1
*
eliminate alias_method_chain from ActiveRecord
wycats
2010-05-09
1
-0
/
+2
*
i18n -> AS/i18n
Xavier Noria
2010-04-14
1
-1
/
+1
*
adds missing requires for arel and i18n, prevents Arel constant from being au...
Xavier Noria
2010-04-14
1
-1
/
+3
*
Replace the placeholder base_hook API with on_load. To specify some code that
wycats
2010-03-29
1
-3
/
+3
[next]