aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view
Commit message (Expand)AuthorAgeFilesLines
* rename Backend::Simple#add_translations to set_translationsSven Fuchs2008-06-202-2/+2
* add a generic tranlate view helperSven Fuchs2008-06-191-0/+19
* integrating I18n into RailsSven Fuchs2008-06-195-88/+189
* Replaced TemplateFinder abstraction with ViewLoadPathsJoshua Peek2008-06-178-206/+293
* Performance: PartialTemplate#initializeJeremy Kemper2008-06-171-37/+37
* Added block-call style to link_to [Sam Stephenson/DHH]David Heinemeier Hansson2008-06-171-18/+42
* Reload cached templates when a new handler is registeredPratik Naik2008-06-151-0/+1
* Opps, I forgot to add template_handlers.rb to my index.Joshua Peek2008-06-111-0/+46
* Moved template handler registration into a mix-in module.Joshua Peek2008-06-112-66/+26
* Make sure cache_template_loading works and don't use to_prepare callbackPratik Naik2008-06-111-0/+1
* TimeZone -> ActiveSupport::TimeZone. [#387 state:resolved]Ruy Asan2008-06-111-2/+2
* Delegate ActionView::Base#controller_name to controllerPratik Naik2008-06-101-1/+1
* add deprecation for the #concat helper's 2nd argument, which is no longer neededrick2008-06-091-1/+5
* Removed TemplateFinder.update_extension_cache_for since view path cache will ...Joshua Peek2008-06-092-16/+1
* Removed used check_view_paths after 057768cJoshua Peek2008-06-091-7/+0
* Process view paths passed to AV::Base#initialize instead of raising.Jeremy Kemper2008-06-081-10/+1
* with_output_buffer returns the temporary buffer instead of the result of the ...Jeremy Kemper2008-06-081-0/+1
* Use output_buffer reader and writer methods exclusively instead of hitting th...Jeremy Kemper2008-06-086-15/+11
* Remove some internal dead code that supported content_forJeremy Kemper2008-06-061-15/+5
* concat should ignore nilJeremy Kemper2008-06-061-1/+1
* javascript_tag should only concat when block_given?Jeremy Kemper2008-06-061-7/+10
* Merge branch 'master' into erboutJeremy Kemper2008-06-061-3/+4
|\
| * Drop a string conversion from the often-called tag_options helperJeremy Kemper2008-06-061-3/+4
* | Merge branch 'master' into erboutJeremy Kemper2008-06-052-2/+3
|\|
| * Ensure render :file works inside templatesPratik Naik2008-06-051-1/+2
| * Make partial counter start from 0.Frederick Cheung2008-06-051-1/+1
* | Merge branch 'master' into erboutJeremy Kemper2008-06-051-0/+10
|\|
| * Add RJS#page.reload. [#277 state:resolved]Sean Huber2008-06-041-0/+10
* | Stack @output_buffer for nested renderingJeremy Kemper2008-06-031-2/+2
* | Don't pass block binding to concatJeremy Kemper2008-06-028-31/+21
* | Work with @output_buffer instead of _erboutJeremy Kemper2008-06-024-13/+25
* | Try replacing _erbout with @output_bufferJeremy Kemper2008-06-026-54/+25
|/
* Remove dead code, and the tests for it.Michael Koziarski2008-05-311-69/+0
* Don't require AV::TestCases to have a helper class. Only include the helper c...Jeremy Kemper2008-05-261-10/+4
* Merge docrails.Pratik Naik2008-05-2510-183/+196
* Fix auto_link helper for already linked urls. [#72 state:resolved]Kevin Glowacz2008-05-221-2/+2
* Parentheses should be acceptable characters for auto_link_urls. [#234 state:r...Adam2008-05-221-1/+1
* Improve check_box_checked? to use include? for Array values. [#193 state:reso...Erkki Eilonen2008-05-211-0/+2
* Ensure observe_field encodes value parameter. [#216 state:resolved]Frederick Cheung2008-05-191-1/+1
* InstanceTag#default_time_from_options overflows to DateTimegbuesing2008-05-181-1/+1
* time_zone_select docs: explain priority zones option. Add example showing a c...gbuesing2008-05-181-0/+8
* Deprecate ActionView::Base.cache_template_extensionsPratik Naik2008-05-171-5/+5
* Merge documentation changes from docrails.Pratik Naik2008-05-162-32/+115
* auto_link helper fails to recognize links separated by space. [#72 state:reso...Eugene Pimenov2008-05-161-1/+1
* Don't fallback to just adding "'s" in TextHelper#pluralize, because the Infle...Joshua Peek2008-05-141-68/+59
* Fix remote_function to escape apostrophes inside the remote url passed to Aja...Andre Arko2008-05-131-1/+1
* Updated copyright yearsDavid Heinemeier Hansson2008-05-113-3/+3
* Added not to sanitize helper docs that it doesn't guarantee well-formed markup.Michael Schuerig2008-05-121-0/+5
* Make render shorthands work with namespaced controllersJacek Becela2008-05-101-2/+2
* Merge docrails:Pratik Naik2008-05-094-35/+65