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
Francesco Rodriguez df10279252 update test_help to config properly turn natural language option
Last versions of Turn don't monkey patch MiniTest to setup
the natural language option. Here is an
[example](https://github.com/TwP/turn/blob/master/try/test_autorun_minitest.rb#L3).

This patches the following behaviour:

    $ rake test:units
    `<top (required)>': undefined method `use_natural_language_case_names='
    for MiniTest::Unit:Class (NoMethodError)
2012-07-06 18:12:36 -05:00
..
application Revert "Allow loading external route files from the router" 2012-06-29 17:44:10 +02:00
commands Remove support for rails server RAILS_ENV=env-name 2012-05-30 22:28:07 +01:00
console
engine Revert "Allow loading external route files from the router" 2012-06-29 17:44:10 +02:00
generators Merge pull request #6959 from robin850/patch-1 2012-07-05 05:38:05 -07:00
rack and one more time 2012-04-24 21:56:41 -05:00
railtie Code-format references to config settings 2012-04-27 22:50:02 -07:00
tasks Rename RouteInspect to RoutesInspector for consistency 2012-06-29 14:04:24 +02:00
templates /rails/info/routes path shows routing information 2012-05-24 12:50:16 -05:00
test_unit ignore .gitignore'd files in rake test:uncomitted 2012-06-12 03:29:48 +09:00
all.rb The sprockets railtie was moved to sprockets/rails/railtie 2012-03-13 18:06:02 -05:00
application.rb Remove unused responsibilities and add a few load definitions to engines 2012-06-29 17:04:47 +02:00
backtrace_cleaner.rb Gem cont presence checking has been removed 2012-05-02 13:56:13 +03:00
cli.rb
code_statistics.rb Add code statistics for Javascript and 2012-05-31 16:18:29 +05:30
commands.rb Fix various bugs with console arguments. 2012-05-30 22:23:04 +01:00
configuration.rb Revert "Remove blank trailing comments" 2012-05-23 22:43:08 +05:30
deprecation.rb
engine.rb Revert "Allow loading external route files from the router" 2012-06-29 17:44:10 +02:00
generators.rb Removing ==Examples and last blank lines of docs from railties 2012-05-14 10:50:59 -05:00
info.rb Remove Active Resource source files from the repository 2012-03-13 14:55:44 -04:00
info_controller.rb Rename RouteInspect to RoutesInspector for consistency 2012-06-29 14:04:24 +02:00
initializable.rb add :nodoc: to internal implementations [ci skip] 2012-06-22 16:29:59 -05:00
paths.rb Merge pull request #6910 from mulder/fix_path_glob 2012-07-01 02:54:33 -07:00
performance_test_help.rb
queueing.rb Ensure test jobs are marshallable 2012-07-03 12:01:53 +01:00
rack.rb
railtie.rb Remove unused responsibilities and add a few load definitions to engines 2012-06-29 17:04:47 +02:00
ruby_version_check.rb
rubyprof_ext.rb
script_rails_loader.rb
source_annotation_extractor.rb Fixed styling issues brought up by @jeremy 2012-04-30 07:51:23 -06:00
tasks.rb
test_help.rb update test_help to config properly turn natural language option 2012-07-06 18:12:36 -05:00
version.rb