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
yuuji.yaginuma 0cbbe515d3 Use canonical name for block local
`spec` is the same variable name as gemspec generated by bundler, and its
intention is easier to understand than a one-letter variable.
00fd58eaa6/lib/bundler/templates/newgem/newgem.gemspec.tt (L11)

This is follow up on 1c59b4840c. `spec` is already in use there.
2018-09-07 07:40:03 +09:00
..
api Use Array#extract! where possible 2018-08-14 19:53:12 +03:00
application Drop load_database_yaml and fix test 2018-08-29 10:26:44 -04:00
command Enable Style/ParenthesesAroundCondition cop 2018-08-19 08:16:21 +09:00
commands Merge pull request #33696 from bogdanvlviv/follow-up-44007c070 2018-08-23 11:02:15 +02: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 Use canonical name for block local 2018-09-07 07:40:03 +09:00
plugin [Railties] require_relative => require 2017-10-21 22:48:26 +09:00
rack Log the remote IP addr of clients behind a proxy 2018-07-31 20:45:37 +05:30
railtie Clarify that config.eager_load controls eager loading [ci skip] 2017-12-30 22:37:44 +00:00
tasks Respect config setting when output deprecation notice in rake tasks 2018-09-04 20:06:54 +09:00
templates Changes Rails Welcome image on localhost:3000 2018-06-22 15:09:53 +03:00
test_unit Enable Start/EndWith and RegexpMatch cops 2018-07-28 17:37:17 -04: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 Enable Start/EndWith and RegexpMatch cops 2018-07-28 17:37:17 -04: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 Purpose Metadata For Signed And Encrypted Cookies 2018-08-12 21:50:35 +05:30
application_controller.rb Always yield a CSP policy instance 2018-03-08 14:14:09 +00:00
backtrace_cleaner.rb Use backtrace cleaner to clean up backtrace for verbose query logs 2018-08-14 09:15:28 +10:00
cli.rb [Railties] require_relative => require 2017-10-21 22:48:26 +09:00
code_statistics.rb Enable Start/EndWith and RegexpMatch cops 2018-07-28 17:37:17 -04: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 Turn on performance based cops 2018-07-23 15:37:06 -07: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 Turn on performance based cops 2018-07-23 15:37:06 -07: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 Make rake routes deprecate before deleting 2018-08-20 08:47:29 +09: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