aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record
Commit message (Expand)AuthorAgeFilesLines
* [ci skip] remove double "in your"schneems2014-06-041-1/+1
* [ci skip] less derogatory explanation of defaultsschneems2014-06-021-2/+3
* [ci skip] fix "note" syntaxschneems2014-06-021-1/+1
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-06-011-2/+2
|\
| * [ci skip] add created_at and updated_at to exampleschneems2014-05-291-2/+2
* | Clear all caches calculated based on `@columns` when `@columns` changesSean Griffin2014-05-311-3/+7
* | Merge pull request #15427 from sgrif/sg-rename-attribute-ivarsRafael Mendonça França2014-05-3012-43/+43
|\ \
| * | Rename attribute related instance variables to better express intentSean Griffin2014-05-3012-43/+43
* | | Allow specifying a default value in overloaded propertiesSean Griffin2014-05-301-2/+13
|/ /
* | refactor, introduce `Type#type_cast_for_schema` to cast for schema.rbYves Senn2014-05-308-26/+33
* | pg, support default values for enum types. Closes #7814.Yves Senn2014-05-302-2/+9
* | pg, `default_sequence_name` respects schema. Closes #7516.Yves Senn2014-05-301-2/+2
* | Merge pull request #11896 from nkondratyev/fix_pg_columns_for_distinctYves Senn2014-05-301-1/+1
|\ \
| * | Fixed `columns_for_distinct` of postgresql adapterNikolay Kondratyev2013-08-151-1/+1
* | | pg, `reset_pk_sequence!` respects schemas. Closes #14719.Yves Senn2014-05-301-5/+13
* | | pg, `PostgreSQL::Name` to hold schema qualified names.Yves Senn2014-05-303-17/+53
* | | Don't reference comments that do not existSean Griffin2014-05-291-2/+0
* | | Move `type_cast_for_write` behavior over to the serialized type objectSean Griffin2014-05-295-57/+47
* | | Refactor serialized types to be partially defined as custom propertiesSean Griffin2014-05-298-38/+50
* | | Result sets never override a model's column typeSean Griffin2014-05-291-1/+1
* | | Ensure we always use instances of the adapter specific column classSean Griffin2014-05-285-6/+15
* | | Merge pull request #15392 from arthurnn/move_open_transactionsRafael Mendonça França2014-05-282-4/+4
|\ \ \
| * | | Keep closer to other methods that touch @transactionArthur Neves2014-05-282-4/+4
* | | | Maintain column order when overriding existing columnsSean Griffin2014-05-281-3/+8
|/ / /
* | | Merge pull request #15389 from sgrif/sg-property-inheritanceRafael Mendonça França2014-05-281-5/+7
|\ \ \
| * | | Ensure custom properties work correctly with inheritanceSean Griffin2014-05-281-5/+7
* | | | Merge pull request #15370 from sgrif/sg-type-namespaceRafael Mendonça França2014-05-2838-500/+461
|\ \ \ \
| * | | | Move types to the top level `ActiveRecord` namespaceSean Griffin2014-05-2738-500/+461
* | | | | Formatting of content from b1db615 [ci skip]Zachary Scott2014-05-281-3/+7
* | | | | Merge pull request #15380 from Gaurav2728/gaurav-transaction_isolation_errorZachary Scott2014-05-281-0/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Initial doc for TransactionIsolationError [ci skip]Gaurav Sharma2014-05-281-0/+3
* | | | | Merge pull request #15387 from sgrif/sg-remove-column-coderSantiago Pastorino2014-05-281-14/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove unused `Column#coder`Sean Griffin2014-05-281-14/+1
| |/ / /
* / / / pg, keep `hstore` and `json` attributes as `Hash` in @attributes.Yves Senn2014-05-282-2/+14
|/ / /
* | | Merge pull request #15374 from sgrif/sg-private-propertiesRafael Mendonça França2014-05-2711-24/+12
|\ \ \
| * | | Remove AR Properties from the public APISean Griffin2014-05-2711-24/+12
* | | | Merge pull request #15269 from arunagw/aa-fixes-8930Rafael Mendonça França2014-05-271-1/+1
|\ \ \ \
| * | | | rake railties:install:migrations respects the order of railtiesArun Agrawal2014-05-271-1/+1
* | | | | Merge pull request #14834 from al2o3cr/issue14155Aaron Patterson2014-05-272-2/+21
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | WIP: pass existing joins to construct_join_dependencyMatt Jones2014-05-162-2/+21
* | | | | Merge pull request #15295 from sgrif/sg-deprecate-decimalsRafael Mendonça França2014-05-273-1/+16
|\ \ \ \ \
| * | | | | Deprecate decimal columns being automatically treated as integersSean Griffin2014-05-273-1/+16
* | | | | | Merge pull request #15358 from arthurnn/redefine_habtm_fixRafael Mendonça França2014-05-271-24/+23
|\ \ \ \ \ \
| * | | | | | Fix redefine a has_and_belongs_to_many inside inherited classArthur Neves2014-05-271-24/+23
* | | | | | | Merge pull request #15359 from kuldeepaggarwal/f-remove-unwanted_to_symYves Senn2014-05-271-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | remove unwanted `to_sym` call.Kuldeep Aggarwal2014-05-261-1/+1
* | | | | | | Merge pull request #15301 from zzak/issue_15212Rafael Mendonça França2014-05-261-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Skip if the association was already loaded.Zachary Scott2014-05-241-0/+1
| |/ / / / / /
* | | | | | | Merge pull request #15353 from sgrif/sg-mysql-conditionRafael Mendonça França2014-05-261-2/+0
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Remove unnecessary branch from quoting in MysqlSean Griffin2014-05-261-2/+0