aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators
Commit message (Expand)AuthorAgeFilesLines
* 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
* Show object ids in scaffold pages when displaying referenced objectsRasesh Patel2018-10-142-2/+2
* Use `--skip-webpack-install` by defaultyuuji.yaginuma2018-10-091-1/+1
* Avoid `webpacker:install` if unnecessaryyuuji.yaginuma2018-10-091-0/+1
* Add `skip-webpack-install` optionyuuji.yaginuma2018-10-092-1/+8
* Merge pull request #34084 from trustvox/masterRafael França2018-10-052-4/+2
|\
| * Remove "include FileUtils" sentence in setup/update bin filesBruno Casali2018-09-172-4/+2
* | Add retry_on/discard suggestions for common cases.Francesco Rodríguez2018-10-051-0/+5
* | Make Webpacker the default JavaScript compiler for Rails 6 (#33079)David Heinemeier Hansson2018-09-3017-126/+62
* | Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
|/
* Remove mysql2 gem version requirement "< 0.6.0"Yasuo Honda2018-09-141-1/+1
* Bump MySQL version requirement to 5.5.8 in the template filesYasuo Honda2018-09-132-2/+2
* Validate if `utf8mb4` character set and longer index key prefix is supportedYasuo Honda2018-09-131-1/+0
* use "minitest" consistentlyXavier Noria2018-09-111-2/+1
* Use utf8mb4 character set by default for MySQL database (#33608)Yasuo Honda2018-09-111-1/+1
* Use canonical name for block localyuuji.yaginuma2018-09-071-12/+12
* Generate a gem that can't be pushed to Rubygems.org by defaultRafael Mendonça França2018-09-061-0/+9
* Merge pull request #33773 from mcnelson/null_cache_store_for_test_envGeorge Claghorn2018-09-021-0/+1
|\
| * Set cache store as null_store for test environmentMichael Nelson2018-08-021-0/+1
* | Merge pull request #33743 from steakknife/steakknife/improve-template-generat...Rafael França2018-08-311-15/+41
|\ \
| * | add github to template actions, light DSL refactorBarry Allard2018-08-301-15/+41
* | | Emit warning for unknown inflection rule when generating model.Yoshiyuki Kinjo2018-08-311-1/+8
|/ /
* | Generate the same value as a label of view in system test templateyuuji.yaginuma2018-08-291-2/+2
* | Set the test adapter for the test environment by default in `config/cable.yml`bogdanvlviv2018-08-231-1/+1
* | Purpose Metadata For Signed And Encrypted CookiesAssain2018-08-121-0/+7
* | Merge pull request #33587 from bogdanvlviv/follow-up-33202Kasper Timm Hansen2018-08-111-3/+2
|\ \
| * | `bundle binstubs bundler` should be executed after `bundle install`bogdanvlviv2018-08-111-3/+2
* | | Make active job name prefix static since Rails.env will always be the sameVinicius Stock2018-08-111-1/+1
|/ /
* | Merge pull request #33202 from deivid-rodriguez/bundler_binstubsEileen M. Uchitelle2018-08-113-2/+8
|\ \ | |/ |/|
| * Generate bundler-compatible bundler binstubDavid Rodríguez2018-06-233-2/+8