aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators
Commit message (Expand)AuthorAgeFilesLines
* 1.hour needs core_ext to workRafael Mendonça França2019-08-021-0/+2
* Remove redundant empty line when we don't use system testmeganemura2019-07-291-1/+1
* Use match? where we don't need MatchDataAkira Matsuda2019-07-292-2/+2
* Let the generated initializers/backtrace_silencers.rb code use Regexp#match?Akira Matsuda2019-07-291-1/+1
* Add viewport meta tag to default application templateLachlan Campbell2019-07-281-0/+1
* Use match? where we don't need MatchDataAkira Matsuda2019-07-271-1/+1
* Merge pull request #36747 from y-yagi/add_mention_about_collection_cache_vers...y-yagi2019-07-261-0/+5
|\
| * Add mention about `active_record.collection_cache_versioning` to the `new_fra...yuuji.yaginuma2019-07-241-0/+5
* | Merge pull request #34218 from eliotsykes/filter-common-sensitive-paramsRafael França2019-07-241-1/+3
|\ \
| * | Add common sensitive names to generated filter parametersEliot Sykes2018-11-201-1/+3
| * | Add secret to generated filter parametersEliot Sykes2018-11-201-1/+1
* | | Merge pull request #36542 from spk/add-pidfile-option-to-puma-confRafael França2019-07-231-0/+3
|\ \ \
| * | | Add pidfile option to puma config templateLaurent Arnoud2019-06-231-0/+3
* | | | create a newline between blocks when gem_group, github and add_source was cal...masakazutakewaka2019-07-211-3/+7
* | | | Merge pull request #35285 from masakazutakewaka/fix_railtie_add_newline_to_ge...y-yagi2019-07-211-8/+14
|\ \ \ \ | |_|_|/ |/| | |
| * | | Append a newline to the Gemfile if it doesn't end with a newlinemasakazutakewaka2019-07-191-8/+14
* | | | Preserve existing attachment assignment behavior for upgraded appsGeorge Claghorn2019-07-201-0/+4
* | | | Merge pull request #36603 from y-yagi/add_skip_collision_check_optionYuji Yaginuma2019-07-181-2/+5
|\ \ \ \
| * | | | Add `skip-collision-check` option to generatoryuuji.yaginuma2019-07-051-2/+5
* | | | | Use reserved domain for example configurationJacob Bednarz2019-07-151-1/+1
| |/ / / |/| | |
* | | | Adds support for configuring HTTP Feature Policy (#33439)Jacob Bednarz2019-07-101-0/+11
|/ / /
* | | Merge pull request #36534 from y-yagi/fixes_35137Yuji Yaginuma2019-07-031-0/+3
|\ \ \
| * | | Add the ability to set the CSP nonce only to the specified directivesyuuji.yaginuma2019-06-221-0/+3
| |/ /
* / / Replace the www.robotstxt.org URL with https one [ci skip]Tatsuya Hoshino2019-06-251-1/+1
|/ /
* | Make `ActionDispatch::Response#content_type` behavior configurableyuuji.yaginuma2019-06-211-0/+3
* | Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-1317-18/+0
* | Remove redundant blank line at the bottom of the generated controller testyuuji.yaginuma2019-06-071-1/+1
* | Fix rubocop violationyuuji.yaginuma2019-06-051-2/+1
* | Bring `after_bundle` back to API document [ci skip]yuuji.yaginuma2019-05-291-1/+6
* | Skip needless spaces from generated app layout.Kasper Timm Hansen2019-05-261-1/+1
* | Bump Gemfile entry jbuilder versionAnton Rieder2019-05-231-1/+1
* | Update the sqlite db yaml template to match others and mention proper support...Vipul A M2019-05-122-2/+2
* | Use a better requirement for sass-rails 6 prereleasesDavid Rodríguez2019-05-091-1/+1
* | Make generated test work even when using virtual attributesyuuji.yaginuma2019-05-054-7/+17
* | Bump bootsnap to a version with disables iseq_cache for Ruby 2.5Prathamesh Sonpatki2019-04-261-1/+1
* | Merge pull request #36067 from st0012/update-generator-for-api-appRafael França2019-04-232-0/+4
|\ \
| * | Remove action_controller.perform_caching from api app's configsst00122019-04-242-0/+4
* | | Merge pull request #35852 from larouxn/resurrectionRafael França2019-04-231-0/+7
|\ \ \ | |/ / |/| |
| * | Burn unnecessary files 🔥Nicholas La Roux2019-04-053-19/+0
| * | Style fixesNicholas La Roux2019-04-051-3/+3
| * | Resurrect generator templatesNicholas La Roux2019-04-052-0/+4
| * | Resurrect js/js engine options and generatorsNicholas La Roux2019-04-052-0/+22
* | | Allow sass-rails greater than 5.x in new appsGuillermo Iguaran2019-04-221-1/+1
* | | Add `null: false` constraint by default for `belongs_to` associationsPrathamesh Sonpatki2019-04-191-2/+8
* | | Factorize bin/update in bin/setup, and make bin/setup idempotentDavid Stosik2019-04-172-35/+3
* | | generate config.cache_classes = false if SpringXavier Noria2019-04-141-5/+10
* | | Delete not user method for plugin_generatorsoartec-lab2019-04-091-15/+0
|/ /
* | Use `execute_batch2` rather than `execute_batch` to fix performance regressio...Ryuta Kamizono2019-04-041-1/+1
* | Don't normalize `original_app_name`Ryuta Kamizono2019-04-031-2/+2
* | Merge pull request #35805 from excid3/attachments-field-generatorsRafael França2019-04-027-20/+51
|\ \