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
Matthew M. Boedicker 42cbd710bb Add support for xml processing instructions in atom_feed_helper [#926 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
2008-10-13 18:46:32 +02:00
..
helpers Add support for xml processing instructions in atom_feed_helper [#926 state:resolved] 2008-10-13 18:46:32 +02:00
locale Update translations for pluralization key change from 'many' to 'other' 2008-08-25 11:41:51 +02:00
template_handlers Prefix ActionView::Base private methods with an underscore 2008-08-31 10:50:43 -05:00
base.rb Move controller ivar copying to a separate method 2008-10-05 14:01:00 +01: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 Moved layout exemption logic into the view 2008-08-31 11:34:46 -05:00
paths.rb Partial revert of 2681685 premature TypeArray abstraction 2008-08-21 00:28:25 -05:00
renderable.rb Stopped logging template compiles as it only clogs up the log 2008-09-09 22:10:39 -05: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 Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, but it has since been removed from 1.9. 2008-08-31 13:20:15 -07:00