aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Add an immutable string type to opt out of string dupingSean Griffin2015-10-151-0/+5
* Add deprecation warning to `ActiveRecord::Relation#update`Ted Johansson2015-10-151-0/+7
* `:to_table` when adding a fk through `add_reference`.Yves Senn2015-10-131-0/+7
* Merge pull request #21931 from paul/bugfix/remove-deprecated-pg_dump-flagYves Senn2015-10-121-0/+4
* Merge pull request #11410 from bogdan/increment-concurencyJeremy Daer2015-10-101-0/+5
|\
| * Make #increment! and #decrement! methods concurency safeBogdan Gusiev2015-10-051-0/+4
* | Avoid leaking the first relation we call #first onMatthew Draper2015-10-091-0/+6
* | Remove unused `pk_and_sequence_for` in AbstractMysqlAdapterRyuta Kamizono2015-10-081-0/+4
* | Refactor AS::Callbacks halt config and fix the documentationRoque Pinel2015-10-011-1/+1
* | 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