aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view
Commit message (Expand)AuthorAgeFilesLines
* Unify routes naming by renaming router to routesPiotr Sarnacki2010-07-023-7/+7
* s/escape_once/html_escape/, since html safety is the contract that now says w...Xavier Noria2010-06-303-16/+19
* url_for no longer escapes HTML, the :escape option is also goneXavier Noria2010-06-303-17/+8
* Revert "Revert "Name compiled render methods". This caused several failures o...Jeremy Kemper2010-06-291-8/+11
* Rename _snowman_ to _snowman to be in sync with _method and _csrf_token.José Valim2010-06-291-1/+1
* Revert "Name compiled render methods". This caused several failures on AP tes...José Valim2010-06-291-11/+8
* Slice new buffer from beginning of old buffer to skip encoding special caseJeremy Kemper2010-06-281-3/+1
* Name compiled render methodsJeremy Kemper2010-06-281-8/+11
* returning -> tapJeremy Kemper2010-06-281-5/+4
* Restores the escaping of urls generated from hashes. [#4765 state:resolved]Andrew White2010-06-281-1/+1
* Convert instance_variables to symbols before excluding internal vars [#4965 s...rohit2010-06-281-1/+1
* Small typowycats2010-06-271-1/+1
* Fix several known web encoding issues:wycats2010-06-271-3/+12
* AV::logger returns AC::logger if it's defined, workaround meanwhile AV doesn'...Santiago Pastorino2010-06-281-2/+3
* Do not wrap hidden fields with error proc [#4962 state:resolved]Carlos Antonio da Silva2010-06-252-3/+16
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-244-30/+28
* Avoid using Pathname on Resolver and AS::Dependencies.José Valim2010-06-241-1/+1
* Expose view via the view() method in AV::TestCase::BehaviorDavid Chelimsky2010-06-231-5/+8
* In ActionView::TestCase::Behavior, assign variables right beforeDavid Chelimsky2010-06-232-2/+7
* make text_field and hidden_field omit the value attribute if the developer ex...Jeff Dean2010-06-231-4/+4
* Tidy up asset tag a bit and make railties tests green again.José Valim2010-06-232-27/+22
* refactored the javascript asset tag helpers and moved the default scripts set...Josh Kalderimis2010-06-232-14/+14
* update the list of instance variables that are excluded from assigns in view ...David Chelimsky2010-06-221-9/+10
* adds minus to value part of id [#4862 state:resolved]RainerBlessing2010-06-221-1/+1
* Add support for specifying locals in view tests with assert template [#4927 s...David Chelimsky2010-06-221-0/+15
* removed 'unless const_defined?' code smellJosh Kalderimis2010-06-215-24/+20
* Merge remote branch 'rails/master'Xavier Noria2010-06-206-19/+26
|\
| * Fixed date_select date_separator when discard_month and/or discard_day are tr...Thibaud Guillaume-Gentil2010-06-201-2/+4
| * Make sure a namespaced <%= render form %> still renders the _form partial [#4...Jan De Poorter2010-06-201-1/+1
| * Support render_template in view tests. Useful for specifying whichDavid Chelimsky2010-06-201-0/+1
| * option_groups_from_collection_for_select should return HTML-safe string [#487...Wincent Colaiuta2010-06-191-1/+1
| * form_for without :html and with :remote should not errorDavid Genord II2010-06-181-1/+1
| * Make text_helpers methods which return valid html to return it as safe and sa...Santiago Pastorino2010-06-171-6/+14
| * truncate() should not try to produce HTML-safe outputWincent Colaiuta2010-06-171-8/+4
* | Final touches and fixes.Rizwan Reza2010-06-217-1/+9
* | Action View is now titled.Rizwan Reza2010-06-211-1/+1
* | Action View is now titled.Rizwan Reza2010-06-213-0/+5
* | Added title to some other files in actionpack/lib/action_viewRizwan Reza2010-06-167-0/+9
* | Added titles and description.Rizwan Reza2010-06-167-17/+37
* | Adds title and description where needed.Rizwan Reza2010-06-1615-22/+48
* | Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-157-11/+11
|\ \ | |/ |/|
| * Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-117-11/+11
* | edit pass: the names of Rails components have a space, ie, "Active Record", n...Xavier Noria2010-06-143-5/+5
* | truncate safe method description changesNeeraj Singh2010-06-141-1/+1
* | Merge branch 'master' of git://github.com/rails/railsRizwan Reza2010-06-142-2/+2
|\ \
| * | render(:inline) in a layout before yield replaces original contentNeeraj Singh2010-06-131-1/+1
| * | removes spurious .rb in requireXavier Noria2010-06-121-1/+1
* | | truncate documentation an examples added for :safe optionSantiago Pastorino2010-06-131-0/+10
|/ /
* | Merge remote branch 'docrails/master'Xavier Noria2010-06-121-1/+9
|\ \
| * | adds missing require for having ActiveSupport::InheritableOptions definedXavier Noria2010-06-111-0/+1