Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | Class level `update` and `destroy` checks all the records exist before making... | Ryuta Kamizono | 2017-12-01 | 1 | -4/+37 | |
* | | | | | | | | | | Maintain raising `RecordNotFound` for class level `update` and` destroy` | Ryuta Kamizono | 2017-12-01 | 1 | -2/+12 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #31214 from chopraanmol1/bug_fix_has_one_inverse_owner_rel... | Eileen M. Uchitelle | 2017-11-29 | 2 | -0/+14 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Inverse instance should not be reloaded during autosave if called in validation | Anmol Chopra | 2017-11-27 | 2 | -0/+14 | |
* | | | | | | | | | | Prevent scope named same as a ActiveRecord::Relation instance method. | Chen Kinnrot | 2017-11-28 | 2 | -0/+34 | |
* | | | | | | | | | | Add new error class `QueryCanceled` which will be raised when canceling state... | Ryuta Kamizono | 2017-11-27 | 2 | -2/+56 | |
* | | | | | | | | | | Rename `TransactionTimeout` to more descriptive `LockWaitTimeout` (#31223) | Ryuta Kamizono | 2017-11-27 | 2 | -4/+4 | |
* | | | | | | | | | | Revert "Merge pull request #31006 from rails/kamipo/ordinal_methods_should_re... | eileencodes | 2017-11-26 | 1 | -16/+0 | |
* | | | | | | | | | | Merge pull request #31221 from matthewd/flush-idle-connections | Matthew Draper | 2017-11-26 | 2 | -0/+53 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Flush idle database connections | Matthew Draper | 2017-11-26 | 2 | -0/+53 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #31184 from TheSmartnik/fix_record_not_found_on_reload | Rafael França | 2017-11-25 | 2 | -1/+19 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Provide arguments to RecordNotFound | Nikita Misharin | 2017-11-25 | 2 | -1/+19 | |
* | | | | | | | | | | Merge pull request #31006 from rails/kamipo/ordinal_methods_should_respect_lo... | Eileen M. Uchitelle | 2017-11-25 | 1 | -0/+16 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Ordinal methods should respect loaded records | Ryuta Kamizono | 2017-10-28 | 1 | -0/+16 | |
* | | | | | | | | | | | Merge pull request #31173 from matthewd/connection-fork-safety | Matthew Draper | 2017-11-25 | 1 | -0/+32 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Improve AR connection fork safety | Matthew Draper | 2017-11-18 | 1 | -0/+32 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | No difference between JRuby and CRuby at test_read_attributes_before_type_cas... | Yasuo Honda | 2017-11-21 | 1 | -6/+1 | |
* | | | | | | | | | | Merge pull request #28742 from quixoten/stack_conn_pool | Matthew Draper | 2017-11-17 | 1 | -0/+8 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix typos | Devin Christensen | 2017-04-13 | 1 | -1/+1 | |
| * | | | | | | | | | | Improve documentation and add test | Devin Christensen | 2017-04-13 | 1 | -0/+8 | |
* | | | | | | | | | | | Merge pull request #28869 from eugeneius/query_cache_all_pools | Matthew Draper | 2017-11-17 | 1 | -0/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Enable query cache on all connection pools | Eugene Kenny | 2017-04-24 | 1 | -0/+9 | |
* | | | | | | | | | | | Allow test_ignored_columns_not_included_in_SELECT column names case | Yasuo Honda | 2017-11-15 | 1 | -1/+1 | |
* | | | | | | | | | | | Fix CI failure due to invalid `up_only` for MySQL | Ryuta Kamizono | 2017-11-15 | 1 | -5/+7 | |
* | | | | | | | | | | | Add a #populate method to migrations (#31082) | Rich | 2017-11-14 | 1 | -0/+25 | |
* | | | | | | | | | | | Merge pull request #27947 from mastahyeti/unsafe_raw_sql | Matthew Draper | 2017-11-14 | 6 | -31/+334 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | use database agnostic function/quoting in test | Ben Toews | 2017-11-09 | 1 | -4/+4 | |
| * | | | | | | | | | | | push order arg checks down to allow for binds | Ben Toews | 2017-11-09 | 1 | -0/+36 | |
| * | | | | | | | | | | | deal with Array arguments to #order | Ben Toews | 2017-11-09 | 1 | -3/+3 | |
| * | | | | | | | | | | | convert order arg to string before checking if we can reverse it | Ben Toews | 2017-11-09 | 1 | -2/+2 | |
| * | | | | | | | | | | | use << instead of #concat in #reverse_sql_order because we might be working w... | Ben Toews | 2017-11-09 | 1 | -1/+1 | |
| * | | | | | | | | | | | try using regexes | Ben Toews | 2017-11-09 | 24 | -106/+99 | |
| * | | | | | | | | | | | allow table name and direction in string order arg | Ben Toews | 2017-11-09 | 25 | -219/+263 | |
| * | | | | | | | | | | | work around deprecation warnings in a bunch of tests | Ben Toews | 2017-11-09 | 34 | -313/+320 | |
| * | | | | | | | | | | | remove :enabled option | Ben Toews | 2017-11-09 | 1 | -54/+50 | |
| * | | | | | | | | | | | make tests more verbose/explicit | Ben Toews | 2017-11-09 | 1 | -78/+96 | |
| * | | | | | | | | | | | allow Arel.sql() for pluck | Ben Toews | 2017-11-09 | 3 | -33/+69 | |
| * | | | | | | | | | | | add config to check arguments to unsafe AR methods | Ben Toews | 2017-11-09 | 1 | -0/+177 | |
* | | | | | | | | | | | | Properly cast input in `update_all` | Sean Griffin | 2017-11-13 | 1 | -1/+6 | |
* | | | | | | | | | | | | Merge pull request #30980 from sobrinho/sobrinho/arel-star-ignored-columns | Rafael França | 2017-11-13 | 5 | -45/+66 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Fix postgres ordering issue on default scoping test | Gabriel Sobrinho | 2017-11-13 | 1 | -15/+15 | |
| * | | | | | | | | | | | | Change tests to use models which don't ignore any columns | Jon Moss | 2017-11-13 | 3 | -30/+30 | |
| * | | | | | | | | | | | | Do not use `Arel.star` when `ignored_columns` | Jon Moss | 2017-11-13 | 1 | -0/+21 | |
* | | | | | | | | | | | | | Add new error class `StatementTimeout` which will be raised when statement ti... | Ryuta Kamizono | 2017-11-13 | 2 | -0/+57 | |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Raise `TransactionTimeout` when lock wait timeout exceeded for PG adapter | Ryuta Kamizono | 2017-11-11 | 2 | -1/+30 | |
* | | | | | | | | | | | | Should test actual error which is raised from the database | Ryuta Kamizono | 2017-11-11 | 1 | -1/+23 | |
* | | | | | | | | | | | | Relation merging should keep joining order | Ryuta Kamizono | 2017-11-11 | 1 | -0/+9 | |
* | | | | | | | | | | | | Fix random CI failure due to non-deterministic sorting order | Ryuta Kamizono | 2017-11-10 | 1 | -1/+1 | |
* | | | | | | | | | | | | Ensure `apply_join_dependency` for subqueries in `from` and `where` | Ryuta Kamizono | 2017-11-10 | 1 | -0/+12 | |
* | | | | | | | | | | | | Merge pull request #30414 from bogdanvlviv/clear-mysql_database_tasks | Rafael França | 2017-11-09 | 1 | -74/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ |