aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #20574 from repinel/fix-db-fixtures-loadYves Senn2015-09-301-0/+13
|\
| * Allow fixtures YAML files to set the model class in the file itselfRoque Pinel2015-09-111-0/+15
* | `validates_acceptance_of` shouldn't require a database connectionSean Griffin2015-09-251-0/+5
* | Implement ActiveRecord::Base.ignored_columnsJean Boussier2015-09-241-0/+5
* | Merge pull request #21550 from didacte/unscope-associationsSean Griffin2015-09-241-0/+4
|\|
* | Merge pull request #20317Sean Griffin2015-09-231-0/+20
|\ \
| * | Fixed taking precision into count when assigning a value to timestamp attributeBogdan Gusiev2015-09-231-0/+20
* | | introduce `conn.data_source_exists?` and `conn.data_sources`.Yves Senn2015-09-221-0/+10
* | | Merge pull request #20569 from theSteveMitchell/masterYves Senn2015-09-221-0/+5
|\ \ \ | |/ / |/| / | |/
* | Ensure aliased attributes passed to `select` are quoted if using `from`Sean Griffin2015-09-211-0/+6
* | Merge pull request #17696 from kamipo/unsigned_integer_supportJeremy Daer2015-09-191-0/+19
|\ \
| * | Add `unsigned` types for numeric data types in MySQLRyuta Kamizono2015-09-181-0/+9
| * | Add `unsigned` support for numeric data types in MySQLRyuta Kamizono2015-09-181-0/+13
* | | Merge pull request #21609 from kamipo/do_not_dump_view_as_tableJeremy Daer2015-09-191-0/+4
|\ \ \
| * | | Add `#views` and `#view_exists?` methods on connection adaptersRyuta Kamizono2015-09-131-0/+4
| | |/ | |/|
* | | Correctly dump composite primary keyRyuta Kamizono2015-09-201-0/+11
| |/ |/|
* | Merge pull request #21581 from ronakjangir47/restrict_with_errorYves Senn2015-09-171-0/+5
|/
* Correct query for PostgreSQL 8.2Matthew Draper2015-09-081-0/+4
* Merge pull request #21527 from rngtng/fix-migrator-path-setupYves Senn2015-09-071-0/+6
|\
| * Allow global migrations_path configuration with using value from database_tas...Tobias Bielohlawek2015-09-071-0/+11
|/
* changelog, minor formatting changes.Yves Senn2015-09-071-9/+9
* Merge pull request #21317 from greysteil/support-postgres-drop-index-concurre...Matthew Draper2015-09-071-0/+7
|\
| * Support dropping indexes concurrently in PostgresGrey Baker2015-09-051-0/+7
* | Deprecate passing conditions to AR::Relation destroy_all and delete_all methodsWojciech Wnętrzak2015-09-061-0/+5
|/
* pg, `create_schema`, `drop_schema` and `rename_table` quote schema name.Yves Senn2015-08-281-0/+12
* PostgreSQL, add `:if_exists` to `#drop_schema`.Yves Senn2015-08-281-0/+6
* Only nullify persisted has_one target associationsAgis-2015-08-241-0/+6
* uniqueness validation raises error for persisted record without pk.Yves Senn2015-08-201-0/+7
* Add a native JSON data type support in MySQLRyuta Kamizono2015-08-181-0/+10
* descriptive error message when fixtures contian a missing column.Yves Senn2015-08-131-0/+6
* Merge pull request #17885 from starbelly/patch-1Yves Senn2015-08-111-0/+5
|\
| * Add run_cmd class method to ActiveRecord::Tasks::DatabaseTasksstarbelly2015-08-011-0/+8
* | Remove XML Serialization from core.Zachary Scott2015-08-071-0/+4
* | Add ActiveRecord::Relation#in_batchesSina Siadat2015-08-071-0/+19
* | Merge pull request #20459Sean Griffin2015-08-061-0/+15
|\ \
| * | Add missing data types for ActiveRecord migrationsMehmet Emin İNAÇ2015-06-081-0/+15
* | | Merge pull request #20884Sean Griffin2015-08-011-0/+10
|\ \ \ | |_|/ |/| |
| * | Add #cache_key to ActiveRecord::Relation.Alberto F. Capel2015-07-201-0/+10
* | | minor AR changelog edits. [ci skip]Yves Senn2015-08-011-9/+8
* | | Properly allow uniqueness validations on primary keys.Sean Griffin2015-07-251-0/+6
* | | `destroy` shouldn't raise when child associations fail to saveSean Griffin2015-07-241-0/+7
* | | Rename the enum_{prefix,suffix} options to _{prefix,suffix}Robin Dupret2015-07-231-1/+1
* | | Extra caller details added to ActiveRecord::RecordNotFoundSameer Rahmani2015-07-211-0/+16
* | | Deprecate and rename the keys for association restrict_dependent_destroyRoque Pinel2015-07-201-0/+16
* | | Fix state being carried over from previous transactionRoque Pinel2015-07-201-0/+14
* | | Correctly ignore `mark_for_destruction` without `autosave`Sean Griffin2015-07-201-0/+7
|/ /
* | Fix counter_cache for polymorphic associationsStefan Kanev2015-07-191-0/+7
* | Ensure cyclic associations w/ autosave don't cause duplicate errorsSean Griffin2015-07-181-0/+7
* | Ensure that `ActionController::Parameters` can still be passed to ARSean Griffin2015-07-181-0/+7
* | Deprecate force association reload by passing truePrem Sichanugrist2015-07-151-0/+18