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
*
Fix typo and remove code block since present is not a method.
Rafael Mendonça França
2014-07-28
1
-1
/
+1
*
docs, clarify attribute query methods on numeric columns. Closes #16246.
Yves Senn
2014-07-28
1
-0
/
+1
*
Move STI docs off of the main Base document, leaving a note
Sean Griffin
2014-06-30
1
-28
/
+3
*
Update documentation on STI change handling
jamesprior
2014-06-30
1
-0
/
+9
*
Use `Hash#transform_values` to clean up `AttributeSet`
Sean Griffin
2014-06-29
1
-0
/
+1
*
Don't mess with `column_defaults` when optimistic locking is enabled
Sean Griffin
2014-06-17
1
-2
/
+2
*
Promote time zone aware attributes to a first class type decorator
Sean Griffin
2014-06-16
1
-2
/
+2
*
Timestamp values should be present on callbacks
Rafael Mendonça França
2014-06-09
1
-1
/
+1
*
Merge pull request #15558 from sgrif/sg-rename-property
Rafael Mendonça França
2014-06-07
1
-2
/
+2
|
\
|
*
Rename `property` to `attribute`
Sean Griffin
2014-06-07
1
-2
/
+2
*
|
Don't query the database schema when calling `serialize`
Sean Griffin
2014-06-07
1
-0
/
+2
|
/
*
Add a public API to allow users to specify column types
Sean Griffin
2014-05-26
1
-0
/
+2
*
`ActiveRecord::Base.no_touching` no longer triggers callbacks or start empty ...
Lucas Mazza
2014-04-23
1
-1
/
+1
*
Merge pull request #14469 from tiegz/timestamp_inheritance_fix
Rafael Mendonça França
2014-03-27
1
-1
/
+1
*
put core at the beginning so other classes can modify the behavior
Keenan Brock
2014-01-22
1
-1
/
+1
*
Remove deprecated cattr_* requires
Genadi Samokovarov
2013-12-03
1
-1
/
+1
*
add #no_touching on ActiveRecord models
Damien Mathieu
2013-11-13
1
-0
/
+1
*
Added ActiveRecord::Base#enum for declaring enum attributes where the values ...
David Heinemeier Hansson
2013-11-02
1
-0
/
+1
*
move the cache to the AR models and populate it on inherited
Aaron Patterson
2013-08-30
1
-0
/
+2
*
Prefer find_by over dynamic finders in rdoc
Sam Ruby
2013-04-02
1
-3
/
+3
*
Remove useless number sign
Tatsuro Baba
2013-01-18
1
-2
/
+2
*
find_or_initialize_by is deprecated in AR 4
Akira Matsuda
2013-01-02
1
-7
/
+0
*
find_or_create_by is deprecated in AR 4
Akira Matsuda
2013-01-02
1
-25
/
+0
*
find_last_by is deprecated in AR 4
Akira Matsuda
2013-01-02
1
-4
/
+3
*
find_all_by is deprecated in AR 4
Akira Matsuda
2013-01-02
1
-6
/
+3
*
scoped_by is deprecated in AR 4
Akira Matsuda
2013-01-02
1
-6
/
+0
*
Added STI support to init and building associations
Jason Rush
2012-11-29
1
-0
/
+1
*
Remove observers and sweepers
Rafael Mendonça França
2012-11-28
1
-2
/
+0
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-11-17
1
-19
/
+19
|
\
|
*
1.9 hash syntax changes
AvnerCohen
2012-11-08
1
-19
/
+19
*
|
Remove duplicated ConnectionHandling extension in AR::Base
Carlos Antonio da Silva
2012-11-11
1
-1
/
+0
*
|
Remove not used indifferent_access requires from Base and FinderMethods
Carlos Antonio da Silva
2012-11-07
1
-1
/
+0
|
/
*
Remove ActiveRecord::Model
Jon Leighton
2012-10-26
1
-3
/
+43
*
Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing."
Jeremy Kemper
2012-10-20
1
-2
/
+2
*
Get rid of the ActiveRecord::Model::DeprecationProxy thing.
Jon Leighton
2012-10-19
1
-2
/
+2
*
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
[next]