aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* | | Extract details to methods to clarify command.Kasper Timm Hansen2018-03-131-8/+12
* | | Introduce `ActionDispatch::Routing::ConsoleFormatter::Base`bogdanvlviv2018-03-131-7/+1
* | | Remove path option from AzureStorage configYuji Yaginuma2018-03-131-1/+0
* | | Do not show unnecessary message during server startupyuuji.yaginuma2018-03-101-6/+5
|/ /
* | Always yield a CSP policy instanceAndrew White2018-03-081-4/+2
* | Allow using inline style and script in the internal controllersyuuji.yaginuma2018-03-081-0/+13
* | Allow Capybara 3.x (#32151)Thomas Walpole2018-03-051-1/+1
* | Merge pull request #32170 from koic/deprecate_safe_level_of_erb_new_in_ruby_2_6Ryuta Kamizono2018-03-051-1/+6
|\ \
| * | Deprecate safe_level of `ERB.new` in Ruby 2.6Koichi ITO2018-03-051-1/+6
* | | Fix "NameError: undefined local variable or method `host'"yuuji.yaginuma2018-03-051-1/+1
* | | Extract Rails::Command::SpellcheckerGenadi Samokovarov2018-03-044-41/+55
* | | Introduce explicit rails server handler optionGenadi Samokovarov2018-03-041-16/+72
|/ /
* | Merge pull request #32130 from benoittgt/rake-routes-compact-modeRafael França2018-02-281-1/+7
|\ \
| * | Add --expanded option to "rails routes"Benoit Tigeot2018-02-281-1/+7
* | | Fix `new_framework_defaults_6_0.rb`bogdanvlviv2018-02-271-1/+1
|/ /
* | Merge pull request #32121 from benoittgt/move-rails-routes-to-rails-commandRafael França2018-02-273-32/+43
|\ \