aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators
Commit message (Expand)AuthorAgeFilesLines
* Move all npm packages to @rails scopeJavan Makhmali2019-01-103-7/+7
* Merge pull request #34692 from gmcgibbon/use_mail_delivery_job_in_6.0_defaultsRafael França2019-01-091-0/+9
|\
| * Move MailDeliveryJob default to 6.0 defaultsGannon McGibbon2019-01-071-0/+9
* | Enable `Lint/UselessAssignment` cop to avoid unused variable warnings (#34904)Ryuta Kamizono2019-01-091-3/+3
* | Preserve Bundle configuration during app generation (#34755)Marco Costa2019-01-091-9/+11
* | Revert "Revert "Merge pull request #34387 from yhirano55/rails_info_propertie...Kasper Timm Hansen2019-01-081-0/+4
* | Revert "Merge pull request #34387 from yhirano55/rails_info_properties_json"Kasper Timm Hansen2019-01-081-4/+0
* | Merge pull request #34132 from ConfusedVorlon/enable_fragment_cache_log_in_devRafael França2019-01-081-0/+1
|\ \ | |/ |/|
| * enable_fragment_cache_loggingRob Jonson2018-10-091-0/+1
* | Revert "Remove node_modules path from assets load paths since we use webpack ...bogdanvlviv2019-01-061-0/+4
* | Add `--skip-action-text` option to `rails new`bogdanvlviv2019-01-052-1/+10
* | Fix `new_framework_defaults_6_0.rb` filebogdanvlviv2019-01-041-1/+1
* | Send Active Storage jobs to dedicated queues by defaultGeorge Claghorn2019-01-041-2/+6
* | Merge pull request #34816 from bogdanvlviv/add-skip-action-mailbox-option-to-...Rafael Mendonça França2019-01-031-1/+4
|\ \
| * | Add `--skip-action-mailbox` option to `rails new`bogdanvlviv2018-12-281-1/+4
* | | Capistrano is no longer a dominant force in the deployment strategy for new appsDavid Heinemeier Hansson2019-01-031-3/+0
* | | Don't load Action Mailbox when Active Storage is skippedGeorge Claghorn2018-12-291-1/+1
|/ /
* | Don't load Action Mailbox when Active Record is skippedGeorge Claghorn2018-12-282-2/+7
* | Load Action Mailbox when other components are skippedGeorge Claghorn2018-12-281-0/+1
* | Add option to set parallel test worker count to the physical core count of th...Bogdan2018-12-181-2/+2
* | Do not show post install message on rails newRafael Mendonça França2018-12-131-4/+4
* | Fix warning: shadowing outer local variable - attributeRyuta Kamizono2018-12-131-1/+1
* | Merge pull request #34691 from gmcgibbon/rm_helper_generator_suffixRyuta Kamizono2018-12-131-0/+5
|\ \
| * | Remove redundant suffixes on generated helpers.Gannon McGibbon2018-12-121-0/+5
* | | Remove redundant suffixes on generated integration tests.Gannon McGibbon2018-12-121-0/+6
|/ /
* | Fix boolean interaction in scaffold system testsGannon McGibbon2018-12-122-0/+13
* | Remove redundant suffixes on generated system tests.Gannon McGibbon2018-12-111-0/+5
* | Upgrade Rubocop to 0.61.1 and fix offensesVinicius Stock2018-12-101-16/+16
* | Abort early if generator command fails (#34420)David Rodríguez2018-12-071-1/+4
* | Merge pull request #33992 from kirs/enqueue-return-falseRafael França2018-12-051-0/+3
|\ \
| * | Make AJ::Base#enqueue return false if the job wasn't enqueuedKir Shatrov2018-10-281-0/+3
* | | Bump the minimum version of PostgreSQL to 9.3Yasuo Honda2018-11-252-2/+2
* | | Merge pull request #34410 from gmcgibbon/test_support_windowsEileen M. Uchitelle2018-11-191-1/+1
|\ \ \
| * | | Windows support for parallelization and instrumenterGannon McGibbon2018-11-081-1/+1
* | | | Fix a method call in bin/setup fileNihad Abbasov2018-11-151-1/+1
* | | | add a nice alias for the --webpack optionAlessandro Rodi2018-11-131-2/+2
|/ / /
* | | Add `connect_src` example to content security policy initializeryuuji.yaginuma2018-11-041-0/+4
* | | Keep new line after the last dependencyyuuji.yaginuma2018-11-041-1/+1
* | | Restore `encoding: utf8mb4` in database.ymlYasuo Honda2018-10-301-0/+1
|/ /
* | Merge pull request #34275 from bogdanvlviv/skip_yarn-to-skip_javascriptRafael França2018-10-237-18/+11
|\ \
| * | Remove node_modules path from assets load paths since we use webpack by defaultbogdanvlviv2018-10-221-4/+0
| * | Remove `--skip-yarn` in favor of `--skip-javascript`bogdanvlviv2018-10-227-15/+12
* | | Add missing dot in comment in .gitignore templateJochem Schulenklopper2018-10-221-1/+1
|/ /
* | Merge pull request #34279 from bogdanvlviv/remove-extra-remove_file-skip_acti...Ryuta Kamizono2018-10-221-1/+0
|\ \
| * | Remove extra call `remove_file` on `rails new` with `--skip_action_cable`bogdanvlviv2018-10-221-1/+0
* | | Merge pull request #34274 from bogdanvlviv/remove-yarn-files-from-gitignore-t...Ryuta Kamizono2018-10-221-6/+1
|\ \ \ | |/ / |/| |
| * | Remove yarn's files from `.gitignore` template for new rails appbogdanvlviv2018-10-211-6/+1
* | | Remove `:javascript` from `Rails::PluginBuilder::PASSTHROUGH_OPTIONS`bogdanvlviv2018-10-221-1/+1
|/ /
* | Remove unnecessary escape characterFrancesco Rodríguez2018-10-191-2/+2
* | Fix generated Gemfile missing gems on jrubyDavid Rodríguez2018-10-171-1/+1