Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure I18n format values always have precedence over defaults | Carlos Antonio da Silva | 2012-08-11 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | Always merge I18n format values, namespaced or not, over the default ones, to ensure I18n format defaults will have precedence over our namespaced values. Precedence should happen like this: default :format default :namespace :format i18n :format i18n :namespace :format Because we cannot allow our namespaced default to override a I18n :format config - ie precision in I18n :format should always have higher precedence than our default precision for a particular :namespace. Also simplify default format options logic. | ||||
* | Fallback to :en locale instead of handling a constant with defaults | Carlos Antonio da Silva | 2012-08-11 | 1 | -3/+3 |
| | | | | | | | | Action Pack already comes with a default locale fine for :en, that is always loaded. We can just fallback to this locale for defaults, if values for the current locale cannot be found. Closes #4420, #2802, #2890. | ||||
* | Fix handling of negative zero in number_to_currency | Jared Beck | 2012-05-28 | 1 | -0/+2 |
| | |||||
* | Moving NumberHelpers from ActionView to ActiveSupport | Andrew Mutz | 2012-05-27 | 1 | -0/+373 |