Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | `HOST` must be all capital letters | yuuji.yaginuma | 2017-03-01 | 1 | -1/+1 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #28120 from vfonic/plugin-generator-skip-turbolinks-dummy | Rafael França | 2017-02-28 | 1 | -0/+1 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Skip turbolinks for engine test application | Viktor Fonic | 2017-02-28 | 1 | -0/+1 | |
* | | | | | | Fix http -> https [ci skip] | kenta-s | 2017-02-28 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Use released webpacker in new applications | yuuji.yaginuma | 2017-02-28 | 1 | -1/+1 | |
* | | | | | Merge pull request #28196 from y-yagi/set_correct_host_except_development_env... | Andrew White | 2017-02-27 | 2 | -3/+25 | |
|\ \ \ \ \ | ||||||
| * | | | | | Set correct host except development environment | yuuji.yaginuma | 2017-02-27 | 2 | -3/+25 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #28160 from y-yagi/only_load_systemtestcase_if_puma_is_def... | Eileen M. Uchitelle | 2017-02-27 | 1 | -2/+2 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Only load SystemTestCase if Puma is defined | yuuji.yaginuma | 2017-02-27 | 1 | -2/+2 | |
* | | | | | Imporove docs for Rails::AppGenerator [ci skip] | dixpac | 2017-02-25 | 1 | -0/+8 | |
* | | | | | Merge pull request #28137 from schneems/schneems/fix-default-puma-port | Richard Schneeman | 2017-02-24 | 2 | -11/+52 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | [close #24435] Send user_supplied_options to server | schneems | 2017-02-24 | 2 | -11/+52 | |
* | | | | | Merge pull request #28150 from y-yagi/do_not_display_hidden_namespaces_in_gen... | Rafael França | 2017-02-24 | 2 | -0/+10 | |
|\ \ \ \ \ | ||||||
| * | | | | | does not show hidden namespaces in generator's help | yuuji.yaginuma | 2017-02-24 | 2 | -0/+10 | |
* | | | | | | Merge pull request #28062 from y-yagi/make_adding_gemfile_entry_work_even_if_... | Rafael França | 2017-02-24 | 2 | -1/+16 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Make adding gemfile entry work even if specify only the plugin name | yuuji.yaginuma | 2017-02-24 | 2 | -1/+16 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Make help short-cut alias to work | yuuji.yaginuma | 2017-02-24 | 2 | -1/+24 | |
* | | | | | Make version short-cut alias to work | yuuji.yaginuma | 2017-02-24 | 2 | -1/+25 | |
| |_|/ / |/| | | | ||||||
* | | | | Preparing for 5.1.0.beta1 release | Rafael Mendonça França | 2017-02-23 | 2 | -1/+3 | |
* | | | | Fix Rakefile loading generator relatively | Rafael Mendonça França | 2017-02-23 | 1 | -1/+1 | |
* | | | | Use double quotes in the generated plugin test script. | Kasper Timm Hansen | 2017-02-23 | 1 | -3/+3 | |
* | | | | Merge pull request #28105 from y-yagi/add_wrapper_for_plugins_test_runner | Kasper Timm Hansen | 2017-02-23 | 2 | -7/+8 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Add wrapper for plugin's test runner | yuuji.yaginuma | 2017-02-22 | 2 | -7/+8 | |
* | | | | Yank the intricate immediately-exiting editor recognition. | Kasper Timm Hansen | 2017-02-23 | 1 | -16/+2 | |
* | | | | Add back tests for test:units and test:functionals. | Kasper Timm Hansen | 2017-02-23 | 1 | -12/+16 | |
* | | | | Fix test:units not hitting rake task. | Kasper Timm Hansen | 2017-02-23 | 1 | -1/+2 | |
* | | | | Revert "Revert "Add encrypted secrets"" | Kasper Timm Hansen | 2017-02-23 | 17 | -27/+482 | |
* | | | | Revert "Add encrypted secrets" (#28127) | David Heinemeier Hansson | 2017-02-23 | 17 | -482/+27 | |
* | | | | Add encrypted secrets (#28038) | Kasper Timm Hansen | 2017-02-23 | 17 | -27/+482 | |
* | | | | Merge pull request #27572 from matthewd/prerelease-specifier | Matthew Draper | 2017-02-23 | 2 | -10/+9 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Simplify the version specifier generated by prereleases | Matthew Draper | 2017-01-05 | 2 | -10/+9 | |
* | | | | Merge pull request #23138 from rails/custom-url-helpers-and-polymorphic-urls | Andrew White | 2017-02-21 | 1 | -2/+185 | |
|\ \ \ \ | ||||||
| * | | | | Split direct method into two | Andrew White | 2017-02-21 | 1 | -4/+4 | |
| * | | | | Prefer remove_method over undef_method | Andrew White | 2017-02-21 | 1 | -0/+58 | |
| * | | | | Add custom polymorphic mapping | Andrew White | 2017-02-21 | 1 | -4/+98 | |
| * | | | | Rename url_helper to direct | Andrew White | 2017-02-21 | 1 | -4/+4 | |
| * | | | | Add support for defining custom url helpers in routes.rb | Andrew White | 2017-02-21 | 1 | -2/+33 | |
* | | | | | Use released arel | Rafael Mendonça França | 2017-02-21 | 1 | -1/+0 | |
* | | | | | Revert back to the original of using package.json in the root of the project ... | David Heinemeier Hansson | 2017-02-21 | 7 | -13/+13 | |
* | | | | | Only load SystemTestCase if Capybara is defined | eileencodes | 2017-02-21 | 1 | -5/+10 | |
|/ / / / | ||||||
* | | | | Merge pull request #28088 from y-yagi/do_not_generate_templates_to_api_doc | Guillermo Iguaran | 2017-02-21 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | Do not display template files on API doc [ci skip] | yuuji.yaginuma | 2017-02-21 | 1 | -1/+1 | |
* | | | | | Fix run_via[]= backwards compatibility. | Kasper Timm Hansen | 2017-02-21 | 2 | -1/+13 | |
* | | | | | Merge pull request #28055 from robertomiranda/patch-3 | Guillermo Iguaran | 2017-02-21 | 2 | -2/+2 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Use Puma 3.7.x | Roberto Miranda | 2017-02-20 | 2 | -2/+2 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #26703 from eileencodes/rails_system_tests | Eileen M. Uchitelle | 2017-02-20 | 19 | -1/+134 | |
|\ \ \ \ | ||||||
| * | | | | Rename system_test_helper -> application_system_test_case | eileencodes | 2017-02-20 | 6 | -4/+4 | |
| * | | | | Fix default host in setup, move teardown to helper file | eileencodes | 2017-02-20 | 3 | -15/+0 | |
| * | | | | Add default configuration to generated system test helper | eileencodes | 2017-02-20 | 3 | -0/+6 | |
| * | | | | Move and rename system tests | eileencodes | 2017-02-20 | 8 | -11/+12 |