rails--rails/actionpack/lib/action_view
David Heinemeier Hansson 5c0227edc9 Make sure that the string returned by TextHelper#truncate is actually a string, not a char proxy -- that should only be used internally while working on a multibyte-safe way of truncating [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6096 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-01-31 17:55:09 +00:00
..
helpers Make sure that the string returned by TextHelper#truncate is actually a string, not a char proxy -- that should only be used internally while working on a multibyte-safe way of truncating [DHH] 2007-01-31 17:55:09 +00:00
base.rb Use a consistent load path to avoid double requires. Fix some scattered Ruby warnings. 2007-01-28 07:16:55 +00:00
compiled_templates.rb Tighten rescue clauses. Closes #5985. 2006-08-31 03:16:28 +00:00
partials.rb Inline a method used by render_partial. Closes #2881. 2005-11-17 19:08:53 +00:00
template_error.rb Template errors: fix strange deprecation warnings on e.g. @flash.inspect, remove deprecated @assigns, handle sources without a discernable line number, clean up code. 2006-11-17 12:47:08 +00:00