rails/railties/test/commands
Gannon McGibbon 7ac333858c Defer route drawing to the first request, or when url_helpers called.
Executes the first routes reload in middleware, or when the route set
url_helpers is called. Previously, this was executed unconditionally on
boot, which can slow down boot time unnecessarily for larger apps with
lots of routes.
2024-06-04 11:12:12 -05:00
..
application_test.rb Split up railties/test/command/application_test.rb 2023-03-28 15:26:34 -05:00
console_test.rb Continue including Rails::ConsoleMethods to IRB's internal 2024-05-07 18:55:24 +01:00
credentials_test.rb Support VISUAL env var, and prefer it over EDITOR 2023-06-01 20:55:27 -06:00
db_system_change_test.rb Remove support for oracle, sqlserver and JRuby specific database adapters from the new and db:system:change commands. The supported options are sqlite3, mysql, postgresql and trilogy. 2024-05-13 14:07:47 -04:00
dbconsole_test.rb Improve AdapterNotFound error message 2023-11-19 19:56:26 +09:00
dev_test.rb remove reference to global rails command and replace with bin/rails 2019-12-27 19:32:37 +00:00
devcontainer_test.rb Create a devcontainer command 2024-05-23 18:50:51 +00:00
encrypted_test.rb Support VISUAL env var, and prefer it over EDITOR 2023-06-01 20:55:27 -06:00
initializers_test.rb ✂️ [ci skip] 2020-09-16 09:52:10 +09:00
middleware_test.rb Defer route drawing to the first request, or when url_helpers called. 2024-06-04 11:12:12 -05:00
notes_test.rb Remove unused requires in command test cases 2023-03-14 08:53:28 +01:00
rake_test.rb Fix Rake-style task arguments for bin/rails 2023-03-14 16:06:28 -05:00
restart_test.rb Use Thor for built-in restart task 2023-03-15 13:09:48 +01:00
routes_test.rb Improve routes source location detection 2024-02-05 16:37:37 +01:00
runner_test.rb Add runner option to disable Executor wrap 2023-12-08 09:36:33 -08:00
server_test.rb Fix served_url printed when using Puma & Rack 3 2023-08-17 20:01:19 -04:00
statistics_test.rb move directory existence check for code statistics task inside of the task 2023-03-14 13:57:48 -01:00
test_test.rb Allow test command invocations to exit failure 2024-05-15 18:50:06 -04:00
unused_routes_test.rb Remove unused requires in command test cases 2023-03-14 08:53:28 +01:00