aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix typo and remove code block since present is not a method.Rafael Mendonça França2014-07-281-1/+1
* docs, clarify attribute query methods on numeric columns. Closes #16246.Yves Senn2014-07-281-0/+1
* Move STI docs off of the main Base document, leaving a noteSean Griffin2014-06-301-28/+3
* Update documentation on STI change handlingjamesprior2014-06-301-0/+9
* Use `Hash#transform_values` to clean up `AttributeSet`Sean Griffin2014-06-291-0/+1
* Don't mess with `column_defaults` when optimistic locking is enabledSean Griffin2014-06-171-2/+2
* Promote time zone aware attributes to a first class type decoratorSean Griffin2014-06-161-2/+2
* Timestamp values should be present on callbacksRafael Mendonça França2014-06-091-1/+1
* Merge pull request #15558 from sgrif/sg-rename-propertyRafael Mendonça França2014-06-071-2/+2
|\
| * Rename `property` to `attribute`Sean Griffin2014-06-071-2/+2
* | Don't query the database schema when calling `serialize`Sean Griffin2014-06-071-0/+2
|/
* Add a public API to allow users to specify column typesSean Griffin2014-05-261-0/+2
* `ActiveRecord::Base.no_touching` no longer triggers callbacks or start empty ...Lucas Mazza2014-04-231-1/+1
* Merge pull request #14469 from tiegz/timestamp_inheritance_fixRafael Mendonça França2014-03-271-1/+1
* put core at the beginning so other classes can modify the behaviorKeenan Brock2014-01-221-1/+1
* Remove deprecated cattr_* requiresGenadi Samokovarov2013-12-031-1/+1
* add #no_touching on ActiveRecord modelsDamien Mathieu2013-11-131-0/+1
* Added ActiveRecord::Base#enum for declaring enum attributes where the values ...David Heinemeier Hansson2013-11-021-0/+1
* move the cache to the AR models and populate it on inheritedAaron Patterson2013-08-301-0/+2
* Prefer find_by over dynamic finders in rdocSam Ruby2013-04-021-3/+3
* Remove useless number signTatsuro Baba2013-01-181-2/+2
* find_or_initialize_by is deprecated in AR 4Akira Matsuda2013-01-021-7/+0
* find_or_create_by is deprecated in AR 4Akira Matsuda2013-01-021-25/+0
* find_last_by is deprecated in AR 4Akira Matsuda2013-01-021-4/+3
* find_all_by is deprecated in AR 4Akira Matsuda2013-01-021-6/+3
* scoped_by is deprecated in AR 4Akira Matsuda2013-01-021-6/+0
* Added STI support to init and building associationsJason Rush2012-11-291-0/+1
* Remove observers and sweepersRafael Mendonça França2012-11-281-2/+0
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-11-171-19/+19
|\
| * 1.9 hash syntax changesAvnerCohen2012-11-081-19/+19
* | Remove duplicated ConnectionHandling extension in AR::BaseCarlos Antonio da Silva2012-11-111-1/+0
* | Remove not used indifferent_access requires from Base and FinderMethodsCarlos Antonio da Silva2012-11-071-1/+0
|/
* Remove ActiveRecord::ModelJon Leighton2012-10-261-3/+43
* Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing."Jeremy Kemper2012-10-201-2/+2
* Get rid of the ActiveRecord::Model::DeprecationProxy thing.Jon Leighton2012-10-191-2/+2
* Make ActiveRecord::Model::DeprecationProxy work betterJon Leighton2012-08-031-1/+1
* load active_support/deprecation in active_support/railsXavier Noria2012-08-021-1/+0
* load active_support/core_ext/module/delegation in active_support/railsXavier Noria2012-08-021-1/+0
* load active_support/core_ext/class/attribute in active_support/railsXavier Noria2012-08-021-1/+0
* load active_support/core_ext/object/blank in active_support/railsXavier Noria2012-08-021-1/+0
* more edits [ci skip]Vijay Dev2012-05-011-1/+1
* add ActiveRecord::RecordInvalid to exceptionsHrvoje Šimić2012-04-301-9/+10
* fix markup error [ci skip]Vijay Dev2012-04-081-1/+1
* Add documentation for find_or_create_by_{attribute}! method.Andrew White2012-03-121-0/+3
* deleted duplicated linejuan david pastas2012-01-051-1/+0
* No need to require psych since require yaml does that.Rafael Mendonça França2012-01-041-1/+0
* No need to use rescue block to require psychRafael Mendonça França2012-01-041-5/+1
* Support establishing connection on ActiveRecord::Model.Jon Leighton2011-12-281-1/+0
* Support configuration on ActiveRecord::Model.Jon Leighton2011-12-281-1/+0
* Fix position of load hook so that Base has been defined and included Model be...Jon Leighton2011-12-241-0/+3