aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators
Commit message (Expand)AuthorAgeFilesLines
* Add `app:update` task to enginesyuuji.yaginuma2017-03-201-1/+1
* Track the version-compatible config settings inside railtiesMatthew Draper2017-03-184-37/+24
* Bump Capybara and include Minitest::Assertionseileencodes2017-03-171-1/+1
* Merge pull request #28257 from yahonda/app_generators_use_oracle_enhancedAndrew White2017-03-062-5/+6
|\
| * Update `database.yml` when `rails new <new_app> -d oracle` specifiedYasuo Honda2017-03-022-5/+6
* | A private method can't be called with `self.`Akira Matsuda2017-03-041-2/+2
|/
* Skip turbolinks for engine test applicationViktor Fonic2017-02-281-0/+1
* Use released webpacker in new applicationsyuuji.yaginuma2017-02-281-1/+1
* Imporove docs for Rails::AppGenerator [ci skip]dixpac2017-02-251-0/+8
* Merge pull request #28062 from y-yagi/make_adding_gemfile_entry_work_even_if_...Rafael França2017-02-241-1/+1
|\
| * Make adding gemfile entry work even if specify only the plugin nameyuuji.yaginuma2017-02-241-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-231-7/+1
|\ \
| * | Add wrapper for plugin's test runneryuuji.yaginuma2017-02-221-7/+1
* | | Revert "Revert "Add encrypted secrets""Kasper Timm Hansen2017-02-234-2/+78
* | | Revert "Add encrypted secrets" (#28127)David Heinemeier Hansson2017-02-234-78/+2
* | | Add encrypted secrets (#28038)Kasper Timm Hansen2017-02-234-2/+78
* | | Merge pull request #27572 from matthewd/prerelease-specifierMatthew Draper2017-02-231-6/+5
|\ \ \ | |/ / |/| |
| * | Simplify the version specifier generated by prereleasesMatthew Draper2017-01-051-6/+5
* | | 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-214-6/+6
* | | Merge pull request #28055 from robertomiranda/patch-3Guillermo Iguaran2017-02-211-1/+1
|\ \ \
| * | | Use Puma 3.7.xRoberto Miranda2017-02-201-1/+1
| | |/ | |/|
* | | Merge pull request #26703 from eileencodes/rails_system_testsEileen M. Uchitelle2017-02-2011-0/+80
|\ \ \
| * | | 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-204-6/+8
| * | | Refactor config settings to use generated fileeileencodes2017-02-208-4/+36
| * | | Turn system testing into it's own gem and renameeileencodes2017-02-203-3/+1
| * | | Appease Rubocopeileencodes2017-02-201-1/+1
| * | | Add generators and ability to run system testseileencodes2017-02-2010-0/+57
* | | | Merge pull request #27941 from y-yagi/prevent_multiple_values_being_set_to_ru...Kasper Timm Hansen2017-02-201-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Prevent multiple values being set to `run_via`yuuji.yaginuma2017-02-181-1/+1
* | | | Merge pull request #28059 from y-yagi/do_not_run_git_init_inside_test_dummyGuillermo Iguaran2017-02-201-1/+1
|\ \ \ \
| * | | | Do not run `git init` in dummy applicationyuuji.yaginuma2017-02-181-1/+1
| | |/ / | |/| |
* / | | Add missing module namespacing wrapperShota Iguchi2017-02-151-0/+2
|/ / /
* | | Merge pull request #27605 from mtsmfm/fix-generator-command-for-nested-rails-...Godfrey Chan2017-02-142-3/+7
|\ \ \
| * | | Fix generator command for nested (namespaced) rails engine (take 2)Fumiaki MATSUSHIMA2017-01-072-3/+7
* | | | remove `ActiveSupport.halt_callback_chains_on_return_false` from everywhereyuuji.yaginuma2017-02-081-3/+0
| |/ / |/| |
* | | Merge pull request #27891 from y-yagi/ignore_yarn_error_logEileen M. Uchitelle2017-02-031-0/+1
|\ \ \
| * | | Ignore yarn error log fileyuuji.yaginuma2017-02-031-0/+1
* | | | generate mailer layout files only when it does not existyuuji.yaginuma2017-02-021-1/+1
|/ / /
* | | Added warning for reserved YAML keywords.Rich Seviora2017-01-301-0/+10
* | | Modernize SQL Server database YAML for Linux/vNext.Ken Collins2017-01-271-21/+4
* | | s/an/a/Akira Matsuda2017-01-261-1/+1
* | | Merge pull request #27772 from y-yagi/remove_unreachable_codeSantiago Pastorino2017-01-242-8/+0
|\ \ \
| * | | remove unreachable codeyuuji.yaginuma2017-01-232-8/+0
* | | | do not run `git init` when specify the `pretend` optionyuuji.yaginuma2017-01-231-1/+1
|/ / /
* | | Merge pull request #27632 from dixpac/repo_initializeRafael Mendonça França2017-01-181-0/+7
|\ \ \