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 373a568324 Implicitly skip bootsnap for rails new --dev
Specifying the `--dev` option is when want to change the codebase,
as it is not necessary to cache it.

Context: https://github.com/rails/rails/pull/31485#issuecomment-352452653
2017-12-19 10:15:47 +09:00
..
api [Railties] require_relative => require 2017-10-21 22:48:26 +09:00
application Raise an error only when require_master_key is specified 2017-12-18 08:04:15 +09:00
command Rubocop style 2017-11-24 20:11:17 +05:30
commands Raise an error only when require_master_key is specified 2017-12-18 08:04:15 +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 Implicitly skip bootsnap for rails new --dev 2017-12-19 10:15:47 +09:00
plugin [Railties] require_relative => require 2017-10-21 22:48:26 +09:00
rack Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
railtie [Railties] require_relative => require 2017-10-21 22:48:26 +09:00
tasks Remove DB naming ambiguity 2017-11-26 11:37:48 +01:00
templates Make Rails welcome page responsive 2017-06-03 14:52:59 +10:00
test_unit Set the Rails environment from an environment variable 2017-12-08 14:50:27 -08: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 Add --skip-active-storage and do so automatically when --skip-active-record is used 2017-11-06 21:08:51 +00:00
application.rb Raise an error only when require_master_key is specified 2017-12-18 08:04:15 +09:00
application_controller.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02: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 Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +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 Preparing for 5.2.0.beta2 release 2017-11-28 14:41:02 -05:00
generators.rb Fix generator suggestion raise error when I18n.available_locales don’t include :en 2017-11-22 09:27:59 +09:00
info.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02: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 [Railties] require_relative => require 2017-10-21 22:48:26 +09: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 Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
secrets.rb Deprecate encrypted secrets in favor of credentials. 2017-11-12 17:50:09 +01:00
source_annotation_extractor.rb Fix spaces in the comment block [ci skip] 2017-08-23 06:27:29 +09:00
tasks.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
test_help.rb create_fixtures doesn't work since at least a94220b66c: 2017-12-11 17:22:05 -05: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