rails/actionpack/lib/action_view
Eugene Pimenov bdfa733d04 Ensure auto_link doesnt linkify URLs in the middle of a tag [#1523 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
2009-03-10 16:52:21 +00:00
..
erb use autoload instead of explicit requires for ActionView 2008-11-23 13:42:07 -06:00
helpers Ensure auto_link doesnt linkify URLs in the middle of a tag [#1523 state:resolved] 2009-03-10 16:52:21 +00:00
locale Improve i18n support for number_to_human_size helper: 2009-01-27 09:22:00 -08:00
template_handlers Merge with docrails 2008-12-07 03:27:53 +01:00
base.rb Use Array.wrap() instead of Array() and handle action_view.cache_template_loading being false 2009-02-28 19:03:41 +00:00
helpers.rb simplify console with helpers 2008-11-23 15:15:20 -06:00
inline_template.rb Clean up view path cruft and split path implementations into Template::Path and Template::EagerPath 2008-12-29 19:27:19 -06:00
partials.rb Port fast reloadable templates from rails-dev-boost. 2009-02-12 13:04:12 -06:00
paths.rb correctly handle layouts for AJAX requests and regular js files [#2052 state:resolved] 2009-02-24 10:38:07 -06:00
reloadable_template.rb Fix templates reloading in development when using custom view path [#2012 state:resolved] 2009-02-19 20:55:56 -06:00
renderable_partial.rb Don't construct object deprecation proxy if unneeded 2008-12-22 14:48:45 -08:00
renderable.rb Port fast reloadable templates from rails-dev-boost. 2009-02-12 13:04:12 -06: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 Fix performance regression 2009-01-16 20:36:59 -08:00
template.rb Template without a known template handler should only be reachable through its exact path. [#2027 state:resolved] 2009-02-24 10:41:45 -06:00
test_case.rb Include process methods in ActionController::TestCase only. No need to alias_method_chain :process either. 2009-01-07 14:49:05 -08:00