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
brainopia 321db4aa2e Change filter on /rails/info/routes to use an actual path regexp from rails
Change filter on /rails/info/routes to use an actual path regexp from rails
and not approximate javascript version. Oniguruma supports much more
extensive list of features than javascript regexp engine.

Fixes #18402.
2015-02-23 19:57:01 +03:00
..
application Require belongs_to by default. 2015-02-21 23:03:10 +01:00
commands Remove debugger support 2015-01-04 15:54:22 -03:00
configuration Define the configuration at Active Support 2014-09-11 00:54:43 -03:00
fixtures
generators Require belongs_to by default. 2015-02-21 23:03:10 +01:00
isolation Remove unused gsub_app_file method from Bukkit. 2015-02-19 02:44:49 +01:00
railties Remove deprecate *_path helpers in email views 2015-01-04 11:58:42 -03:00
abstract_unit.rb - Extracted silence_stream method to new module in activesupport/testing. 2015-01-20 22:28:48 +05:30
app_rails_loader_test.rb
backtrace_cleaner_test.rb
code_statistics_calculator_test.rb Update rake counts to count declarative tests in minitest 2015-01-09 12:52:23 +03:00
engine_test.rb need to call super 2014-08-07 16:03:09 -07:00
env_helpers.rb
generators_test.rb Fix Railties tests that were order dependent 2014-08-13 21:25:11 +09:00
initializable_test.rb
path_generation_test.rb Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 onwards. 2015-02-03 20:51:40 +05:30
paths_test.rb
rack_logger_test.rb
rails_info_controller_test.rb Change filter on /rails/info/routes to use an actual path regexp from rails 2015-02-23 19:57:01 +03:00
rails_info_test.rb Remove unused code 2014-09-25 16:20:31 -03:00
test_info_test.rb
version_test.rb