1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib
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_controller remove deprecated MissingHelperError proxy. 2014-08-14 09:37:21 +02:00
action_controller Rephrasing sentences 2014-10-07 09:23:51 -04:00
action_dispatch Request#check_method no longer breaks when :en is not available locale 2014-10-09 15:45:49 +02:00
action_pack Preparing for 4.2.0.beta2 release 2014-09-26 17:19:53 -03:00
abstract_controller.rb
action_controller.rb Responder was removed at ee77770d57 2014-09-30 17:21:48 +09:00
action_dispatch.rb
action_pack.rb