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
Chris McGrath 6bb784eab0 Remove i18n symbol dependency
date.order is the only key in rails i18n that is required to be a
symbol. This patch allows for symbols or strings which means:

* No requirement for symbol type in .yml files. A future
  YAML.safe_load wouldn't need to load symbols
* Rails could actually use json rather than yml as the backend
2013-01-17 15:21:26 +00:00
..
abstract_controller delegate to :class rather than 'self.class' 2013-01-06 12:43:30 +03:00
action_controller Deprecate direct calls to AC::RecordIdentifier.dom_id and dom_class 2013-01-16 23:09:36 -02:00
action_dispatch Merge pull request #8958 from balexand/strong_parameters_exception_handling 2013-01-15 17:28:29 -08:00
action_pack rails/master is now 4.0.0.beta and will only support Ruby 1.9.3+ 2011-12-20 09:30:37 -06:00
action_view Remove i18n symbol dependency 2013-01-17 15:21:26 +00:00
abstract_controller.rb load active_support/core_ext/module/delegation in active_support/rails 2012-08-02 21:59:23 +02:00
action_controller.rb extract PerformanceTest into rails-performance_tests gem 2013-01-10 17:09:06 +01:00
action_dispatch.rb extract PerformanceTest into rails-performance_tests gem 2013-01-10 17:09:06 +01:00
action_pack.rb Updated copyright notices for 2013 2012-12-31 20:35:29 +00:00
action_view.rb Updated copyright notices for 2013 2012-12-31 20:35:29 +00:00