| Commit message (Expand) | Author | Age | Files | Lines |
* | fix ruby syntax in comments for the JavascriptGenerator (closes #4577) [Rick] | Rick Olson | 2006-04-04 | 1 | -1/+1 |
* | Add additional autocompleter options [aballai, Thomas Fuchs] | Thomas Fuchs | 2006-04-02 | 1 | -1/+10 |
* | Applied Prototype $() performance patches (#4465, #4477) and updated script.a... | Thomas Fuchs | 2006-04-01 | 3 | -75/+302 |
* | Make asset timestamping safe to use on assets that don't exist | Jamis Buck | 2006-03-30 | 1 | -1/+1 |
* | Skip complete URLs | David Heinemeier Hansson | 2006-03-29 | 1 | -1/+1 |
* | Added automated timestamping to AssetTagHelper methods for stylesheets, javas... | David Heinemeier Hansson | 2006-03-29 | 1 | -5/+16 |
* | Fixed docs | David Heinemeier Hansson | 2006-03-28 | 2 | -5/+5 |
* | Fixed require of bluecloth and redcloth when gems haven't been loaded (closes... | David Heinemeier Hansson | 2006-03-27 | 1 | -2/+2 |
* | Speedup for sortable with handles initialization in rails trunk too | Thomas Fuchs | 2006-03-27 | 2 | -4/+5 |
* | Update to Prototype 1.5.0_pre1 | Sam Stephenson | 2006-03-27 | 1 | -5/+31 |
* | ActionView: Allow to register a Template handler with a Symbol (dont kill mar... | David Heinemeier Hansson | 2006-03-26 | 1 | -1/+1 |
* | effects.js and controls.js fixes | Thomas Fuchs | 2006-03-26 | 2 | -4/+5 |
* | finish form_for change, allow hash as the second param: form_for :post, :url ... | Rick Olson | 2006-03-26 | 1 | -3/+6 |
* | Change #form_for and #fields_for so that the second argument is not required ... | Rick Olson | 2006-03-26 | 1 | -2/+2 |
* | Update to script.aculo.us 1.6 | Thomas Fuchs | 2006-03-26 | 2 | -180/+248 |
* | Fix double url escaping of remote_function. Add :escape => false option to Ac... | Nicholas Seckar | 2006-03-22 | 2 | -3/+15 |
* | Turn RJS debugging on by default and show the source code when an exception i... | David Heinemeier Hansson | 2006-03-20 | 1 | -2/+3 |
* | Performance speedup for ActionController (closes #4174) [Stefan Kaes] Include... | David Heinemeier Hansson | 2006-03-20 | 1 | -14/+20 |
* | Added option to String#camelize to generate lower-cased camel case by passing... | David Heinemeier Hansson | 2006-03-20 | 1 | -2/+2 |
* | Add :script option to in_place_editor to support evalScripts (closes #4194) [... | Rick Olson | 2006-03-19 | 1 | -0/+2 |
* | Fix mixed case enumerable methods in the JavaScript Collection Proxy (closes ... | Rick Olson | 2006-03-19 | 1 | -2/+2 |
* | Undo accidental escaping for mail_to; add regression test. Fix incorrect cred... | Nicholas Seckar | 2006-03-19 | 1 | -1/+0 |
* | 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 |