aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* Add `--skip-action-text` option to `rails new`bogdanvlviv2019-01-052-1/+10
* Generate Action Text's API docsGeorge Claghorn2019-01-041-0/+8
* Import Action TextGeorge Claghorn2019-01-041-0/+1
* Fix `new_framework_defaults_6_0.rb` filebogdanvlviv2019-01-041-1/+1
* Send Active Storage jobs to dedicated queues by defaultGeorge Claghorn2019-01-042-2/+11
* Merge pull request #34816 from bogdanvlviv/add-skip-action-mailbox-option-to-...Rafael Mendonça França2019-01-031-1/+4
|\
| * Add `--skip-action-mailbox` option to `rails new`bogdanvlviv2018-12-281-1/+4
* | Capistrano is no longer a dominant force in the deployment strategy for new appsDavid Heinemeier Hansson2019-01-031-3/+0
* | Add Rake task for testing mailboxesGeorge Claghorn2018-12-301-1/+1
* | Don't load Action Mailbox when Active Storage is skippedGeorge Claghorn2018-12-291-1/+1
* | Do not show suggestion message when not exist suggestionyuuji.yaginuma2018-12-292-2/+5
|/
* Don't load Action Mailbox when Active Record is skippedGeorge Claghorn2018-12-282-2/+7
* Load Action Mailbox when other components are skippedGeorge Claghorn2018-12-281-0/+1
* Generate Action Mailbox's API docsGeorge Claghorn2018-12-261-0/+8
* Import Action MailboxGeorge Claghorn2018-12-251-0/+1
* Fix app boot for Ruby 2.4Eileen Uchitelle2018-12-211-2/+6
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-212-10/+6
* Require Ruby 2.5 for Rails 6.Kasper Timm Hansen2018-12-191-3/+3
* Add option to set parallel test worker count to the physical core count of th...Bogdan2018-12-181-2/+2
* Introduce a guard against DNS rebinding attacksGenadi Samokovarov2018-12-154-3/+7
* Ruby can show a little bit more detailed info in shorter codeAkira Matsuda2018-12-151-1/+1
* http://localhost:3000/rails/info/properties shows more details for ease of bu...ujihisa2018-12-141-1/+1
* Do not show post install message on rails newRafael Mendonça França2018-12-131-4/+4
* Fix warning: shadowing outer local variable - attributeRyuta Kamizono2018-12-131-1/+1
* Merge pull request #34691 from gmcgibbon/rm_helper_generator_suffixRyuta Kamizono2018-12-131-0/+5
|\
| * Remove redundant suffixes on generated helpers.Gannon McGibbon2018-12-121-0/+5
* | Remove redundant suffixes on generated integration tests.Gannon McGibbon2018-12-121-0/+6
|/
* Fix boolean interaction in scaffold system testsGannon McGibbon2018-12-122-0/+13
* Remove redundant suffixes on generated system tests.Gannon McGibbon2018-12-111-0/+5
* Upgrade Rubocop to 0.61.1 and fix offensesVinicius Stock2018-12-101-16/+16
* Abort early if generator command fails (#34420)David Rodríguez2018-12-071-1/+4
* Improve deprecation message for enqueue returning falseRafael Mendonça França2018-12-051-0/+4
* Merge pull request #33992 from kirs/enqueue-return-falseRafael França2018-12-051-0/+3
|\
| * Make AJ::Base#enqueue return false if the job wasn't enqueuedKir Shatrov2018-10-281-0/+3
* | Merge pull request #33882 from mberlanda/mberlanda/as-inheritable-options-int...Rafael França2018-11-301-3/+5
|\ \
| * | chore: implement config_for as ActiveSupport::OrderedOptionsMauro Berlanda2018-10-191-3/+5
* | | Bump the minimum version of PostgreSQL to 9.3Yasuo Honda2018-11-252-2/+2
* | | Homogenize rails help outputAlberto Almagro2018-11-191-9/+10
* | | Merge pull request #34410 from gmcgibbon/test_support_windowsEileen M. Uchitelle2018-11-191-1/+1
|\ \ \
| * | | Windows support for parallelization and instrumenterGannon McGibbon2018-11-081-1/+1
* | | | Fix a method call in bin/setup fileNihad Abbasov2018-11-151-1/+1
* | | | Merge pull request #34400 from gmcgibbon/rm_autoload_app_javascriptsRafael França2018-11-132-10/+22
|\ \ \ \
| * | | | Remove asset paths from eager_load_paths and autoload_pathsGannon McGibbon2018-11-092-10/+22
| |/ / /
* / / / add a nice alias for the --webpack optionAlessandro Rodi2018-11-131-2/+2
|/ / /
* | | Merge pull request #34387 from yhirano55/rails_info_properties_jsonRyuta Kamizono2018-11-072-2/+14
|\ \ \
| * | | Add JSON support to rails properties route (`/rails/info/properties`).Yoshiyuki Hirano2018-11-072-2/+14
* | | | Add `connect_src` example to content security policy initializeryuuji.yaginuma2018-11-041-0/+4
|/ / /
* | | Keep new line after the last dependencyyuuji.yaginuma2018-11-041-1/+1
* | | Restore `encoding: utf8mb4` in database.ymlYasuo Honda2018-10-301-0/+1
| |/ |/|
* | Do not need to mention the method that is being called in the exceptionRafael Mendonça França2018-10-231-1/+1