aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #28150 from y-yagi/do_not_display_hidden_namespaces_in_gen...Rafael França2017-02-242-0/+10
|\
| * does not show hidden namespaces in generator's helpyuuji.yaginuma2017-02-242-0/+10
* | Merge pull request #28062 from y-yagi/make_adding_gemfile_entry_work_even_if_...Rafael França2017-02-242-1/+16
|\ \ | |/ |/|
| * Make adding gemfile entry work even if specify only the plugin nameyuuji.yaginuma2017-02-242-1/+16
* | Make help short-cut alias to workyuuji.yaginuma2017-02-242-1/+24
* | Make version short-cut alias to workyuuji.yaginuma2017-02-242-1/+25
* | Preparing for 5.1.0.beta1 releaseRafael Mendonça França2017-02-232-1/+3
* | Fix Rakefile loading generator relativelyRafael Mendonça França2017-02-231-1/+1
* | Use double quotes in the generated plugin test script.Kasper Timm Hansen2017-02-231-3/+3
* | Merge pull request #28105 from y-yagi/add_wrapper_for_plugins_test_runnerKasper Timm Hansen2017-02-232-7/+8
|\ \
| * | Add wrapper for plugin's test runneryuuji.yaginuma2017-02-222-7/+8
* | | Yank the intricate immediately-exiting editor recognition.Kasper Timm Hansen2017-02-231-16/+2
* | | Add back tests for test:units and test:functionals.Kasper Timm Hansen2017-02-231-12/+16
* | | Fix test:units not hitting rake task.Kasper Timm Hansen2017-02-231-1/+2
* | | Revert "Revert "Add encrypted secrets""Kasper Timm Hansen2017-02-2317-27/+482
* | | Revert "Add encrypted secrets" (#28127)David Heinemeier Hansson2017-02-2317-482/+27
* | | Add encrypted secrets (#28038)Kasper Timm Hansen2017-02-2317-27/+482
* | | Merge pull request #27572 from matthewd/prerelease-specifierMatthew Draper2017-02-232-10/+9
|\ \ \ | |/ / |/| |
| * | Simplify the version specifier generated by prereleasesMatthew Draper2017-01-052-10/+9
* | | Merge pull request #23138 from rails/custom-url-helpers-and-polymorphic-urlsAndrew White2017-02-211-2/+185
|\ \ \
| * | | Split direct method into twoAndrew White2017-02-211-4/+4
| * | | Prefer remove_method over undef_methodAndrew White2017-02-211-0/+58
| * | | Add custom polymorphic mappingAndrew White2017-02-211-4/+98
| * | | Rename url_helper to directAndrew White2017-02-211-4/+4
| * | | Add support for defining custom url helpers in routes.rbAndrew White2017-02-211-2/+33
* | | | Use released arelRafael Mendonça França2017-02-211-1/+0
* | | | Revert back to the original of using package.json in the root of the project ...David Heinemeier Hansson2017-02-217-13/+13
* | | | Only load SystemTestCase if Capybara is definedeileencodes2017-02-211-5/+10
|/ / /
* | | Merge pull request #28088 from y-yagi/do_not_generate_templates_to_api_docGuillermo Iguaran2017-02-211-1/+1
|\ \ \
| * | | Do not display template files on API doc [ci skip]yuuji.yaginuma2017-02-211-1/+1
* | | | 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