aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Updated all number helpers with :locale option.Slobodan Kovacevic2010-06-111-1/+9
| |/
* | text_helper now escape the unsafe input instead of sanitizingSantiago Pastorino2010-06-111-4/+4
* | adds missing require for having ActiveSupport::InheritableOptions definedXavier Noria2010-06-111-0/+1
|/
* Merge remote branch 'rails/master'Xavier Noria2010-06-103-105/+15
|\
| * Remove punctuate_body! No code in lib was using it and it had no documentation.José Valim2010-06-101-6/+0
| * class_attribute is not a direct replacement of class_inheritable_*.José Valim2010-06-101-10/+7
| * Removed textilize, textilize_without_paragraph and markdown helpersSantiago Pastorino2010-06-091-83/+0
| * Memoize the object returned by _view in ActionView::TestCase::BehaviorDavid Chelimsky2010-06-081-6/+8
* | Added :locale option explanation for number_to_currencySlobodan Kovacevic2010-06-101-0/+2
|/
* Fixed double output from cache in no caching modeDavid Heinemeier Hansson2010-06-081-14/+14
* Made markdown honor :safe option and handle safe input. Also added tests for ...rohit2010-06-081-2/+2
* Fixed textilize_without_paragraph and added tests for it. [#4792 state:resolved]rohit2010-06-081-1/+1
* Updating image_tag to support cid:content_id "URLs"Mikel Lindsaar2010-06-071-2/+5
* Fix case when rendering a partial inside RJS with inherited layout [#4786 sta...José Valim2010-06-071-1/+1
* Makes text_helper methods sanitize the input if the input is not safe or :saf...Santiago Pastorino2010-06-071-16/+22