| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix that unsigned with zerofill is treated as signed | Ryuta Kamizono | 2016-11-27 | 1 | -0/+6 |
* | fix the uniqueness validation scope with a polymorphic association | Sergey Alekseev | 2016-11-26 | 1 | -0/+4 |
* | Add test for collection *_ids= setter when association primary key set | Dominic Cleal | 2016-11-24 | 1 | -0/+4 |
* | Restore RecordNotFound when *_ids= can't find records by ID | Dominic Cleal | 2016-11-24 | 1 | -0/+5 |
* | For `PostgreSQL >= 9.4` use `gen_random_uuid()` | Yaw Boakye | 2016-11-22 | 1 | -0/+5 |
* | Introduce `reload_<association>` reader for singular associations. | Yves Senn | 2016-11-22 | 1 | -0/+14 |
* | changelog entry for fc4c15d [ci skip] | Yves Senn | 2016-11-21 | 1 | -0/+5 |
* | Merge pull request #26981 from kamipo/should_not_except_order_for_exists | Rafael França | 2016-11-17 | 1 | -1/+2 |
|\ |
|
| * | Should except `:distinct` rather than `:order` for `exists?` | Ryuta Kamizono | 2016-11-09 | 1 | -1/+2 |
* | | Support AC::Parameters for PG HStore | Jon Moss | 2016-11-15 | 1 | -0/+7 |
* | | Changelog edits | Vipul A M | 2016-11-12 | 1 | -7/+7 |
|/ |
|
* | Add ActiveRecord::Base.connection_pool.stat | Pavel | 2016-11-09 | 1 | -0/+9 |
* | Avoid `unscope(:order)` when `limit_value` is presented for `count` | Ryuta Kamizono | 2016-11-06 | 1 | -2/+11 |
* | fix datatime error | Sen-Zhang | 2016-11-01 | 1 | -0/+5 |
* | allow ActiveRecord::Core#slice to use array arg | Cohen Carlisle | 2016-10-31 | 1 | -0/+4 |
* | Merge PR #19759 | Arthur Neves | 2016-10-28 | 1 | -0/+7 |
|\ |
|
| * | Fix for has_and_belongs_to_many & has_many_through associations while partial... | Mehmet Emin İNAÇ | 2016-02-13 | 1 | -1/+7 |
* | | Revert "Made ActiveRecord consistently use ActiveRecord::Type (not" | Sean Griffin | 2016-10-23 | 1 | -4/+0 |
* | | Fix regression caused due to removal of select method from CollectionAssociation | Prathamesh Sonpatki | 2016-10-22 | 1 | -0/+5 |
* | | Added ability update locking_column value | bogdanvlviv | 2016-10-21 | 1 | -0/+5 |
* | | Fixed: Optimistic locking does not work well with null in the database | bogdanvlviv | 2016-10-21 | 1 | -0/+6 |
* | | Merge pull request #26208 from nanaya/pg-insensitive-text | Matthew Draper | 2016-10-11 | 1 | -0/+5 |
|\ \ |
|
* | | | Made ActiveRecord consistently use ActiveRecord::Type (not | Iain Beeston | 2016-10-03 | 1 | -0/+4 |
* | | | Serialize JSON attribute value nil as SQL NULL, not JSON 'null' | Trung Duc Tran | 2016-09-23 | 1 | -0/+4 |
* | | | Return true if attribute is not changed for update_attribute | Prathamesh Sonpatki | 2016-09-23 | 1 | -0/+7 |
* | | | Always store errors details information with symbols | Rafael Mendonça França | 2016-09-19 | 1 | -0/+15 |
* | | | Clear attribute changes after handling locking | Jakob Skjerning | 2016-09-14 | 1 | -0/+7 |
* | | | 5-0-backport: activerecord/mysql2: Avoid setting @connection to nil, just clo... | Dylan Thacker-Smith | 2016-09-13 | 1 | -0/+5 |
|/ / |
|
* | | Attempt to maintain encoding for arrays of strings with PG | Sean Griffin | 2016-08-31 | 1 | -0/+7 |
* | | Ensure that inverse associations are set before running callbacks | Sean Griffin | 2016-08-31 | 1 | -0/+7 |
* | | Don't unnecessarily load a belongs_to when saving. | James Coleman | 2016-08-26 | 1 | -0/+5 |
* | | Remove the SchemaDumper options and change the default behavior | Rafael Mendonça França | 2016-08-22 | 1 | -3/+1 |
* | | Merge pull request #25675 from TimPetricola/schema-no-standardized-column-widths | Rafael Mendonça França | 2016-08-19 | 1 | -0/+6 |
|\ \ |
|
| * | | Option not to line up column types and attributes in schema.rb | Tim Petricola | 2016-08-17 | 1 | -3/+9 |
* | | | Add chengelog entry to #25976 | Rafael Mendonça França | 2016-08-19 | 1 | -0/+7 |
* | | | Merge pull request #26154 from kamipo/remove_text_default_treated_as_empty_st... | Rafael Mendonça França | 2016-08-19 | 1 | -0/+32 |
|\ \ \ |
|
| * | | | Remove text default treated as an empty string in non-strict mode | Ryuta Kamizono | 2016-08-19 | 1 | -0/+32 |
* | | | | Merge pull request #26089 from travisoneill/sqlite_rollback_fix | Rafael Mendonça França | 2016-08-19 | 1 | -3/+11 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Added nil case handling to allow rollback migration in case of | travis.h.oneill@gmail.com | 2016-08-17 | 1 | -3/+11 |
| |/ / |
|
* / / | Deprecate `sanitize_conditions`. Use `sanitize_sql` instead | Ryuta Kamizono | 2016-08-18 | 1 | -0/+4 |
|/ / |
|
* | | Fix count which would sometimes force a DISTINCT | Maxime Lapointe | 2016-08-16 | 1 | -0/+5 |
* | | When calling association.find RecordNotFound is now raised with the same argu... | Michel Pigassou | 2016-08-13 | 1 | -0/+5 |
* | | Pass over changelogs [ci skip] | Vipul A M | 2016-08-10 | 1 | -2/+5 |
* | | Don't assume all hashes are from multiparameter assignment in `composed_of` | Sean Griffin | 2016-08-05 | 1 | -0/+7 |
* | | Add the TABLE_SCHEMA condition to the SELECT statement in table_comment (#25945) | Takeshi AKIMA | 2016-07-27 | 1 | -0/+4 |
* | | Whoops, forgot the changelog entry for the previous commit | Sean Griffin | 2016-07-25 | 1 | -0/+5 |
* | | Merge pull request #25849 from suginoy/fix_merge_in_scope | Rafael Mendonça França | 2016-07-20 | 1 | -0/+4 |
|\ \ |
|
| * | | Fix the calling `merge` method at first in a scope | suginoy | 2016-07-19 | 1 | -0/+4 |
* | | | Fixes multiparameter attributes conversion with time_zone_aware_attributes an... | alpaca-tc | 2016-07-19 | 1 | -0/+4 |
|/ / |
|
* | | CHANGELOG for https://github.com/rails/rails/pull/25257 [ci skip] | Prathamesh Sonpatki | 2016-07-17 | 1 | -2/+4 |