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/action_view
Yaroslav Markin d36158794b Add i18n for number_to_human_size() helper storage units. Translation key is number.human.storage_units.
[ state:committed]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2008-11-23 13:11:59 -08:00
..
erb use autoload instead of explicit requires for ActionView 2008-11-23 13:42:07 -06:00
helpers Add i18n for number_to_human_size() helper storage units. Translation key is number.human.storage_units. 2008-11-23 13:11:59 -08:00
locale Add i18n for number_to_human_size() helper storage units. Translation key is number.human.storage_units. 2008-11-23 13:11:59 -08:00
template_handlers use autoload instead of explicit requires for ActionView 2008-11-23 13:42:07 -06:00
base.rb use autoload instead of explicit requires for ActionView 2008-11-23 13:42:07 -06:00
helpers.rb use autoload instead of explicit requires for ActionView 2008-11-23 13:42:07 -06:00
inline_template.rb Refactor template preloading. New abstractions include Renderable mixins and a refactored Template class. 2008-07-12 14:33:46 -05:00
partials.rb Changed the default of ActionView#render to assume partials instead of files when not given an options hash [DHH] 2008-11-19 14:00:16 +01:00
paths.rb Partial revert of 2681685 premature TypeArray abstraction 2008-08-21 00:28:25 -05:00
renderable.rb Prevent assert_template failures when a render :inline is called before rendering a file-based template [ state:resolved] 2008-11-17 22:09:22 -06:00
renderable_partial.rb Check for uninitialized instance variables 2008-09-08 19:57:32 -07:00
template.rb Fixed missing template paths on exception [ state:resolved] 2008-09-20 22:57:45 -05:00
template_error.rb Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting down on backtrace noise (inspired by the Thoughtbot Quiet Backtrace plugin) [DHH] 2008-11-22 18:06:08 +01:00
template_handler.rb A back support for legacy TemplateHandler#render API 2008-11-23 13:57:01 -06:00
template_handlers.rb A back support for legacy TemplateHandler#render API 2008-11-23 13:57:01 -06:00
test_case.rb Move controller assertions from base TestCase to AC:: and AV::TestCase 2008-11-07 15:42:34 -05:00