aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #36309 from alexandergraul/number_to_human_size_examplesRyuta Kamizono2019-05-212-2/+2
|\ \ \ \
| * | | | Correct human file size examples [ci skip]Alexander Graul2019-05-202-2/+2
|/ / / /
* | | | Merge pull request #36306 from cseelus/responsive-rescues-layoutKasper Timm Hansen2019-05-201-4/+9
|\ \ \ \
| * | | | Make rescues layout responsiveChris Seelus2019-05-201-4/+9
* | | | | Merge pull request #36302 from eugeneius/parameters_transform_keys_enumeratorRyuta Kamizono2019-05-203-9/+24
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Return parameters enumerator from transform_keys/!Eugene Kenny2019-05-183-9/+24
* | | | | Merge pull request #36304 from kamipo/fix_through_association_with_joinsRyuta Kamizono2019-05-192-17/+19
|\ \ \ \ \
| * | | | | Implicit through table joins should be appeared before user supplied joinsRyuta Kamizono2019-05-192-17/+19
|/ / / / /
* | | | | Allow filling in the only rich-text area without a locatorGeorge Claghorn2019-05-192-7/+17
* | | | | Prefer Capybara::Node::Element#execute_scriptGeorge Claghorn2019-05-191-4/+1
|/ / / /
* | | | Merge pull request #36122 from cseelus/respect-operating-system-color-scheme-...Gannon McGibbon2019-05-182-0/+69
|\ \ \ \
| * | | | Implement dark color scheme for rescues layoutChris Seelus2019-05-182-0/+69
| | |/ / | |/| |
* | | | Merge pull request #36299 from shioimm/rename-hash-to-jarRyuta Kamizono2019-05-181-2/+2
|\ \ \ \
| * | | | Rename `hash` to `jar` in CookieJar.buildshioimm2019-05-181-2/+2
* | | | | Merge pull request #36282 from yoones/add-skip-options-to-command-line-guideEileen M. Uchitelle2019-05-181-0/+22
|\ \ \ \ \
| * | | | | List available skip options in command line guide [ci skip]Younes SERRAJ2019-05-151-0/+22
| | |/ / / | |/| | |
* | | | | Merge pull request #36263 from vishaltelangre/add-undefined-acronymEileen M. Uchitelle2019-05-181-2/+2
|\ \ \ \ \
| * | | | | [skip ci] Add undefined STI acronym to the heading which is referred under it...Vishal Telangre2019-05-121-2/+2
* | | | | | Merge pull request #36296 from jhawthorn/dont_fear_the_reaperAaron Patterson2019-05-181-7/+25
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Use a single thread for all ConnectionPool ReapersJohn Hawthorn2019-05-171-7/+25
* | | | | | Deduplicate ActionText::RichText embedsGeorge Claghorn2019-05-172-1/+10
* | | | | | Merge pull request #36291 from flocela/patch-1Rafael França2019-05-161-1/+1
|\ \ \ \ \ \
| * | | | | | typo changeflocela2019-05-161-1/+1
|/ / / / / /
* | | | | | S3: permit uploading files larger than 5 GBGeorge Claghorn2019-05-163-6/+69
* | | | | | Permit running jobs in system testsGeorge Claghorn2019-05-165-67/+11
* | | | | | Merge pull request #36286 from vishaltelangre/dummy-erb-compiler-fixEileen M. Uchitelle2019-05-162-8/+19
|\ \ \ \ \ \
| * | | | | | Fix: DummyCompiler embeds invalid YAML contentVishal Telangre2019-05-152-8/+19
* | | | | | | Remove outdated cross-origin redirection testsGeorge Claghorn2019-05-152-55/+0
* | | | | | | Inline anemic methodsGeorge Claghorn2019-05-151-10/+4
|/ / / / / /
* | | | | | Merge pull request #36284 from kamipo/fix_eager_loading_with_string_joinsRyuta Kamizono2019-05-153-2/+23
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Fix eager loading associations with string joins not to raise NoMethodErrorRyuta Kamizono2019-05-153-2/+23
* | | | | | edit tweaks to recent patch in configuring guide [ci skip]Xavier Noria2019-05-141-1/+2
* | | | | | Merge pull request #36200 from soartec-lab/update_guide_configuring_add_autol...Xavier Noria2019-05-141-0/+6
|\ \ \ \ \ \
| * | | | | | Added guide for `config.autoloader` [skip ci]soartec-lab2019-05-071-0/+6
* | | | | | | shortens a comment [ci skip]Xavier Noria2019-05-141-1/+1
* | | | | | | Merge pull request #36237 from eileencodes/fix-erb-in-database-yaml-againEileen M. Uchitelle2019-05-142-1/+22
|\ \ \ \ \ \ \
| * | | | | | | Fix database loading when ERB is single line ternaryeileencodes2019-05-102-1/+22
* | | | | | | | Merge pull request #36127 from st0012/fix_non_num_keysGannon McGibbon2019-05-133-9/+47
|\ \ \ \ \ \ \ \
| * | | | | | | | fixed usage of Parameters when a non-numeric key existsL.Fexon2019-05-133-9/+47
* | | | | | | | | Add ActionDispatch::SystemTestCase#fill_in_rich_text_areaGeorge Claghorn2019-05-1312-1161/+976
* | | | | | | | | Merge pull request #36092 from imechemi/update-docGannon McGibbon2019-05-131-0/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Improve doc for :root option in as_json() [ci skip]Tenzin Chemi2019-05-131-0/+7
* | | | | | | | | | Merge pull request #36271 from kamipo/dont_track_implicit_touch_mutationRyuta Kamizono2019-05-133-6/+22
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Don't track implicit `touch` mutationRyuta Kamizono2019-05-133-6/+22
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #36269 from vishaltelangre/fix-ar-config-defaultRyuta Kamizono2019-05-131-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | [skip ci] The default value of config.active_record.collection_cache_versioni...Vishal Telangre2019-05-131-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #36260 from vishaltelangre/active_record-collection_cache_...Eileen M. Uchitelle2019-05-131-0/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | [skip ci] Add missing info about 'active_record.collection_cache_versioning' ...Vishal Telangre2019-05-121-0/+6
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #36265 from vishaltelangre/patch-13Xavier Noria2019-05-131-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | [skip ci] Fix missing punctuation mark and formattingVishal Telangre2019-05-131-1/+1
|/ / / / / / / / / /