1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test
Stefan Henzen e86cadc257 Request#check_method no longer breaks when :en is not available locale
Request#check_method would use to_sentence(locale: :en), which breaks when
I18n.available_locales does not include :en and
I18n.enforce_available_locales is true (default).

Inlined to_sentence functionality to solve this.
2014-10-09 15:45:49 +02:00
..
abstract Partially revert deprecation of *_filter 2014-06-03 19:53:28 -03:00
assertions Change all MiniTest to Minitest since, MiniTest namespace has been renamed to Minitest 2013-12-18 14:39:50 +05:30
controller Parse HTML as document fragment. 2014-09-29 21:41:52 +02:00
dispatch Request#check_method no longer breaks when :en is not available locale 2014-10-09 15:45:49 +02:00
fixtures Refactor out Dir.glob from ActionDispatch::Static 2014-08-27 13:03:08 -05:00
journey Improve router test. 2014-08-21 16:35:39 +08:00
lib/controller Removing unused fake models 2014-09-07 22:51:14 -03:00
routing Deprecate *_path methods in mailers 2014-07-30 12:01:45 -05:00
tmp
abstract_unit.rb Default to sorting user's test cases for now 2014-09-08 05:32:16 -07:00