aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/model_schema.rb
Commit message (Expand)AuthorAgeFilesLines
* added schema_migrations_table_name to ActiveRecord::Base in order that the na...Jerad Phelps2013-10-271-0/+6
* Perf: memoize serialized column list and time zone column listSam2013-08-271-17/+27
* add a specific factory method rather than using newAaron Patterson2013-07-231-1/+1
* removes the obsolete private method column_methods_hash [Closes #11406]Xavier Noria2013-07-161-13/+0
* safely publish columns and columns hash infoAaron Patterson2013-03-141-1/+1
* Fix decorating columns for serialized attributesitzki2012-12-101-4/+3
* 1.9 Syntax related changesAvnerCohen2012-11-101-1/+1
* Remove ActiveRecord::ModelJon Leighton2012-10-261-24/+23
* Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing."Jeremy Kemper2012-10-201-1/+1
* Get rid of the ActiveRecord::Model::DeprecationProxy thing.Jon Leighton2012-10-191-1/+1
* Minor refactoring in Active Record model schema methodsCarlos Antonio da Silva2012-08-211-5/+3
* The default value can be set once in #column_defaultsJon Leighton2012-08-171-0/+7
* load active_support/concern in active_support/railsXavier Noria2012-08-021-1/+0
* Refactor to reset_table_nameDmitry Vorotilin2012-07-281-8/+4
* Simplify AR configuration code.Jon Leighton2012-06-151-9/+14
* Fix wrong return value from reset_sequence_name method.kennyj2012-04-141-1/+1
* Don't reset inheritance_column when setting explicitly.kennyj2012-03-081-1/+2
* Revert table_name= needs connection now, so just stub table_namekennyj2012-03-071-1/+1
* tidy up formattingJon Leighton2012-03-041-10/+11
* Don't clear sequence name when we explicitly assign it.kennyj2012-03-041-2/+4
* Fix GH #4674. Reset column information and sequence name when setting table_n...kennyj2012-03-041-4/+11
* Remove unusused variablesJon Leighton2012-03-041-9/+6
* give each PG type a `type` method and decortate tz attributesAaron Patterson2012-02-071-5/+17
* wrap and cache columns for typecastingAaron Patterson2012-02-071-3/+18
* call to_s on value passed to table_name=Sergey Nartimov2012-01-261-1/+1
* Fix table_name in ActiveRecord with more than one abstract ancestorsPiotr Sarnacki2012-01-121-3/+7
* Support establishing connection on ActiveRecord::Model.Jon Leighton2011-12-281-5/+1
* Support configuration on ActiveRecord::Model.Jon Leighton2011-12-281-12/+12
* Support nested AR::ModelsJon Leighton2011-12-241-1/+1
* Deal with global config better between AR::Base and AR::ModelJon Leighton2011-12-241-10/+10
* Extract common logic into a methodJon Leighton2011-12-241-5/+5
* I herd you like modules.Jon Leighton2011-12-241-2/+2
* remove deprecated set and original methods for table_name, primary_key, etcSergey Nartimov2011-12-211-55/+0
* Defaults hash can go on the modelJon Leighton2011-12-161-1/+1
* Cache columns at the model level.Jon Leighton2011-12-161-6/+7
* Split out most of the AR::Base code into separate modules :cake:Jon Leighton2011-12-151-0/+361