aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'mainstream/master'Pratik Naik2009-09-2110-232/+129
|\
| * Instrument process_action, render and sql.José Valim2009-09-201-2/+4
| * Remove unused code in ActionView.José Valim2009-09-153-130/+0
| * Rollback AS bundler work and improve activation of vendored dependenciesJoshua Peek2009-09-131-1/+1
| * AV::UrlHelper depends on Array#secondJoshua Peek2009-09-131-0/+1
| * Don't force test suite to use bundlerJoshua Peek2009-09-131-0/+1
| * Allow fields_for on a nested_attributes association to accept an explicit col...Andrew France2009-09-121-7/+19
| * Clean tag attributes before passing through the escape_once logic.Michael Koziarski2009-09-041-1/+1
| * Replace :formats => ["*/*"] with the default formats setYehuda Katz + Carl Lerche2009-09-031-0/+2
| * Don't raise exceptions for missing javascript_include_tag or stylesheet_link_...Sam Pohlenz2009-09-031-2/+6
| * Refactor ActionView::ResolverYehuda Katz + Carl Lerche2009-09-031-77/+95
| * Fix the */* with Net::HTTP bug [#3100 state:resolved]Yehuda Katz + Carl Lerche2009-09-011-22/+9
* | Merge commit 'mainstream/master'Pratik Naik2009-08-3113-167/+278
|\|
| * Remove some old cruftYehuda Katz2009-08-271-3/+0
| * Add a default parameter for Resolver#initializeCarl Lerche2009-08-261-1/+1
| * I18n: use I18n for select helpers' prompt textAkira Matsuda2009-08-262-1/+6
| * Revert "I18n: use I18n for select helpers' prompt text"Jeremy Kemper2009-08-262-6/+1
| * I18n: use I18n for select helpers' prompt textAkira Matsuda2009-08-262-1/+6
| * Fixes ActionMailer regression [#3059 state:resolved]Yehuda Katz2009-08-151-1/+1
| * Got tests to pass with some more changes.Yehuda Katz2009-08-153-4/+16
| * Caches and cache clearing seems to actually work, but the actual architecture...Yehuda Katz2009-08-152-50/+89
| * More cleanup of ActionView and reduction in need for blocks in some cases:Yehuda Katz2009-08-154-29/+11
| * Clean up ActionView some:Yehuda Katz2009-08-155-64/+33
| * More perf work:Yehuda Katz2009-08-111-1/+0
| * Tentatively accept the ":as or :object, but not both" solutionYehuda Katz2009-08-111-22/+21
| * Further experimentation. Was able to cut the cost of rendering 100 partials i...Yehuda Katz2009-08-112-18/+51
| * Add some more caching to the lookupYehuda Katz2009-08-111-12/+18
| * This change causes some failing tests, but it should be possible to make them...Yehuda Katz2009-08-111-2/+4
| * Introduce grouped_collection_select helper.codeape2009-08-091-0/+67
| * Make sure link_to generates the form with the specified :href if any [#2254 s...Max Lapshin2009-08-101-1/+1
| * Fixed to_label_tag to accept id attribute without changing for attribute [#26...Matt Duncan2009-08-091-0/+1
* | Add missing end ERB tag.Ryan Bigg2009-08-221-1/+1
|/
* Support passing Redcloth options via textilize helper [#2973 state:resolved]rizwanreza2009-08-091-3/+11
* Experimental: Improve performance of ActionView by preventing method cache fl...Yehuda Katz2009-08-091-13/+21
* Cache controller_path on the AV instance to avoid needing to make additional ...Yehuda Katz2009-08-091-1/+3
* Rendering a template from ActionView will default to looking for partials onl...Yehuda Katz2009-08-092-2/+4
* Cache some more things to improve partial perfYehuda Katz2009-08-092-5/+9
* Went from 25% slower partials (vs. 2.3) to 10% faster. More to come.Yehuda Katz2009-08-092-5/+9
* Clean up partial object some more; replace passing around a block to a single...Yehuda Katz2009-08-091-35/+39
* Clean up initializer and some of the internals of PartialRendererYehuda Katz2009-08-092-49/+45
* Ruby 1.9 compat: can't implicitly set instance var using block argJeremy Kemper2009-08-081-2/+2
* Don't call additional methods on builders passed to the atom_feed helper.Michael Koziarski2009-08-091-1/+1
* Update truncate documentation / examples to more clearly demonstrate its actu...Steve St. Martin2009-08-081-8/+10
* Allow content_tag options to take an array [#1741 state:resolved] [rizwanreza...rizwanreza2009-08-081-9/+7
* Allow radio buttons to work with booleans.José Valim2009-08-081-2/+2
* Add :include_blank option for select_tag [#1987 status:resolved]rizwanreza2009-08-081-0/+7
* First pass at making partial rendering an Object. More cleanup to come.Yehuda Katz2009-08-082-62/+83
* remove duplicate call to stringify_keys [#2587 status:resolved]Steve St. Martin2009-08-081-1/+1
* Fix number_to_precision rounding error [#2071 state:resolved]wmoxam2009-08-081-1/+1
* Ruby 1.9.2: implicit argument passing of super from method defined by define_...Jeremy Kemper2009-08-071-3/+1