aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Enable Start/EndWith and RegexpMatch copsBart de Water2018-07-283-5/+5
* | Merge pull request #32381 from q-centrix/update-codeclimate-configsRichard Schneeman2018-07-251-1/+1
|\ \
| * | Turn on performance based copsDillon Welch2018-07-231-1/+1
* | | Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com...Matthew Draper2018-07-253-5/+5
|\ \ \
| * | | Recommend use of rails over bin/railsAlberto Almagro2018-07-063-5/+5
* | | | 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
* | | Merge pull request #31554 from fatkodima/controller_generator_suffixGuillermo Iguaran2018-04-221-1/+11
|\ \ \
| * | | Gracefully handle extra "controller" when generating controllerfatkodima2018-03-231-1/+11
* | | | Strip duplicated suffixes more strictlyRyuta Kamizono2018-04-223-3/+3
* | | | Fix duplicated suffix for JobGeneratorYoshiyuki Hirano2018-04-221-0/+5
* | | | Don't include bootsnap by default in apps generated under JRubyGuillermo Iguaran2018-04-201-1/+1
* | | | Create a .ruby-version compatible with MRI/JRuby by defaultGuillermo Iguaran2018-04-191-1/+1
* | | | Make the master.key readable only by the ownerJose Luis Duran2018-04-191-0/+1
| |/ / |/| |
* | | Add .keep exception for storage folderPaul2018-04-131-1/+4
* | | Remove upper bound on Capybaraeileencodes2018-04-101-1/+1
* | | Add missing dots at the end of comments in environment file templatesbogdanvlviv2018-04-033-7/+7
* | | Add `action_view.finalize_compiled_template_methods` config optionSimon Coffey2018-04-021-0/+3
|/ /
* | Support mysql2 0.4.x and 0.5.xAaron Stone2018-03-201-1/+1
* | Remove path option from AzureStorage configYuji Yaginuma2018-03-131-1/+0
* | Allow Capybara 3.x (#32151)Thomas Walpole2018-03-051-1/+1
* | Deprecate safe_level of `ERB.new` in Ruby 2.6Koichi ITO2018-03-051-1/+6
* | Fix `new_framework_defaults_6_0.rb`bogdanvlviv2018-02-271-1/+1
* | Don't enforce UTF-8 by defaultAndrew White2018-02-273-31/+11
* | [ci skip] Spell out the full variable in generated code.Kasper Timm Hansen2018-02-241-1/+1
* | Correctly set `content_security_policy_nonce_generator`yuuji.yaginuma2018-02-241-1/+1
* | Improve generated file `app/assets/javascripts/application.js` of pluginbogdanvlviv2018-02-231-0/+1
* | Improve generated file `app/views/application.html.erb` of pluginbogdanvlviv2018-02-231-1/+5
* | Comment `require "active_storage/engine"` in `bin/rails` of plugin if `--skip...bogdanvlviv2018-02-231-1/+1
* | Merge pull request #32018 from rails/add-nonce-support-to-cspAndrew White2018-02-222-1/+5
|\ \