| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix brittle tests which were relying on the error message text from mysql2 gem | Prathamesh Sonpatki | 2016-10-23 | 1 | -4/+4 |
* | Revert "Made ActiveRecord consistently use ActiveRecord::Type (not" | Sean Griffin | 2016-10-23 | 1 | -2/+2 |
* | Update mysql adapter error message when disconnected | Guillermo Iguaran | 2016-10-22 | 1 | -2/+2 |
* | Fix regression caused due to removal of select method from CollectionAssociation | Prathamesh Sonpatki | 2016-10-22 | 1 | -0/+7 |
* | Added ability update locking_column value | bogdanvlviv | 2016-10-21 | 2 | -1/+77 |
* | Fixed: Optimistic locking does not work well with null in the database | bogdanvlviv | 2016-10-21 | 2 | -11/+57 |
* | Use old typecasting method if no type casted binds are passed in | Aaron Patterson | 2016-10-20 | 1 | -1/+35 |
* | Quote table name properly | Ryuta Kamizono | 2016-10-14 | 2 | -11/+20 |
* | Fix `warning: ambiguous first argument` | Ryuta Kamizono | 2016-10-12 | 1 | -4/+4 |
* | Merge pull request #26208 from nanaya/pg-insensitive-text | Matthew Draper | 2016-10-11 | 1 | -0/+26 |
|\ |
|
| * | Fix case insensitive check for text column in pg | nanaya | 2016-09-01 | 1 | -0/+26 |
* | | Fix table comment dumping | Ryuta Kamizono | 2016-10-11 | 1 | -0/+1 |
* | | Dump index options to pretty format | Ryuta Kamizono | 2016-10-10 | 2 | -3/+5 |
* | | Fixnum and Bignum are deprecated in Ruby trunk | Matthew Draper | 2016-10-08 | 1 | -1/+1 |
* | | Tweak a test so the queries match | Matthew Draper | 2016-10-08 | 1 | -1/+1 |
* | | Simplify serializable test to avoid mystery deadlock | Matthew Draper | 2016-10-07 | 1 | -23/+21 |
* | | Merge pull request #26631 from kamipo/remove_duplicate_condition | Matthew Draper | 2016-10-06 | 1 | -3/+1 |
|\ \ |
|
| * | | Remove duplicated `unless current_adapter?(:SQLite3Adapter)` condition | Ryuta Kamizono | 2016-09-27 | 1 | -3/+1 |
* | | | Merge pull request #26633 from kamipo/text_too_big_should_be_text | Matthew Draper | 2016-10-06 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | `:text_too_big` column should be `:text`, not `:integer` | Ryuta Kamizono | 2016-09-27 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge pull request #24571 from raimo/patch-1 | Sean Griffin | 2016-10-04 | 2 | -1/+15 |
|\ \ \ |
|
| * | | | Print the proper ::Float::INFINITY value when used as a default value | Raimo Tuisku | 2016-05-23 | 2 | -1/+15 |
* | | | | Made ActiveRecord consistently use ActiveRecord::Type (not | Iain Beeston | 2016-10-03 | 1 | -2/+2 |
* | | | | Merge pull request #26425 from prathamesh-sonpatki/fix-nil-issue | Matthew Draper | 2016-10-03 | 1 | -0/+6 |
|\ \ \ \ |
|
| * | | | | Fix issue with `cache_key` when the named timestamp column has value nil | Prathamesh Sonpatki | 2016-09-07 | 1 | -0/+6 |
* | | | | | Make PG deadlock error more deterministic | Matthew Draper | 2016-10-01 | 1 | -9/+12 |
* | | | | | Merge pull request #26584 from Shopify/cached-query-name | Rafael França | 2016-09-30 | 1 | -5/+2 |
|\ \ \ \ \ |
|
| * | | | | | Preserve cached queries name in AS notifications | Jean Boussier | 2016-09-22 | 1 | -5/+2 |
* | | | | | | Don't skip in-memory insertion of associations when loaded in validate | Sean Griffin | 2016-09-29 | 2 | -9/+31 |
| |_|_|/ /
|/| | | | |
|
* | | | | | Serialize JSON attribute value nil as SQL NULL, not JSON 'null' | Trung Duc Tran | 2016-09-23 | 2 | -0/+32 |
* | | | | | Return true if attribute is not changed for update_attribute | Prathamesh Sonpatki | 2016-09-23 | 1 | -3/+3 |
|/ / / / |
|
* | | | | Always store errors details information with symbols | Rafael Mendonça França | 2016-09-19 | 1 | -5/+5 |
* | | | | Merge pull request #26497 from koppen/26496-touch_with_optimistic_locking | Eileen M. Uchitelle | 2016-09-17 | 1 | -0/+1 |
|\ \ \ \ |
|
| * | | | | Clear attribute changes after handling locking | Jakob Skjerning | 2016-09-14 | 1 | -0/+1 |
* | | | | | improve error message when include assertions fail | Michael Grosser | 2016-09-16 | 34 | -141/+141 |
|/ / / / |
|
* | | | | Fix broken comments indentation caused by rubocop auto-correct [ci skip] | Ryuta Kamizono | 2016-09-14 | 5 | -13/+14 |
* | | | | Address `warning: ambiguous first argument; put parentheses or a space even a... | Yasuo Honda | 2016-09-13 | 1 | -2/+2 |
* | | | | Merge pull request #26466 from y-yagi/remove_duplicated_fixture_set_names | Arthur Nogueira Neves | 2016-09-13 | 2 | -2/+4 |
|\ \ \ \ |
|
| * | | | | remove duplicated fixture set names | yuuji.yaginuma | 2016-09-12 | 2 | -2/+4 |
| |/ / / |
|
* | | | | Merge pull request #26460 from kamipo/remove_useless_test_string_with_crazy_c... | Sean Griffin | 2016-09-12 | 1 | -6/+2 |
|\ \ \ \ |
|
| * | | | | Remove useless `test_string_with_crazy_column` | Ryuta Kamizono | 2016-09-11 | 1 | -6/+2 |
| |/ / / |
|
* | | | | Merge pull request #26434 from dylanahsmith/mysql2-no-nil-connection | Arthur Nogueira Neves | 2016-09-12 | 1 | -0/+21 |
|\ \ \ \ |
|
| * | | | | activerecord/mysql2: Avoid setting @connection to nil, just close it | Dylan Thacker-Smith | 2016-09-08 | 1 | -0/+21 |
| |/ / / |
|
* | | | | Merge pull request #26459 from ysksn/add_test_for_activerecord_enum | Eileen M. Uchitelle | 2016-09-12 | 4 | -0/+43 |
|\ \ \ \ |
|
| * | | | | Add tests for ActiveRecord::Enum#enum when suffix specified | Yosuke Kabuto | 2016-09-12 | 4 | -0/+43 |
| |/ / / |
|
* | | | | Merge pull request #26458 from kamipo/remove_unused_require_thread | Santiago Pastorino | 2016-09-11 | 1 | -1/+0 |
|\ \ \ \ |
|
| * | | | | Remove unused `require "thread"` in `test/cases/attribute_methods/read_test.rb` | Ryuta Kamizono | 2016-09-11 | 1 | -1/+0 |
| |/ / / |
|
* / / / | Remove duplicated `elsif` branch | Ryuta Kamizono | 2016-09-11 | 1 | -2/+0 |
|/ / / |
|
* | | | Merge pull request #26370 from yahonda/rails26368 | Andrew White | 2016-09-05 | 2 | -2/+2 |
|\ \ \ |
|
| * | | | Change require order to come `require "models/post"` before `require "models/... | Yasuo Honda | 2016-09-02 | 2 | -2/+2 |