| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Change url_for to escape the resulting URLs when called from a view. Closes #... | Nicholas Seckar | 2006-03-18 | 1 | -8/+8 |
* | Removed XML argument style for respond_to, so type.xml(object.to_xml) no long... | David Heinemeier Hansson | 2006-03-18 | 1 | -1/+1 |
* | Fixed UrlHelper#current_page? to behave even when url-escaped entities are pr... | David Heinemeier Hansson | 2006-03-18 | 1 | -1/+1 |
* | Fixed link_to "somewhere", :post => true to produce valid XHTML by using the ... | David Heinemeier Hansson | 2006-03-18 | 1 | -1/+1 |
* | Added :function option to PrototypeHelper#observe_field/observe_form that all... | David Heinemeier Hansson | 2006-03-18 | 1 | -2/+4 |
* | trivial documentation patch for #pagination_links [Francois Beausoleil] close... | Rick Olson | 2006-03-16 | 1 | -1/+1 |
* | Dots in template path should not trip up rendering (closes #4244) [lmarlow@ya... | David Heinemeier Hansson | 2006-03-16 | 1 | -2/+7 |
* | The mere existance of a rjs file shouldnt cause the layout to disappear. Made... | David Heinemeier Hansson | 2006-03-13 | 1 | -2/+11 |
* | Added simple alert() notifications for RJS exceptions when config.action_view... | Sam Stephenson | 2006-03-13 | 2 | -8/+18 |
* | Prefer application/xml over text/xml for charset reasons | David Heinemeier Hansson | 2006-03-13 | 1 | -1/+1 |
* | Rendering xml shouldnt happen inside any layout. Added class proxying to RJS,... | David Heinemeier Hansson | 2006-03-13 | 2 | -20/+24 |
* | Mime types are separated by a comma, not semicolon, in the Accept header. Als... | David Heinemeier Hansson | 2006-03-12 | 1 | -1/+1 |
* | Added option to render action/template/file of a specific extension (and here... | David Heinemeier Hansson | 2006-03-12 | 1 | -4/+16 |
* | Added better support for using the same actions to output for different sourc... | David Heinemeier Hansson | 2006-03-11 | 1 | -1/+2 |
* | Update to latest script.aculo.us trunk, fixes possible issue with Effect.Appe... | Thomas Fuchs | 2006-03-09 | 1 | -3/+6 |
* | Re-added mixed-in helper methods for the JavascriptGenerator. Moved Javascri... | Rick Olson | 2006-03-08 | 1 | -260/+294 |
* | Added Hash#to_xml and Array#to_xml that makes it much easier to produce XML f... | David Heinemeier Hansson | 2006-03-08 | 5 | -580/+0 |
* | Allow method chaining in RJS elements [Rick Olson] | David Heinemeier Hansson | 2006-03-06 | 2 | -1/+11 |
* | Update Prototype for beta gems | Sam Stephenson | 2006-03-06 | 1 | -48/+55 |
* | allow RJS enum values to be passed to visual_effect() and other scriptaculous... | David Heinemeier Hansson | 2006-03-05 | 2 | -9/+11 |
* | Fixed Effect.Appear in effects.js to work with floats in Safari (closes #3524... | David Heinemeier Hansson | 2006-03-04 | 1 | -0/+10 |
* | RJS now does enumerations, baby! (closes #3876) [Rick Olson] | David Heinemeier Hansson | 2006-03-03 | 1 | -9/+99 |
* | Fixed that default image extension was not appended when using a full URL wit... | David Heinemeier Hansson | 2006-03-02 | 1 | -1/+1 |
* | Added support to AssetTagHelper#javascript_include_tag for having :defaults a... | David Heinemeier Hansson | 2006-02-28 | 1 | -5/+4 |
* | Added support for visual effects scoped queues to the visual_effect helper #3... | Thomas Fuchs | 2006-02-27 | 1 | -1/+6 |
* | Added .rxml (and any non-rhtml template, really) supportfor CaptureHelper#con... | David Heinemeier Hansson | 2006-02-26 | 1 | -12/+49 |
* | Added script.aculo.us drag and drop helpers to RJS [Thomas Fuchs] | Thomas Fuchs | 2006-02-26 | 2 | -7/+39 |
* | Fixed form_for regression (closes #3962) [t.lucas@toolmantim.com] | David Heinemeier Hansson | 2006-02-26 | 1 | -1/+1 |
* | mail_to shouldnt include language attribute in script tag #3364 [donald.piret... | David Heinemeier Hansson | 2006-02-26 | 1 | -1/+1 |
* | Fixed that form elements would strip the trailing [] from the first parameter... | David Heinemeier Hansson | 2006-02-26 | 1 | -1/+1 |
* | The image_tag helper is not converting the options hash to symbols (closes #3... | David Heinemeier Hansson | 2006-02-26 | 1 | -1/+1 |
* | Update script.aculo.us to V1.5.3 [Thomas Fuchs] | Thomas Fuchs | 2006-02-22 | 3 | -31/+85 |
* | Added various InPlaceEditor options, #3746, #3891, #3896, #3906 | Thomas Fuchs | 2006-02-21 | 1 | -6/+14 |
* | Update script.aculo.us in Rails trunk to V1.5.2 | Thomas Fuchs | 2006-02-14 | 2 | -14/+95 |
* | Refactor the Javascript proxy into a hierarchy for element/collection [DHH] | David Heinemeier Hansson | 2006-02-14 | 1 | -11/+31 |
* | Use real assigns instead of a method call [DHH] | David Heinemeier Hansson | 2006-02-12 | 1 | -6/+12 |
* | replace_element was renamed replace [DHH] | David Heinemeier Hansson | 2006-02-12 | 1 | -1/+1 |
* | Wups, committed too much | David Heinemeier Hansson | 2006-02-12 | 1 | -14/+16 |
* | Also support replace and replace_html and some refactoring in JavaScriptEleme... | David Heinemeier Hansson | 2006-02-12 | 2 | -31/+50 |
* | Added element and collection proxies to RJS [DHH] | David Heinemeier Hansson | 2006-02-12 | 1 | -0/+39 |
* | Add JavaScriptGenerator#replace_element for replacing an element's "outer HTM... | Sam Stephenson | 2006-02-12 | 2 | -24/+53 |
* | Fix form_for brokenness due to a shortage of parenthesis | Nicholas Seckar | 2006-02-12 | 1 | -1/+1 |
* | Expose object and object_name from the FormBuilder [DHH] | David Heinemeier Hansson | 2006-02-12 | 1 | -2/+4 |
* | Clean up style around form_for and friends a bit | David Heinemeier Hansson | 2006-02-12 | 2 | -8/+7 |
* | Remove over-engineered form_for code for a leaner implementation. | Nicholas Seckar | 2006-02-11 | 2 | -27/+16 |
* | Add :html option for specifying form tag options in form_for | Sam Stephenson | 2006-02-08 | 1 | -2/+2 |
* | Don't interpret the :value option on text_area as an html attribute. Set the ... | Marcel Molina | 2006-02-08 | 1 | -1/+1 |
* | Fix remote_form_for creates a non-ajax form. Closes #3741. | Nicholas Seckar | 2006-02-06 | 2 | -4/+8 |
* | Add :builder => option to form_for and friends. Closes 3268. | Nicholas Seckar | 2006-02-04 | 2 | -23/+50 |
* | Add the ability to call JavaScriptGenerator methods from helpers called in up... | Sam Stephenson | 2006-01-23 | 2 | -31/+44 |