1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/test/application
yuuji.yaginuma d1e0bc7c17 Do not show credentials in generators help
Since credentials generator is executed via the credentials command and
does not need to be executed directly, so it is not necessary to show it in
help.
2017-11-09 20:59:16 +09:00
..
configuration Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
initializers Run in-app rails commands via fork+load where possible 2017-09-04 20:19:39 +09:30
middleware s/an/a/ 2017-11-04 20:11:36 +09:00
rack Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
rake Remove unnecessary migration deletion 2017-11-08 13:24:16 +09:00
asset_debugging_test.rb Remove needless silence_warnings 2017-09-09 09:48:15 +09:00
assets_test.rb Remove needless silence_warnings 2017-09-09 09:48:15 +09:00
bin_setup_test.rb Remove unnecessary migration deletion 2017-11-08 13:24:16 +09:00
configuration_test.rb Deprecate secret_token, long since usurped by secret_key_base. 2017-09-28 20:46:01 +02:00
console_test.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
current_attributes_integration_test.rb Don't need the layout here 2017-09-04 05:44:45 +09:30
dbconsole_test.rb Remove redundant execution of Dir.chdir(app_path) { } in railties' tests 2017-10-08 23:04:04 +03:00
generators_test.rb Do not show credentials in generators help 2017-11-09 20:59:16 +09:00
help_test.rb Run in-app rails commands via fork+load where possible 2017-09-04 20:19:39 +09:30
integration_test_case_test.rb rails new runs rails active_storage:install 2017-11-06 21:29:14 +00:00
loading_test.rb Invoke rails command inside the railties' test app with TestHelpers::Generation#rails 2017-10-08 23:28:51 +03:00
mailer_previews_test.rb Fix RuboCop offenses 2017-08-16 17:55:25 +09:00
middleware_test.rb Fix RuboCop offenses 2017-08-16 17:55:25 +09:00
multiple_applications_test.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
paths_test.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
per_request_digest_cache_test.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
rackup_test.rb Remove unnecessary migration deletion 2017-11-08 13:24:16 +09:00
rake_test.rb Remove unnecessary allow_failure: true option 2017-10-18 15:03:01 +09:00
rendering_test.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
routing_test.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
runner_test.rb Use TOPLEVEL_BINDING in rails runner command 2017-09-22 10:42:28 +09:00
server_test.rb Invoke rails command inside the railties' test app with TestHelpers::Generation#rails 2017-10-08 23:28:51 +03:00
test_runner_test.rb Remove unnecessary migration deletion 2017-11-08 13:24:16 +09:00
test_test.rb Remove unnecessary migration deletion 2017-11-08 13:24:16 +09:00
url_generation_test.rb Add credentials using a generic EncryptedConfiguration class (#30067) 2017-09-11 20:21:20 +02:00
version_test.rb Run in-app rails commands via fork+load where possible 2017-09-04 20:19:39 +09:30