aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Verify credentials format before savingyuuji.yaginuma2017-11-132-1/+15
* 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
* | Merge pull request #30750 from k2nr/fix-active-jobRyuta Kamizono2017-10-133-3/+3
|\ \ | |/ |/|
| * Test exception message to ensure an exception instance is yieldedKazunori Kajihiro2017-10-132-2/+2
| * Yield with an error instance instead of error classKazunori Kajihiro2017-09-291-1/+1
* | Accept variation keys in #preview and #variantGeorge Claghorn2017-10-122-7/+12
* | Introduce ActiveStorage::Blob#representationGeorge Claghorn2017-10-124-0/+73
* | Merge pull request #30867 from aditya-kapoor/guide-select_all-fixRyuta Kamizono2017-10-121-2/+2
|\ \
| * | fix the description for the `select_all` [ci skip]Aditya Kapoor2017-10-121-2/+2
* | | Merge pull request #30864 from willnet/enable-link-in-rdocRyuta Kamizono2017-10-121-12/+12
|\ \ \
| * | | [ci skip]Enable link to ActionDispatch::Integration::Session#process in rdocwillnet2017-10-121-12/+12
| |/ /
* | | Merge pull request #30863 from y-yagi/fix_warning_unused_variableRyuta Kamizono2017-10-121-2/+1
|\ \ \ | |/ / |/| |
| * | Fix "warning: assigned but unused variable - message"yuuji.yaginuma2017-10-121-2/+1
|/ /
* | Merge pull request #30855 from boone/fix_typosRafael França2017-10-104-6/+6
|\ \
| * | Fix some typos.Mike Boone2017-10-104-6/+6
|/ /
* | Merge pull request #30850 from timsly/safe-redirect-backRafael França2017-10-102-7/+37
|\ \
| * | Add allow_other_host option to redirect_back methodTim Masliuchenko2017-10-102-7/+37
* | | Fix documentation [ci skip]Rafael Mendonça França2017-10-101-1/+1
* | | Merge pull request #30847 from mikeycgto/signed-cookie-rotation-updatesRafael França2017-10-102-2/+22
|\ \ \ | |/ / |/| |
| * | Update security guide for signed cookie rotationsMichael Coyne2017-10-092-2/+22
|/ /
* | Merge pull request #30595 from bogdanvlviv/use-railties-rails-commandMatthew Draper2017-10-106-249/+207
|\ \
| * | Improve RakeTest#test_db_test_prepare_when_using_sql_formatbogdanvlviv2017-10-081-3/+1
| * | Invoke rails command inside the railties' test app with TestHelpers::Generati...bogdanvlviv2017-10-083-16/+12
| * | Remove redundant execution of `Dir.chdir(app_path) { }` in railties' testsbogdanvlviv2017-10-084-230/+194
* | | Merge pull request #30836 from shioyama/generated_attribute_methods_include_m...Matthew Draper2017-10-102-2/+9
|\ \ \
| * | | Add test for class of GeneratedAttributeMethods instance in ancestorsChris Salzberg2017-10-091-0/+5
| * | | Include Mutex_m into module class instead of extending instanceChris Salzberg2017-10-081-2/+4
* | | | Merge pull request #30832 from y-yagi/simplify_console_testRyuta Kamizono2017-10-101-16/+3
|\ \ \ \
| * | | | Simplify parse arguments in `ConsoleTest`yuuji.yaginuma2017-10-081-16/+3
* | | | | Merge pull request #30798 from bogdanvlviv/express-change_column_comment-as-p...Sean Griffin2017-10-091-1/+1
|\ \ \ \ \
| * | | | | Express #change_column_comment as public apibogdanvlviv2017-10-041-1/+1