aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Fix run_via[]= backwards compatibility.Kasper Timm Hansen2017-02-212-1/+13
* Merge pull request #28055 from robertomiranda/patch-3Guillermo Iguaran2017-02-212-2/+2
|\
| * Use Puma 3.7.xRoberto Miranda2017-02-202-2/+2
* | Merge pull request #26703 from eileencodes/rails_system_testsEileen M. Uchitelle2017-02-2019-1/+134
|\ \
| * | Rename system_test_helper -> application_system_test_caseeileencodes2017-02-206-4/+4
| * | Fix default host in setup, move teardown to helper fileeileencodes2017-02-203-15/+0
| * | Add default configuration to generated system test helpereileencodes2017-02-203-0/+6
| * | Move and rename system testseileencodes2017-02-208-11/+12
| * | Refactor config settings to use generated fileeileencodes2017-02-2011-19/+39
| * | Don't load ActionSystemTest in productioneileencodes2017-02-202-1/+12
| * | Turn system testing into it's own gem and renameeileencodes2017-02-208-8/+7
| * | Appease Rubocopeileencodes2017-02-202-2/+2
| * | Add tests for system testingeileencodes2017-02-203-1/+37
| * | Add configuration option for driver adaptereileencodes2017-02-201-0/+1
| * | Add skeleton for Rails::SystemTestCaseeileencodes2017-02-201-0/+8
| * | Add generators and ability to run system testseileencodes2017-02-2014-0/+66
* | | Merge pull request #27941 from y-yagi/prevent_multiple_values_being_set_to_ru...Kasper Timm Hansen2017-02-203-7/+31
|\ \ \ | |/ / |/| |
| * | Prevent multiple values being set to `run_via`yuuji.yaginuma2017-02-183-7/+31
* | | Merge pull request #27863 from robin850/api-improvementsMatthew Draper2017-02-213-16/+47
|\ \ \
| * | | Properly nest core classes under a "Core Extensions" labelRobin Dupret2017-02-202-9/+33
| * | | Avoid documenting private or external classesRobin Dupret2017-02-072-7/+14
* | | | Merge pull request #28059 from y-yagi/do_not_run_git_init_inside_test_dummyGuillermo Iguaran2017-02-202-1/+2
|\ \ \ \
| * | | | Do not run `git init` in dummy applicationyuuji.yaginuma2017-02-182-1/+2
| | |_|/ | |/| |
* | | | Merge pull request #28013 from iguchi1124/fix-missing-namespace-wrapperGodfrey Chan2017-02-192-2/+8
|\ \ \ \
| * | | | Add test for generate namespaced integration testShota Iguchi2017-02-161-2/+6
| * | | | Add missing module namespacing wrapperShota Iguchi2017-02-151-0/+2
| |/ / /
* / / / Share the common implementation between apps and engines.Kasper Timm Hansen2017-02-181-12/+7
|/ / /
* | | Merge pull request #27605 from mtsmfm/fix-generator-command-for-nested-rails-...Godfrey Chan2017-02-143-3/+27
|\ \ \
| * | | Fix generator command for nested (namespaced) rails engine (take 2)Fumiaki MATSUSHIMA2017-01-073-3/+27
* | | | Remove unused requireRyuta Kamizono2017-02-122-2/+0
* | | | Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp...Ryuta Kamizono2017-02-121-1/+0
* | | | Fix rubocop violationsRafael Mendonça França2017-02-091-1/+1
* | | | remove `ActiveSupport.halt_callback_chains_on_return_false` from everywhereyuuji.yaginuma2017-02-082-4/+0
| |_|/ |/| |
* | | Correct spellingBenjamin Fleischer2017-02-051-2/+2
* | | Merge pull request #27802 from domcleal/27801-multiple-rake-testsKasper Timm Hansen2017-02-053-7/+28
|\ \ \
| * | | Collect all file patterns when running multiple rake test tasksDominic Cleal2017-02-043-7/+28
* | | | Merge pull request #27891 from y-yagi/ignore_yarn_error_logEileen M. Uchitelle2017-02-032-0/+6
|\ \ \ \
| * | | | Ignore yarn error log fileyuuji.yaginuma2017-02-032-0/+6
| |/ / /
* / / / generate mailer layout files only when it does not existyuuji.yaginuma2017-02-021-1/+1
|/ / /
* | | Don't mutate raw_source in mailer preview interceptorEugene Kenny2017-01-301-0/+34
* | | Merge pull request #27842 from richseviora/masterRafael França2017-01-311-0/+10
|\ \ \
| * | | Added warning for reserved YAML keywords.Rich Seviora2017-01-301-0/+10
| | |/ | |/|
* | | Merge pull request #27647 from Shopify/fully-eagerload-journeyRafael França2017-01-302-1/+17
|\ \ \
| * | | Fully initialize routes before the first request is handledJean Boussier2017-01-182-1/+17
* | | | Merge pull request #27797 from y-yagi/correctly_check_error_messageArthur Nogueira Neves2017-01-301-2/+4
|\ \ \ \
| * | | | correctly check error messageyuuji.yaginuma2017-01-251-2/+4
* | | | | Merge pull request #27784 from y-yagi/add_warnings_option_to_test_runnerRafael França2017-01-304-0/+31
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | add warnings option to test runneryuuji.yaginuma2017-01-244-0/+31
* | | | | Modernize SQL Server database YAML for Linux/vNext.Ken Collins2017-01-271-21/+4
* | | | | remove warning from `bin/setup` testyuuji.yaginuma2017-01-261-1/+1