1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib/rails
Richard Schneeman d3ba913158
Merge pull request #32984 from chiraggshah/min-thread-env-variable
Separate min and max threads count environment variable for puma configuration
2018-07-21 19:05:37 -05:00
..
api [Railties] require_relative => require 2017-10-21 22:48:26 +09:00
application Only execute route updater once on app boot 2018-06-19 16:25:39 -05:00
command Partly revert #32289 to provide Rails' custom fallback in case 2018-05-01 18:09:05 +02:00
commands Fix deprecation message for SOURCE_ANNOTATION_DIRECTORIES 2018-07-20 13:19:10 +09:00
console Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
engine [Railties] require_relative => require 2017-10-21 22:48:26 +09:00
generators Merge pull request #32984 from chiraggshah/min-thread-env-variable 2018-07-21 19:05:37 -05:00
plugin [Railties] require_relative => require 2017-10-21 22:48:26 +09:00
rack Stop mutating body response 2018-04-03 19:54:27 -07:00
railtie Clarify that config.eager_load controls eager loading [ci skip] 2017-12-30 22:37:44 +00:00
tasks Enable Layout/EmptyLinesAroundBlockBody to reduce review cost in the future 2018-07-12 21:29:48 +09:00
templates Changes Rails Welcome image on localhost:3000 2018-06-22 15:09:53 +03:00
test_unit Need to use klass to get the class name of the test result 2018-01-03 17:37:15 +09:00
all.rb Add --skip-active-storage and do so automatically when --skip-active-record is used 2017-11-06 21:08:51 +00:00
app_loader.rb [Railties] require_relative => require 2017-10-21 22:48:26 +09:00
app_updater.rb Don't generate yarn's contents in app:update task if it's skipped 2018-05-16 20:24:57 +09:00
application.rb Deriving secret_key_base breaks key_generator defined in 5.1. 2018-03-31 23:12:16 +09:00
application_controller.rb Always yield a CSP policy instance 2018-03-08 14:14:09 +00:00
backtrace_cleaner.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
cli.rb [Railties] require_relative => require 2017-10-21 22:48:26 +09:00
code_statistics.rb [Railties] require_relative => require 2017-10-21 22:48:26 +09:00
code_statistics_calculator.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
command.rb Extract Rails::Command::Spellchecker 2018-03-04 17:50:37 +02:00
commands.rb [Railties] require_relative => require 2017-10-21 22:48:26 +09:00
configuration.rb [Railties] require_relative => require 2017-10-21 22:48:26 +09:00
dev_caching.rb Make restart and dev:cache tasks work when customizing pid file path 2017-08-21 05:44:11 +09:00
engine.rb [Railties] require_relative => require 2017-10-21 22:48:26 +09:00
gem_version.rb Start Rails 6.0 development!!! 2018-01-30 18:51:17 -05:00
generators.rb Enable Layout/EmptyLinesAroundBlockBody to reduce review cost in the future 2018-07-12 21:29:48 +09:00
info.rb Refactor migration to move migrations paths to connection 2018-01-18 08:55:03 -05:00
info_controller.rb [Railties] require_relative => require 2017-10-21 22:48:26 +09:00
initializable.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
mailers_controller.rb Add locale selector to email preview (#31596) 2018-01-18 15:22:10 -05:00
paths.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
rack.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
railtie.rb [Railties] require_relative => require 2017-10-21 22:48:26 +09:00
ruby_version_check.rb Compare ruby version with correct way 2018-03-29 16:26:19 +09:00
secrets.rb Remove usage of strip_heredoc in the framework in favor of <<~ 2018-02-16 19:28:30 -05:00
source_annotation_extractor.rb Port Annotations rake task to use Rails::NotesCommand 2018-07-04 14:30:14 -04:00
tasks.rb Move rake routes task to rails command 2018-02-27 15:22:38 +01:00
test_help.rb Use testing lazy-load hooks: 2018-07-04 16:34:59 -04:00
version.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
welcome_controller.rb [Railties] require_relative => require 2017-10-21 22:48:26 +09:00