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
eileencodes d3e7d91050 Remove unnecessary system test code
It turns out that we don't need to require system tests in the railties
test helper so we can remove it. If you're using system tests they will
be loaded by inheriting from ActionDispatch::SystemTestCase and the
routes will be loaded by ActionDispatch::IntegrationTest.
2017-03-03 14:37:04 -05:00
..
api Fix Rakefile loading generator relatively 2017-02-23 14:53:21 -05:00
application Revert "Revert "Add encrypted secrets"" 2017-02-23 18:15:28 +01:00
command Revert "Revert "Add encrypted secrets"" 2017-02-23 18:15:28 +01:00
commands Convert ENV["EDITOR"] to string before check 2017-03-02 19:08:15 +09:00
console
engine make all rails commands work in engine 2017-01-09 10:07:48 +09:00
generators Skip turbolinks for engine test application 2017-02-28 08:37:03 +07:00
plugin Add wrapper for plugin's test runner 2017-02-22 17:18:19 +09:00
rack
railtie
tasks Add generators and ability to run system tests 2017-02-20 15:07:31 -05:00
templates
test_unit Fix run_via[]= backwards compatibility. 2017-02-21 08:28:28 +01:00
all.rb Don't load ActionSystemTest in production 2017-02-20 15:07:33 -05:00
app_loader.rb
application.rb Revert "Revert "Add encrypted secrets"" 2017-02-23 18:15:28 +01:00
application_controller.rb
backtrace_cleaner.rb
cli.rb
code_statistics.rb
code_statistics_calculator.rb
command.rb Make help short-cut alias to work 2017-02-24 09:17:13 +09:00
commands.rb
configuration.rb
dev_caching.rb
engine.rb Add Style/EmptyLinesAroundMethodBody in .rubocop.yml and remove extra empty lines 2017-02-12 20:44:15 +09:00
gem_version.rb Preparing for 5.1.0.beta1 release 2017-02-23 14:53:21 -05:00
generators.rb Use appropriate type for test_framework option 2017-03-01 22:19:15 +09:00
info.rb
info_controller.rb
initializable.rb
mailers_controller.rb
paths.rb
rack.rb
railtie.rb
ruby_version_check.rb
secrets.rb Inline CIPHER constant. 2017-03-02 19:38:42 +01:00
source_annotation_extractor.rb class Foo < Struct.new(:x) creates an extra unneeded anonymous class 2017-01-13 15:13:47 +09:00
tasks.rb load yarn.rake 2017-01-18 16:45:25 +09:00
test_help.rb Remove unnecessary system test code 2017-03-03 14:37:04 -05:00
version.rb
welcome_controller.rb