aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge pull request #31641 from ckoenig/remove_frozen_string_literalYuji Yaginuma2018-01-201-4/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Work on a dup'ed options hashChristof Koenig2018-01-091-4/+6
* | | | | | | | | | More exercise `ActiveModel::Dirty` testsRyuta Kamizono2018-01-201-3/+24
* | | | | | | | | | Merge pull request #31749 from jameslovejoy/fix-documentationRyuta Kamizono2018-01-202-7/+7
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix typos. Improve text_helper documentation.James Lovejoy2018-01-192-7/+7
|/ / / / / / / / / /
* | | | | | | | | | Use helper methodGeorge Claghorn2018-01-191-1/+2
* | | | | | | | | | Preserve display aspect ratio for videos with rectangular samplesGeorge Claghorn2018-01-194-19/+62
* | | | | | | | | | Merge pull request #31732 from koic/enable_autocorrect_for_lint_end_alignment...Matthew Draper2018-01-1913-15/+19
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Enable autocorrect for `Lint/EndAlignment` copKoichi ITO2018-01-1813-15/+19
* | | | | | | | | | | Remove unused `connection` argument from `MigrationContext#current_version`Ryuta Kamizono2018-01-191-3/+3
* | | | | | | | | | | Remove unused `migration_context` in `DatabaseTasks`Ryuta Kamizono2018-01-191-4/+0
* | | | | | | | | | | Restore `test_migrations_status_with_schema_define_in_subdirectories`Ryuta Kamizono2018-01-191-7/+11
* | | | | | | | | | | Merge pull request #31738 from tcopeland/doc_typoRyuta Kamizono2018-01-191-4/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix minor typo [ci skip]Tom Copeland2018-01-181-4/+4
* | | | | | | | | | | | Update Gemfile.lock to reflect websocket-driver 0.7.0yuuji.yaginuma2018-01-191-1/+1
|/ / / / / / / / / / /
* | | / / / / / / / / Testing actioncable against websocket-driver 0.7.0 (#30711)Jared Beck2018-01-181-1/+1
| |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #31663 from Edouard-chin/remove-without-sql-modeRafael França2018-01-181-0/+22
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Added a test around `NO_AUTO_VALUE_ON_ZERO`:Edouard CHIN2018-01-171-0/+22
* | | | | | | | | | | Add locale selector to email preview (#31596)Hitoshi Nakashima2018-01-183-18/+97
* | | | | | | | | | | Support hash as first argument in `assert_difference`. (#31600)Julien Meichelbeck2018-01-183-7/+57
* | | | | | | | | | | Merge pull request #31424 from sobrinho/sobrinho/connection-pool-memcacheRafael Mendonça França2018-01-184-11/+101
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Support for connection pooling on mem cache storeGabriel Sobrinho2018-01-184-11/+101
* | | | | | | | | | | | Merge pull request #31577 from prathamesh-sonpatki/upgrade-guide-bootsnapEileen M. Uchitelle2018-01-181-0/+11
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Added a note about bootsnap in the Rails 5.2 upgrade guide [ci skip]Prathamesh Sonpatki2017-12-271-0/+11
* | | | | | | | | | | | Merge pull request #31730 from bogdanvlviv/allow_false_for-config-generators-...Eileen M. Uchitelle2018-01-182-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Allow `false` for `config.generators.system_tests=`bogdanvlviv2018-01-182-1/+2
* | | | | | | | | | | | | Add test to properly test down with a blockeileencodes2018-01-181-0/+8
* | | | | | | | | | | | | Use selected_migrations if block_given?oz2018-01-181-1/+1
* | | | | | | | | | | | | Fix ActionView UJS buildeileencodes2018-01-181-0/+1
* | | | | | | | | | | | | Revert "Merge pull request #31434 from olivierlacan/boot-feedback"Matthew Draper2018-01-192-8/+0
* | | | | | | | | | | | | Merge pull request #31727 from eileencodes/refactor-migration-classes-to-allo...Eileen M. Uchitelle2018-01-1819-308/+417
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Refactor migration to move migrations paths to connectioneileencodes2018-01-1819-308/+417
* | | | | | | | | | | | | Merge pull request #31713 from aellispierce/refactor-browser-optionsEileen M. Uchitelle2018-01-174-29/+57
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Move browser checking to its own classAshley Ellis Pierce2018-01-154-29/+57
* | | | | | | | | | | | | Merge pull request #31717 from rails/redis-cache-store-encodingGeorge Claghorn2018-01-173-1/+27
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Convert keys to binary in the Redis cache storeGeorge Claghorn2018-01-171-1/+1
| * | | | | | | | | | | | Test against the pure-Ruby Redis driverGeorge Claghorn2018-01-172-0/+26
* | | | | | | | | | | | | Merge pull request #31726 from bogdanvlviv/update-layouts_and_rendering-guideEileen M. Uchitelle2018-01-171-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Update "Layouts and Rendering in Rails" guide [ci skip]bogdanvlviv2018-01-171-1/+1
|/ / / / / / / / / / / / /
* / / / / / / / / / / / / Provide a sensible default hostGeorge Claghorn2018-01-168-13/+15
|/ / / / / / / / / / / /
* | | | | | | | | | | | Fix constant referenceGeorge Claghorn2018-01-162-3/+2
* | | | | | | | | | | | Extract content types from blob dataGeorge Claghorn2018-01-1520-32/+151
* | | | | | | | | | | | Merge pull request #27860 from meinac/fix_left_joins_behaviour_with_mergeRyuta Kamizono2018-01-164-1/+37
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix relation merger issue with `left_outer_joins`Mehmet Emin INAC2018-01-154-1/+37
|/ / / / / / / / / / / /
* | | | | | | | | | | | Don't allow destroyed object mutation after `save` or `save!` is calledRyuta Kamizono2018-01-153-2/+29
* | | | | | | | | | | | `create_database` should not add default charset when `collation` is givenRyuta Kamizono2018-01-152-2/+2
* | | | | | | | | | | | Merge pull request #28313 from sandrew/masterRyuta Kamizono2018-01-152-2/+15
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Allow unscoping of left_outer_joinsAndrei Shaidurov2017-03-061-1/+1
* | | | | | | | | | | | | Merge pull request #31706 from mrhead/fix-test-case-nameRyuta Kamizono2018-01-141-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Change test case name to FormatValidationTestPatrik Bóna2018-01-141-1/+1
|/ / / / / / / / / / / / /