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
Alberto Almagro 40b209db53 Recommend use of rails over bin/rails
As discussed in #33203 rails command already looks for, and runs,
bin/rails if it is present.

We were mixing recommendations within guides and USAGE guidelines,
in some files we recommended using rails, in others bin/rails and
in some cases we even had both options mixed together.
2018-07-06 22:46:35 +02: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 Recommend use of rails over bin/rails 2018-07-06 22:46:35 +02:00
console
engine [Railties] require_relative => require 2017-10-21 22:48:26 +09:00
generators Recommend use of rails over bin/rails 2018-07-06 22:46:35 +02: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 Port Annotations rake task to use Rails::NotesCommand 2018-07-04 14:30:14 -04: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 Recommend use of rails over bin/rails 2018-07-06 22:46:35 +02:00
application_controller.rb Always yield a CSP policy instance 2018-03-08 14:14:09 +00:00
backtrace_cleaner.rb
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
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
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 Remove unnecessary line break and quotes 2018-03-30 07:58:50 +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
mailers_controller.rb Add locale selector to email preview (#31596) 2018-01-18 15:22:10 -05:00
paths.rb
rack.rb
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
welcome_controller.rb [Railties] require_relative => require 2017-10-21 22:48:26 +09:00