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
Sven Fuchs 12118963ac use :en as a default locale (in favor of :en-US)
Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
2008-11-18 14:23:53 +01:00
..
helpers use :en as a default locale (in favor of :en-US) 2008-11-18 14:23:53 +01:00
locale use :en as a default locale (in favor of :en-US) 2008-11-18 14:23:53 +01:00
template_handlers Prefix ActionView::Base private methods with an underscore 2008-08-31 10:50:43 -05:00
base.rb Track rendered templates in stack so the current template can always be accessed. Added ActionView::Base#template to access the template object. 2008-10-28 11:06:08 -05:00
helpers.rb Remove the country_select helper. 2008-09-18 21:30:52 +02: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 Dup local assigns for partial collections so nil values doesn't get overwritten [#1250 state:resolved] 2008-10-30 15:07:47 -05: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 [#1383 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 [#1082 state:resolved] 2008-09-20 22:57:45 -05:00
template_error.rb Fixed missing template paths on exception [#1082 state:resolved] 2008-09-20 22:57:45 -05:00
template_handler.rb Removed lagacy TemplateHandler#render API. Left in a legacy TemplateHandler and Compilable stub so plugins will not have to change anything. 2008-07-18 16:00:20 -05:00
template_handlers.rb Removed lagacy TemplateHandler#render API. Left in a legacy TemplateHandler and Compilable stub so plugins will not have to change anything. 2008-07-18 16:00:20 -05:00
test_case.rb Move controller assertions from base TestCase to AC:: and AV::TestCase 2008-11-07 15:42:34 -05:00