Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merge pull request #36320 from XrXr/no-doc-prepend | Rafael França | 2019-05-21 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Put :nodoc: on method that raises NoMethodError | Alan Wu | 2019-05-21 | 1 | -1/+1 | |
* | | | | | | | Use `capture_sql` instead of `assert_sql` with no pattern | Ryuta Kamizono | 2019-05-22 | 3 | -15/+12 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Give up filling schema cache before `assert_no_queries` | Ryuta Kamizono | 2019-05-22 | 6 | -90/+24 | |
* | | | | | | Put all `explain` methods into `DatabaseStatements` module | Ryuta Kamizono | 2019-05-22 | 4 | -18/+14 | |
* | | | | | | Merge pull request #36314 from kamipo/fallback_type_casting | Ryuta Kamizono | 2019-05-21 | 3 | -21/+28 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fall back to type casting from the connection adapter | Ryuta Kamizono | 2019-05-21 | 3 | -21/+28 | |
|/ / / / / / | ||||||
* | | | | | | Except SCHEMA SQLs in `capture_sql` | Ryuta Kamizono | 2019-05-21 | 1 | -1/+1 | |
* | | | | | | Correct test name | George Claghorn | 2019-05-20 | 1 | -1/+1 | |
* | | | | | | Merge pull request #36309 from alexandergraul/number_to_human_size_examples | Ryuta Kamizono | 2019-05-21 | 2 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Correct human file size examples [ci skip] | Alexander Graul | 2019-05-20 | 2 | -2/+2 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #36306 from cseelus/responsive-rescues-layout | Kasper Timm Hansen | 2019-05-20 | 1 | -4/+9 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Make rescues layout responsive | Chris Seelus | 2019-05-20 | 1 | -4/+9 | |
* | | | | | | | Merge pull request #36302 from eugeneius/parameters_transform_keys_enumerator | Ryuta Kamizono | 2019-05-20 | 3 | -9/+24 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Return parameters enumerator from transform_keys/! | Eugene Kenny | 2019-05-18 | 3 | -9/+24 | |
* | | | | | | | Merge pull request #36304 from kamipo/fix_through_association_with_joins | Ryuta Kamizono | 2019-05-19 | 2 | -17/+19 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Implicit through table joins should be appeared before user supplied joins | Ryuta Kamizono | 2019-05-19 | 2 | -17/+19 | |
|/ / / / / / / | ||||||
* | | | | | | | Allow filling in the only rich-text area without a locator | George Claghorn | 2019-05-19 | 2 | -7/+17 | |
* | | | | | | | Prefer Capybara::Node::Element#execute_script | George Claghorn | 2019-05-19 | 1 | -4/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #36122 from cseelus/respect-operating-system-color-scheme-... | Gannon McGibbon | 2019-05-18 | 2 | -0/+69 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Implement dark color scheme for rescues layout | Chris Seelus | 2019-05-18 | 2 | -0/+69 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #36299 from shioimm/rename-hash-to-jar | Ryuta Kamizono | 2019-05-18 | 1 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Rename `hash` to `jar` in CookieJar.build | shioimm | 2019-05-18 | 1 | -2/+2 | |
* | | | | | | | Merge pull request #36282 from yoones/add-skip-options-to-command-line-guide | Eileen M. Uchitelle | 2019-05-18 | 1 | -0/+22 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | List available skip options in command line guide [ci skip] | Younes SERRAJ | 2019-05-15 | 1 | -0/+22 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #36263 from vishaltelangre/add-undefined-acronym | Eileen M. Uchitelle | 2019-05-18 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | [skip ci] Add undefined STI acronym to the heading which is referred under it... | Vishal Telangre | 2019-05-12 | 1 | -2/+2 | |
* | | | | | | | | Merge pull request #36296 from jhawthorn/dont_fear_the_reaper | Aaron Patterson | 2019-05-18 | 1 | -7/+25 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | Use a single thread for all ConnectionPool Reapers | John Hawthorn | 2019-05-17 | 1 | -7/+25 | |
* | | | | | | | | Deduplicate ActionText::RichText embeds | George Claghorn | 2019-05-17 | 2 | -1/+10 | |
* | | | | | | | | Merge pull request #36291 from flocela/patch-1 | Rafael França | 2019-05-16 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | typo change | flocela | 2019-05-16 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | S3: permit uploading files larger than 5 GB | George Claghorn | 2019-05-16 | 3 | -6/+69 | |
* | | | | | | | | Permit running jobs in system tests | George Claghorn | 2019-05-16 | 5 | -67/+11 | |
* | | | | | | | | Merge pull request #36286 from vishaltelangre/dummy-erb-compiler-fix | Eileen M. Uchitelle | 2019-05-16 | 2 | -8/+19 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix: DummyCompiler embeds invalid YAML content | Vishal Telangre | 2019-05-15 | 2 | -8/+19 | |
* | | | | | | | | | Remove outdated cross-origin redirection tests | George Claghorn | 2019-05-15 | 2 | -55/+0 | |
* | | | | | | | | | Inline anemic methods | George Claghorn | 2019-05-15 | 1 | -10/+4 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #36284 from kamipo/fix_eager_loading_with_string_joins | Ryuta Kamizono | 2019-05-15 | 3 | -2/+23 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | Fix eager loading associations with string joins not to raise NoMethodError | Ryuta Kamizono | 2019-05-15 | 3 | -2/+23 | |
* | | | | | | | | edit tweaks to recent patch in configuring guide [ci skip] | Xavier Noria | 2019-05-14 | 1 | -1/+2 | |
* | | | | | | | | Merge pull request #36200 from soartec-lab/update_guide_configuring_add_autol... | Xavier Noria | 2019-05-14 | 1 | -0/+6 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Added guide for `config.autoloader` [skip ci] | soartec-lab | 2019-05-07 | 1 | -0/+6 | |
* | | | | | | | | | shortens a comment [ci skip] | Xavier Noria | 2019-05-14 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #36237 from eileencodes/fix-erb-in-database-yaml-again | Eileen M. Uchitelle | 2019-05-14 | 2 | -1/+22 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix database loading when ERB is single line ternary | eileencodes | 2019-05-10 | 2 | -1/+22 | |
* | | | | | | | | | | Merge pull request #36127 from st0012/fix_non_num_keys | Gannon McGibbon | 2019-05-13 | 3 | -9/+47 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | fixed usage of Parameters when a non-numeric key exists | L.Fexon | 2019-05-13 | 3 | -9/+47 | |
* | | | | | | | | | | | Add ActionDispatch::SystemTestCase#fill_in_rich_text_area | George Claghorn | 2019-05-13 | 12 | -1161/+976 | |
* | | | | | | | | | | | Merge pull request #36092 from imechemi/update-doc | Gannon McGibbon | 2019-05-13 | 1 | -0/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ |