aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Remove unused `UnknownController` classyuuji.yaginuma2017-10-181-3/+0
* | | | | | Merge pull request #30911 from y-yagi/remove_unnecessary_allow_failure_trueRyuta Kamizono2017-10-181-1/+1
|\ \ \ \ \ \
| * | | | | | Remove unnecessary `allow_failure: true` optionyuuji.yaginuma2017-10-181-1/+1
| |/ / / / /
* | | | | | Merge pull request #30910 from y-yagi/fix_typo_in_allow_failure_argumentRyuta Kamizono2017-10-181-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix typo in `allow_failure` argument [ci skip]yuuji.yaginuma2017-10-181-1/+1
|/ / / / /
* | | | | Should test `LegacyPrimaryKeyTest` to both `V5_0` and `V4_2`Ryuta Kamizono2017-10-181-15/+34
* | | | | Merge pull request #30909 from ahorek/compatibility_fixRyuta Kamizono2017-10-182-1/+4
|\ \ \ \ \
| * | | | | compatibility - use int instead of bigintpavel2017-10-182-1/+4
* | | | | | Merge pull request #30876 from y-yagi/selenium_chrome_headlessEileen M. Uchitelle2017-10-176-1/+41
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add headless chrome driver to System Testsyuuji.yaginuma2017-10-176-1/+41
* | | | | | Merge pull request #30907 from yhirano55/update_mailing_list_url_in_i18n_guideRyuta Kamizono2017-10-171-3/+3
|\ \ \ \ \ \
| * | | | | | Update mailing list URL in I18n guide [ci skip]Yoshiyuki Hirano2017-10-171-3/+3
|/ / / / / /
* | | | | | Merge pull request #30901 from aditya-kapoor/fix-range-to-sSean Griffin2017-10-162-1/+12
|\ \ \ \ \ \
| * | | | | | Fix `to_s(:db)` for range comprising of alphabets.Aditya Kapoor2017-10-162-1/+12
|/ / / / / /
* | | | | | Merge pull request #30899 from eugeneius/rm_force_reload_docsGeorge Claghorn2017-10-152-5/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Remove association(true) references from docs [ci skip]Eugene Kenny2017-10-162-5/+1
|/ / / / /
* | | | | Remove extra spaces in the args in the `time_zone_select` [ci skip]Ryuta Kamizono2017-10-161-6/+6
* | | | | Merge pull request #30862 from yhirano55/remove_needless_space_in_action_view...Eileen M. Uchitelle2017-10-151-1/+1
|\ \ \ \ \
| * | | | | Remove a needless space in Action View Guide [ci skip]Yoshiyuki Hirano2017-10-121-1/+1
| |/ / / /
* | | | | Merge pull request #30872 from yhirano55/capitalize_sprockets_in_engine_guideEileen M. Uchitelle2017-10-151-1/+1
|\ \ \ \ \
| * | | | | Capitalize "sprockets" in Engine guide [ci skip]Yoshiyuki Hirano2017-10-131-1/+1
| |/ / / /
* | | | | Add a test case that eager-loading with a polymorphic association and using `...Ryuta Kamizono2017-10-161-0/+4
* | | | | Fix longer sequence name detection for serial columns (#28339)Ryuta Kamizono2017-10-156-4/+64
* | | | | Merge pull request #30860 from olimart/patch-1Eileen M. Uchitelle2017-10-151-0/+1
|\ \ \ \ \
| * | | | | Update GemfileOlivier2017-10-111-0/+1
| |/ / / /
* | | | | MySQL: Don't lose `auto_increment: true` in the `db/schema.rb`Ryuta Kamizono2017-10-153-0/+47
* | | | | Merge pull request #30896 from y-yagi/remove_unused_before_filtersRyuta Kamizono2017-10-151-6/+0
|\ \ \ \ \
| * | | | | Remove unused `before_filters`yuuji.yaginuma2017-10-151-6/+0
* | | | | | Merge pull request #30892 from yhirano55/add_accept_charset_to_form_in_js_guideRyuta Kamizono2017-10-151-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add accept-charset to the output of form_with in JS guide [ci skip]Yoshiyuki Hirano2017-10-151-1/+1
|/ / / / /
* | | | | Fix `COUNT(DISTINCT ...)` for `GROUP BY` with `ORDER BY` and `LIMIT`Ryuta Kamizono2017-10-143-1/+11
* | | | | Show the failed queries in `test_has_one_does_not_use_order_by`Ryuta Kamizono2017-10-141-1/+2
* | | | | Merge pull request #30889 from yhirano55/add_unpermitted_parameters_hook_to_i...Ryuta Kamizono2017-10-141-0/+6
|\ \ \ \ \
| * | | | | Add unpermitted_parameters.action_controller hook to instrument guide [ci skip]Yoshiyuki Hirano2017-10-141-0/+6
* | | | | | Merge pull request #30888 from y-yagi/fix_test_name_for_daemon_optionGeorge Claghorn2017-10-131-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix test name for daemon option testyuuji.yaginuma2017-10-141-2/+2
* | | | | | Merge pull request #30877 from y-yagi/remove_jquery-railsRyuta Kamizono2017-10-142-6/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Remove unsued `jquery-rails`yuuji.yaginuma2017-10-132-6/+0
* | | | | | Merge pull request #30887 from bogdanvlviv/use-__dir__-in-activestorageRyuta Kamizono2017-10-143-5/+5
|\ \ \ \ \ \
| * | | | | | Use `require_relative` instead of `require` with full path in activestorage/bogdanvlviv2017-10-131-1/+1
| * | | | | | Define path with __dir__ in activestorage/bogdanvlviv2017-10-133-4/+4
* | | | | | | Merge pull request #30883 from PHedkvist/add_daemon_command_testRyuta Kamizono2017-10-141-0/+12
|\ \ \ \ \ \ \
| * | | | | | | Added test case for starting rails with daemon option, this should set the op...Pierre Hedkvist2017-10-131-0/+12
* | | | | | | | Merge pull request #30885 from yhirano55/add_action_cable_notifications_to_in...Ryuta Kamizono2017-10-141-0/+39
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Add Action Cable notifications to instrument guide [ci skip]Yoshiyuki Hirano2017-10-131-0/+39
|/ / / / / / /
* | | | | | | Merge pull request #30882 from yhirano55/add_mailer_notification_in_instrumen...Ryuta Kamizono2017-10-131-0/+16
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add process.action_mailer notification to Instrumentation guide [ci skip]Yoshiyuki Hirano2017-10-131-0/+16
|/ / / / / /
* / / / / / Clarify comment [ci skip]George Claghorn2017-10-131-1/+1
|/ / / / /
* | | | | Merge pull request #30874 from koic/bump_rubocop_to_0_50_0Ryuta Kamizono2017-10-132-4/+4
|\ \ \ \ \
| * | | | | Bump RuboCop 0.50.0Koichi ITO2017-10-132-4/+4