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
*
Make ActiveRecord::Model::DeprecationProxy work better
Jon Leighton
2012-08-03
1
-1
/
+1
*
load active_support/deprecation in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
load active_support/core_ext/module/delegation in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
load active_support/core_ext/class/attribute in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
load active_support/core_ext/object/blank in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
more edits [ci skip]
Vijay Dev
2012-05-01
1
-1
/
+1
*
add ActiveRecord::RecordInvalid to exceptions
Hrvoje Šimić
2012-04-30
1
-9
/
+10
*
fix markup error [ci skip]
Vijay Dev
2012-04-08
1
-1
/
+1
*
Add documentation for find_or_create_by_{attribute}! method.
Andrew White
2012-03-12
1
-0
/
+3
*
deleted duplicated line
juan david pastas
2012-01-05
1
-1
/
+0
*
No need to require psych since require yaml does that.
Rafael Mendonça França
2012-01-04
1
-1
/
+0
*
No need to use rescue block to require psych
Rafael Mendonça França
2012-01-04
1
-5
/
+1
*
Support establishing connection on ActiveRecord::Model.
Jon Leighton
2011-12-28
1
-1
/
+0
*
Support configuration on ActiveRecord::Model.
Jon Leighton
2011-12-28
1
-1
/
+0
*
Fix position of load hook so that Base has been defined and included Model be...
Jon Leighton
2011-12-24
1
-0
/
+3
*
Deal with global config better between AR::Base and AR::Model
Jon Leighton
2011-12-24
1
-1
/
+0
*
I herd you like modules.
Jon Leighton
2011-12-24
1
-0
/
+2
*
Start work towards making AR include-able.
Jon Leighton
2011-12-24
1
-369
/
+1
*
Remove 1.8 backport
Jon Leighton
2011-12-22
1
-9
/
+0
*
Make read_attribute code path accessible at the class level
Jon Leighton
2011-12-22
1
-6
/
+3
*
AS::Concern is not really needed for AR::Explain
Xavier Noria
2011-12-16
1
-1
/
+1
*
Move DefaultScope and NamedScope under Scoping
Jon Leighton
2011-12-15
1
-2
/
+1
*
Let AttributeMethods do its own including etc
Jon Leighton
2011-12-15
1
-17
/
+0
*
Split out most of the AR::Base code into separate modules :cake:
Jon Leighton
2011-12-15
1
-1578
/
+58
*
Make with_scope public so we stop using send :bomb:
José Valim
2011-12-15
1
-90
/
+91
*
Allow nested attributes in associations to update values in it's owner object...
Andrew Kaspick
2011-12-14
1
-1
/
+11
*
Cache column defaults on model. ~30% on Model.new due to avoiding repeatedly ...
Jon Leighton
2011-12-14
1
-2
/
+2
*
Use `table_exists?` from the schema cache.
Aaron Patterson
2011-12-09
1
-1
/
+1
*
Remove NilClass whiners feature.
José Valim
2011-12-08
1
-2
/
+0
*
Merge pull request #3851 from ebeigarts/fix_sequence_name
Jon Leighton
2011-12-04
1
-2
/
+2
|
\
|
*
Fix sequence name with abstract classes.
Edgars Beigarts
2011-12-04
1
-2
/
+2
*
|
Merge branch 'explain'
Xavier Noria
2011-12-04
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
implements a much faster auto EXPLAIN, closes #3843 [José Valim & Xavier Noria]
Xavier Noria
2011-12-04
1
-0
/
+1
*
|
Refactor readonly attributes conditional
Carlos Antonio da Silva
2011-12-04
1
-1
/
+2
|
/
*
removes the convenience instance version of AR::Base.silence_auto_explain
Xavier Noria
2011-12-03
1
-1
/
+1
*
implements AR::Base(.|#)silence_auto_explain
Xavier Noria
2011-12-02
1
-1
/
+1
*
implements automatic EXPLAIN logging for slow queries
Xavier Noria
2011-12-02
1
-1
/
+9
*
Remove the need for type_cast_attribute.
Jon Leighton
2011-12-01
1
-1
/
+1
*
Get rid of the underscore versions of attribute methods!
Jon Leighton
2011-12-01
1
-0
/
+1
*
Revert "Added ActiveRecord::Base#last_modified to work with the new fresh_whe...
David Heinemeier Hansson
2011-12-01
1
-7
/
+0
*
Added ActiveRecord::Base#last_modified to work with the new fresh_when/stale?...
David Heinemeier Hansson
2011-12-01
1
-0
/
+7
*
Add hackery to make Syck use encode_with/init_with. Fixes 1.8 after recent ch...
Jon Leighton
2011-12-01
1
-0
/
+20
*
omg computer science!
Jon Leighton
2011-11-30
1
-2
/
+2
*
Move some serialization stuff out of Base
Jon Leighton
2011-11-30
1
-40
/
+0
*
Extract attribute serialization code into a separate module
Jon Leighton
2011-11-30
1
-0
/
+1
*
ActiveRecord::Relation#pluck method
Bogdan Gusiev
2011-11-30
1
-1
/
+1
*
Fix ruby 1.8 compat. const_defined? only takes a second arg on 1.9.
Jon Leighton
2011-11-29
1
-3
/
+4
*
Deprecated `define_attr_method` in `ActiveModel::AttributeMethods`
Jon Leighton
2011-11-29
1
-2
/
+2
*
Make sure the original_foo accessor still works (but deprecated) if we are us...
Jon Leighton
2011-11-29
1
-6
/
+31
*
extract method
Jon Leighton
2011-11-29
1
-49
/
+25
[next]