aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates
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
* | 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-051-0/+1
* | 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
* | 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 Record is skippedGeorge Claghorn2018-12-281-1/+1
* | 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
* | 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 `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-233-8/+4
|\ \
| * | 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-223-5/+5
* | | Add missing dot in comment in .gitignore templateJochem Schulenklopper2018-10-221-1/+1
|/ /
* | Remove yarn's files from `.gitignore` template for new rails appbogdanvlviv2018-10-211-6/+1
* | Remove unnecessary escape characterFrancesco Rodríguez2018-10-191-2/+2
* | Fix generated Gemfile missing gems on jrubyDavid Rodríguez2018-10-171-1/+1
|/
* 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-308-45/+40
|/
* 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 utf8mb4 character set by default for MySQL database (#33608)Yasuo Honda2018-09-111-1/+1
* 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
* | 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
* | 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-111-2/+0
|\ \ | |/ |/|
| * Generate bundler-compatible bundler binstubDavid Rodríguez2018-06-231-2/+0
* | Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com...Matthew Draper2018-07-251-3/+3
|\ \
| * | Recommend use of rails over bin/railsAlberto Almagro2018-07-061-3/+3
| |/
* | Rails guides are now served over httpsPaul McMahon2018-07-2411-12/+12
* | Merge pull request #32984 from chiraggshah/min-thread-env-variableRichard Schneeman2018-07-211-2/+3
|\ \ | |/ |/|
| * Modified the changes to make it backward compatibleChirag Shah2018-07-211-1/+1