aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app
Commit message (Expand)AuthorAgeFilesLines
* 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-234-13/+9
|\
| * 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-224-10/+10
* | 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
* | 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
* Add `skip-webpack-install` optionyuuji.yaginuma2018-10-091-0/+3
* 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-309-49/+44
|/
* 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
* | 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-112-2/+2
|\ \ | |/ |/|
| * Generate bundler-compatible bundler binstubDavid Rodríguez2018-06-232-2/+2
* | Enable Start/EndWith and RegexpMatch copsBart de Water2018-07-281-1/+1
* | Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com...Matthew Draper2018-07-252-4/+4
|\ \
| * | Recommend use of rails over bin/railsAlberto Almagro2018-07-062-4/+4
* | | Rails guides are now served over httpsPaul McMahon2018-07-2412-13/+13
* | | 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
| * | Separate min and max threads count for pumaChirag Shah2018-05-251-2/+3
* | | Remove old TODO commentAlberto Almagro2018-07-041-1/+0
* | | Merge pull request #32706 from yhirano55/fix-app-update-when-hyphenated-name-...Kasper Timm Hansen2018-07-011-5/+9
|\ \ \ | |_|/ |/| |
| * | Fix app:update when hyphenated name is givenYoshiyuki Hirano2018-04-241-5/+9
* | | OS X -> macOS [Closes #30313]Xavier Noria2018-06-231-2/+2
* | | Fix Ruby version in `.ruby-version`bogdanvlviv2018-06-181-1/+1
| |/ |/|
* | Merge pull request #30406 from eliotsykes/reduce-spring-watch-callsRafael Mendonça França2018-05-231-6/+6
|\ \
| * | Minimize Spring.watch callsEliot Sykes2017-08-251-6/+6
* | | Don't generate yarn's contents in `app:update` task if it's skippedTsukuru Tanimichi2018-05-161-3/+1
* | | Remove unused `remove_file` methodTsukuru Tanimichi2018-05-081-4/+0
* | | Don't generate assets' initializer in `app:update` task if sprockets is skippedTsukuru Tanimichi2018-05-051-0/+4
* | | Merge pull request #32471 from janko-m/use-image_processing-gemGeorge Claghorn2018-04-231-1/+1
|\ \ \ | |_|/ |/| |
| * | Use ImageProcessing gem for ActiveStorage variantsJanko Marohnić2018-04-181-1/+1
* | | Create a .ruby-version compatible with MRI/JRuby by defaultGuillermo Iguaran2018-04-191-1/+1
|/ /
* | Add .keep exception for storage folderPaul2018-04-131-1/+4
* | Remove upper bound on Capybaraeileencodes2018-04-101-1/+1