| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #30510 from yhirano55/add_nodoc_to_activerecord | Eileen M. Uchitelle | 2017-11-25 | 3 | -7/+7 |
|\ |
|
| * | Add :nodoc: to activerecord [ci skip] | Yoshiyuki Hirano | 2017-09-03 | 3 | -7/+7 |
* | | Merge pull request #31006 from rails/kamipo/ordinal_methods_should_respect_lo... | Eileen M. Uchitelle | 2017-11-25 | 2 | -0/+17 |
|\ \ |
|
| * | | Ordinal methods should respect loaded records | Ryuta Kamizono | 2017-10-28 | 2 | -0/+17 |
* | | | Merge pull request #31173 from matthewd/connection-fork-safety | Matthew Draper | 2017-11-25 | 5 | -0/+90 |
|\ \ \ |
|
| * | | | Improve AR connection fork safety | Matthew Draper | 2017-11-18 | 5 | -0/+90 |
* | | | | Merge pull request #31194 from yahonda/attributes_before_type_cast_on_boolean... | Yuji Yaginuma | 2017-11-23 | 1 | -6/+1 |
|\ \ \ \ |
|
| * | | | | No difference between JRuby and CRuby at test_read_attributes_before_type_cas... | Yasuo Honda | 2017-11-21 | 1 | -6/+1 |
* | | | | | Update incorrect backtick usage in RDoc to teletype | T.J. Schuck | 2017-11-22 | 1 | -2/+2 |
|/ / / / |
|
* | | | | Prevent extra `spawn` to make `klass.all` faster (#29009) | Ryuta Kamizono | 2017-11-20 | 2 | -3/+4 |
* | | | | Merge pull request #31035 from BrentWheeldon/bmw-db-load-deadlock | Matthew Draper | 2017-11-18 | 1 | -1/+2 |
|\ \ \ \ |
|
| * | | | | Prevent deadlocks with load interlock and DB lock. | Brent Wheeldon | 2017-11-09 | 1 | -1/+2 |
* | | | | | Merge pull request #28742 from quixoten/stack_conn_pool | Matthew Draper | 2017-11-17 | 2 | -6/+11 |
|\ \ \ \ \ |
|
| * | | | | | Fix typos | Devin Christensen | 2017-04-13 | 2 | -2/+2 |
| * | | | | | Improve documentation and add test | Devin Christensen | 2017-04-13 | 2 | -7/+12 |
| * | | | | | Switch to LIFO for the connection pool | Devin Christensen | 2017-04-12 | 1 | -2/+2 |
* | | | | | | Merge pull request #28869 from eugeneius/query_cache_all_pools | Matthew Draper | 2017-11-17 | 2 | -6/+18 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | Enable query cache on all connection pools | Eugene Kenny | 2017-04-24 | 2 | -6/+18 |
* | | | | | | Avoid creating extra `relation` and `build_arel` in `_create_record` and `_up... | Ryuta Kamizono | 2017-11-17 | 2 | -63/+41 |
* | | | | | | 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 |
* | | | | | | Fix typo s/only_up/up_only/ [ci skip] | Ryuta Kamizono | 2017-11-15 | 1 | -1/+1 |
* | | | | | | Fix migration version in doc of #up_only | bogdanvlviv | 2017-11-14 | 1 | -1/+1 |
* | | | | | | Use released arel | Rafael Mendonça França | 2017-11-14 | 1 | -1/+1 |
* | | | | | | Add a #populate method to migrations (#31082) | Rich | 2017-11-14 | 3 | -0/+48 |
* | | | | | | Update `exists?` documentation | Nikolai B | 2017-11-14 | 1 | -1/+2 |
* | | | | | | Merge pull request #27947 from mastahyeti/unsafe_raw_sql | Matthew Draper | 2017-11-14 | 13 | -33/+462 |
|\ \ \ \ \ \ |
|
| * | | | | | | 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 | 3 | -28/+47 |
| * | | | | | | deal with Array arguments to #order | Ben Toews | 2017-11-09 | 3 | -4/+22 |
| * | | | | | | convert order arg to string before checking if we can reverse it | Ben Toews | 2017-11-09 | 2 | -2/+6 |
| * | | | | | | use << instead of #concat in #reverse_sql_order because we might be working w... | Ben Toews | 2017-11-09 | 2 | -2/+2 |
| * | | | | | | try using regexes | Ben Toews | 2017-11-09 | 27 | -166/+120 |
| * | | | | | | allow table name and direction in string order arg | Ben Toews | 2017-11-09 | 27 | -244/+295 |
| * | | | | | | work around deprecation warnings in a bunch of tests | Ben Toews | 2017-11-09 | 34 | -313/+320 |
| * | | | | | | always allow Arel::Attributes::Attribute also | Ben Toews | 2017-11-09 | 1 | -1/+3 |
| * | | | | | | call enforce_raw_sql_whitelist on @klass so it works with FakeKlass | Ben Toews | 2017-11-09 | 1 | -2/+2 |
| * | | | | | | work with actual string when reversing order | Ben Toews | 2017-11-09 | 1 | -0/+3 |
| * | | | | | | remove :enabled option | Ben Toews | 2017-11-09 | 3 | -59/+52 |
| * | | | | | | beef up deprecation warning | Ben Toews | 2017-11-09 | 1 | -3/+7 |
| * | | | | | | make tests more verbose/explicit | Ben Toews | 2017-11-09 | 1 | -78/+96 |
| * | | | | | | allow Arel.sql() for pluck | Ben Toews | 2017-11-09 | 8 | -101/+159 |
| * | | | | | | add config to check arguments to unsafe AR methods | Ben Toews | 2017-11-09 | 6 | -21/+293 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Add `environment` as dependency of `load_config` (#31135) | Yuji Yaginuma | 2017-11-14 | 1 | -24/+24 |
* | | | | | | Properly cast input in `update_all` | Sean Griffin | 2017-11-13 | 3 | -2/+14 |
* | | | | | | Merge pull request #30980 from sobrinho/sobrinho/arel-star-ignored-columns | Rafael França | 2017-11-13 | 6 | -45/+68 |
|\ \ \ \ \ \ |
|
| * | | | | | | 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 | 2 | -0/+23 |
* | | | | | | | Use .tt extension to all the template files | Rafael Mendonça França | 2017-11-13 | 5 | -0/+0 |