| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate reflection class name to accept a class | Kir Shatrov | 2017-01-09 | 1 | -0/+5 |
* | Raise error when has_many through is defined before through association | Chris Holmes | 2017-01-04 | 1 | -0/+6 |
* | Merge pull request #26689 from kamipo/deprecate_passing_name_to_indexes | Rafael Mendonça França | 2017-01-03 | 1 | -1/+5 |
|\ |
|
| * | Deprecate passing `name` to `indexes` like `tables` | Ryuta Kamizono | 2017-01-04 | 1 | -1/+5 |
* | | Remove deprecation of using ActiveRecord::Base instance in .update | Rafael Mendonça França | 2017-01-03 | 1 | -2/+2 |
* | | Remove deprecated db:test:clone* tasks | Rafael Mendonça França | 2017-01-03 | 1 | -0/+4 |
* | | Rephrase CHANGELOG.md entry | Jon Moss | 2017-01-03 | 1 | -1/+1 |
|/ |
|
* | Compare deserialized values for `PostgreSQL::OID::Hstore` types | Jon Moss | 2017-01-03 | 1 | -0/+7 |
* | Raise ArgumentError when a instance of ActiveRecord::Base is passed to | Rafael Mendonça França | 2017-01-03 | 1 | -0/+5 |
* | Consistently apply adapter behavior when serializing arrays | Sean Griffin | 2017-01-03 | 1 | -0/+6 |
* | Cache results of computing model type | Konstantin Lazarev | 2017-01-03 | 1 | -0/+4 |
* | Fix tests with counter cache touching and more. | Kasper Timm Hansen | 2017-01-01 | 1 | -2/+13 |
* | Added option to ActiveRecord::CounterCache methods. | Jarred Trost | 2017-01-01 | 1 | -0/+7 |
* | Add missing word in activerecord/CHANGELOG.md | Jon Moss | 2016-12-30 | 1 | -1/+1 |
* | Remove deprecated `#uniq`, `#uniq!`, and `#uniq_value` | Ryuta Kamizono | 2016-12-30 | 1 | -0/+4 |
* | Remove deprecated `#insert_sql`, `#update_sql`, and `#delete_sql` | Ryuta Kamizono | 2016-12-30 | 1 | -0/+4 |
* | Grammar linting in activerecord/CHANGELOG.md | Jon Moss | 2016-12-29 | 1 | -5/+5 |
* | Fix grammar in AR CHANGELOG.md [ci skip] | kenta-s | 2016-12-30 | 1 | -1/+1 |
* | Remove deprecated #use_transactional_fixtures configuration | Rafael Mendonça França | 2016-12-29 | 1 | -0/+4 |
* | Remove deprecated `#raise_in_transactional_callbacks` configuration | Rafael Mendonça França | 2016-12-29 | 1 | -0/+4 |
* | Remove deprecated #load_schema_for | Rafael Mendonça França | 2016-12-29 | 1 | -0/+4 |
* | Remove deprecated conditions parameter from #delete_all | Rafael Mendonça França | 2016-12-29 | 1 | -1/+1 |
* | Remove deprecated conditions parameter from `#destroy_all` | Rafael Mendonça França | 2016-12-29 | 1 | -0/+4 |
* | Remove deprecated support to passing arguments to `#select` when a block is p... | Rafael Mendonça França | 2016-12-29 | 1 | -0/+4 |
* | Remove deprecated support to query using commas on LIMIT | Rafael Mendonça França | 2016-12-29 | 1 | -0/+4 |
* | Remove deprecated support to passing a class as a value in a query | Rafael Mendonça França | 2016-12-29 | 1 | -0/+4 |
* | Raises IrreversibleOrderError when using last with an irreversible order | Rafael Mendonça França | 2016-12-29 | 1 | -0/+5 |
* | Raise when a through association has an ambiguous reflection name | Rafael Mendonça França | 2016-12-29 | 1 | -0/+4 |
* | Raises when `ActiveRecord::Migration` is inherited directly. | Rafael Mendonça França | 2016-12-29 | 1 | -0/+4 |
* | Remove original_exception from ActiveRecord::StatementInvalid | Rafael Mendonça França | 2016-12-29 | 1 | -0/+5 |
* | `#tables` and `#table_exists?` and returns only tables and not views | Rafael Mendonça França | 2016-12-29 | 1 | -0/+6 |
* | Remove deprecated `name` argument from `#tables` | Rafael Mendonça França | 2016-12-29 | 1 | -0/+4 |
* | Remove deprecated support to passing a column to #quote | Rafael Mendonça França | 2016-12-29 | 1 | -0/+4 |
* | Set time as a timezone aware type and remove related deprecation | Rafael Mendonça França | 2016-12-29 | 1 | -0/+5 |
* | Remove deprecated force reload argument in association readers | Rafael Mendonça França | 2016-12-29 | 1 | -0/+4 |
* | Remove deprecated i18n scopes in Active Record | Rafael Mendonça França | 2016-12-29 | 1 | -0/+5 |
* | [ci skip] Add changelog for 261e94b. | Kasper Timm Hansen | 2016-12-29 | 1 | -0/+7 |
* | Small edits to activerecord/CHANGELOG.md | Jon Moss | 2016-12-27 | 1 | -2/+2 |
* | fix QueryCache nil dup | Richard Monette | 2016-12-15 | 1 | -0/+10 |
* | Add CHANGELOG entry to #27042 | Rafael Mendonça França | 2016-12-13 | 1 | -0/+4 |
* | Add a changelog entry for #26687 [ci skip] | Ryuta Kamizono | 2016-12-12 | 1 | -0/+7 |
* | Add a changelog entry for #25227 [ci skip] | Ryuta Kamizono | 2016-12-10 | 1 | -0/+4 |
* | Add a changelog entry for #25451 [ci skip] | Ryuta Kamizono | 2016-12-10 | 1 | -8/+13 |
* | Emulate db trigger behaviour for after_commit :destroy, :update | Stefan Budeanu | 2016-12-09 | 1 | -0/+8 |
* | Merge pull request #26696 from iainbeeston/only-ruby-types-in-activemodel | Sean Griffin | 2016-12-08 | 1 | -0/+4 |
|\ |
|
| * | Moved database-specific ActiveModel types into ActiveRecord | Iain Beeston | 2016-10-14 | 1 | -0/+4 |
* | | Check whether the current attribute being write is aliased or not before writing | Prathamesh Sonpatki | 2016-12-09 | 1 | -1/+6 |
* | | Check whether the current attribute being read is aliased or not before reading | Prathamesh Sonpatki | 2016-12-08 | 1 | -1/+8 |
* | | Make pg adapter use bigserial for pk by default | Pavel Pravosud | 2016-12-05 | 1 | -0/+4 |
* | | Fix issue number from becoming markdown header | nanaya | 2016-12-01 | 1 | -2/+2 |