aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view
Commit message (Expand)AuthorAgeFilesLines
* Improved auto_link to match more valid urls correctlyTobias Lütke2006-12-071-13/+13
* Bob's raining patches: fixes date_helper bugs and usability issues. Reference...Jeremy Kemper2006-12-062-121/+224
* Premature commitDavid Heinemeier Hansson2006-11-302-14/+0
* Fixed that script/server running against Mongrel should tail the proper log r...David Heinemeier Hansson2006-11-302-0/+14
* strip_tags passes through blank args such as nil or "". Closes #6702, refere...Jeremy Kemper2006-11-261-1/+1
* Make sure .morph makes it inThomas Fuchs2006-11-201-1/+6
* Extract template_changed_since? from compile_template? so plugins may overrid...Jeremy Kemper2006-11-201-4/+10
* Update trunk w/ latest Prototype and script.aculo.usThomas Fuchs2006-11-194-15/+159
* simple_format helper doesn't choke on nil. Closes #6644.Jeremy Kemper2006-11-191-6/+4
* Update Prototype in trunk to [5550]Thomas Fuchs2006-11-171-0/+24
* ActionView::Base.erb_variable accessor names the buffer variable used to rend...Jeremy Kemper2006-11-173-5/+8
* Template errors: fix strange deprecation warnings on e.g. @flash.inspect, rem...Jeremy Kemper2006-11-171-42/+66
* Update to Prototype 1.5.0_rc2Sam Stephenson2006-11-121-179/+239
* Remove JavaScriptLiteral in favor of ActiveSupport::JSON::Variable.Sam Stephenson2006-11-111-8/+1
* Deprecate JavaScriptHelper#update_element_function, which is superseeded by R...Thomas Fuchs2006-11-062-75/+34
* pluralize helper interprets nil as zero. Closes #6474.Jeremy Kemper2006-11-051-1/+1
* Set ActionView::Base.default_form_builder once rather than passing the :build...Jeremy Kemper2006-11-031-2/+9
* Consistent default handling in ActionView render. Closes #6534.Jeremy Kemper2006-11-021-3/+2
* Update to latest Prototype, which doesnt serialize disabled form elements, ad...Thomas Fuchs2006-10-281-5/+11
* make sure link_to_image is deprecated as well as link_image_toJamis Buck2006-10-241-1/+2
* Use new deprecate syntax so that alternatives are given with the warningJamis Buck2006-10-243-3/+3
* Deprecate start_form_tag and end_form_tag. Use form_tag / '</form>' from now...Rick Olson2006-10-241-0/+2
* Added block-usage to PrototypeHelper#form_remote_tag, document block-usage of...Rick Olson2006-10-243-5/+23
* Made FormTagHelper#form_tag work with blocks, rendering start/end_form_tag de...David Heinemeier Hansson2006-10-231-2/+9
* Added block-usage to TagHelper#content_tag [DHH]David Heinemeier Hansson2006-10-231-4/+24
* Docfix (closes #6462)David Heinemeier Hansson2006-10-231-0/+5
* Docfix (closes #6393)David Heinemeier Hansson2006-10-221-76/+117
* Deprecated UrlHelper#link_to_image and UrlHelper#link_to :post => true (close...David Heinemeier Hansson2006-10-221-93/+154
* Upgraded NumberHelper with number_to_phone support international formats to c...David Heinemeier Hansson2006-10-221-62/+102
* Fixed that setting RAILS_ASSET_ID to "" should not add a trailing slash after...David Heinemeier Hansson2006-10-222-6/+8
* Add support for converting blocks into function arguments in JavaScriptGenera...Sam Stephenson2006-10-191-13/+34
* Add <%= escape_once html %> to escape html while leaving any currently escape...Rick Olson2006-10-182-3/+12
* Fix double-escaped entities, such as &amp;amp;, &amp;#123;, etc. [Rick]Rick Olson2006-10-181-1/+6
* Replace KCODE checks with String#chars for truncate. Closes #6385 [Manfred S...Michael Koziarski2006-10-141-7/+2
* Use String#chars in TextHelper::excerpt. Closes #6386 [Manfred Stienstra]Michael Koziarski2006-10-121-4/+4
* Update to latest Prototype and script.aculo.us trunk versionsThomas Fuchs2006-10-094-185/+156
* Fixed that NumberHelper#number_to_delimiter should respect precision of highe...David Heinemeier Hansson2006-10-091-3/+9
* Fixed that FormHelper#radio_button didn't respect an :id being passed in (clo...David Heinemeier Hansson2006-10-091-2/+2
* Added an html_options hash parameter to javascript_tag() and update_page_tag(...David Heinemeier Hansson2006-10-092-4/+10
* Also update escaping for prototype rescues [DHH]David Heinemeier Hansson2006-10-091-1/+1
* Fixed escaping of backslashes in JavaScriptHelper#escape_javascript (closes #...David Heinemeier Hansson2006-10-091-1/+1
* Docfix (closes #6356)David Heinemeier Hansson2006-10-091-1/+9
* cleanup of local_assigns handling and documentation update (closes #6358) [sk...David Heinemeier Hansson2006-10-081-6/+16
* Deprecation: @request will be removed after 1.2. Use the request method instead.Jeremy Kemper2006-09-291-5/+5
* strip_links is case-insensitive. Closes #6285.Jeremy Kemper2006-09-261-1/+1
* Added proper getters and setters for content type and charset [DHH] Added utf...David Heinemeier Hansson2006-09-171-4/+3
* Updated prototype.js to 1.5.0_rc1 with latest fixes. [Rick Olson]Rick Olson2006-09-161-28/+49
* Load helpers in alphabetical order for consistency. Resolve cyclic javascript...Jeremy Kemper2006-09-122-2/+3
* Split Form.serialize into Form.serialize and Form.serializeElements. The latt...David Heinemeier Hansson2006-09-081-2/+6
* We cant make MySQL 5 happy if it means making SQLite and PostgreSQL cry. So c...David Heinemeier Hansson2006-09-081-1/+1