aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #32699 from printercu/patch-3Rafael França2018-05-221-1/+7
|\ \
| * | Respect NODE_ENV when running `rails yarn:install`printercu2018-04-231-1/+7
* | | Fix locale selectoraki2018-05-191-7/+10
* | | Don't generate yarn's contents in `app:update` task if it's skippedTsukuru Tanimichi2018-05-162-3/+2
* | | Merge pull request #32837 from ttanimichi/app-update-skip-springYuji Yaginuma2018-05-141-0/+1
|\ \ \
| * | | Don't generate `config/spring.rb` in `app:update` task when spring isn't loadedTsukuru Tanimichi2018-05-131-0/+1
* | | | Remove unused `remove_file` methodTsukuru Tanimichi2018-05-081-4/+0
|/ / /
* | | Skip `bootsnap` contents in `app:update` task if `bootsnap` is not usedyuuji.yaginuma2018-05-071-0/+1
* | | Merge pull request #32780 from ttanimichi/tmpYuji Yaginuma2018-05-052-1/+5
|\ \ \
| * | | Don't generate assets' initializer in `app:update` task if sprockets is skippedTsukuru Tanimichi2018-05-052-1/+5
* | | | Partly revert #32289 to provide Rails' custom fallback in caseutilum2018-05-011-2/+49
|/ / /
* | | 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
* | | | [ci skip] Prefix class name with Rails:: in docsAlberto Almagro2018-04-201-3/+3
* | | | [ci skip] Improve #find_in documentation.Alberto Almagro2018-04-201-3/+3
* | | | 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
* | | | Deprecate support for using `HOST` environment to specify server IP (#32540)Yuji Yaginuma2018-04-161-2/+12
| |/ / |/| |
* | | Add .keep exception for storage folderPaul2018-04-131-1/+4
* | | Allow use of minitest-rails gem with Rails test runneryuuji.yaginuma2018-04-111-1/+1
* | | Remove upper bound on Capybaraeileencodes2018-04-101-1/+1
* | | Merge pull request #32444 from matrinox/fix-return-response-mutation-rack-loggerRafael Mendonça França2018-04-041-3/+3
|\ \ \
| * | | Stop mutating body responseGeoff Lee2018-04-031-3/+3
* | | | 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
* | | Merge pull request #32065 from sikachu/move-SourceAnnotationExtractor-under-r...Kasper Timm Hansen2018-04-023-121/+130
|\ \ \
| * | | Add deprecation note for SourceAnnotationExtractorPrem Sichanugrist2018-03-221-0/+7
| * | | Make Annotation into a proper classPrem Sichanugrist2018-03-221-1/+1
| * | | Move SourceAnnotationExtractor under Rails modulePrem Sichanugrist2018-03-223-121/+123
| |/ /
* | | Deriving `secret_key_base` breaks `key_generator` defined in 5.1.Yoshiyuki Kinjo2018-03-311-1/+1
* | | Remove unnecessary line break and quotesyuuji.yaginuma2018-03-301-2/+2
* | | Fix "--frozen-lockfile" argument used in yarn install rake taskGuillermo Iguaran2018-03-291-1/+1
* | | Merge pull request #32289 from gsamokovarov/did-you-mean-suggestionsGuillermo Iguaran2018-03-293-52/+9
|\ \ \
| * | | Use `did_you_mean` spell checker for option suggestionsGenadi Samokovarov2018-03-233-52/+9
* | | | Merge pull request #32243 from maschwenk/patch-2Guillermo Iguaran2018-03-291-1/+1
|\ \ \ \
| * | | | Raise an error when lockfile diff is generatedMax Schwenk2018-03-131-1/+1
* | | | | Compare ruby version with correct wayShia2018-03-291-1/+1
* | | | | Merge pull request #32274 from eileencodes/part-1-add-rake-tasks-for-multi-dbEileen M. Uchitelle2018-03-261-0/+12
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Refactor configs_for and friendseileencodes2018-03-211-0/+12
| | |/ / | |/| |
* / | | Support mysql2 0.4.x and 0.5.xAaron Stone2018-03-201-1/+1
|/ / /
* | | Merge pull request #32271 from eileencodes/fix-three-tier-default-connectionEileen M. Uchitelle2018-03-161-1/+1
|\ \ \ | |/ / |/| |
| * | Switch dbconsole config loader checkeileencodes2018-03-161-1/+1
* | | Rely on Rails::Command's help output.Kasper Timm Hansen2018-03-131-15/+5