| Commit message (Expand) | Author | Age | Files | Lines |
* | Proper options for XmlSimple | David Heinemeier Hansson | 2006-03-07 | 2 | -2/+1 |
* | more integration tweaks | Jamis Buck | 2006-03-07 | 1 | -8/+37 |
* | XmlSimple _should_ be the default since XmlNode is not compatible with regula... | David Heinemeier Hansson | 2006-03-07 | 3 | -26/+30 |
* | A few minor tweaks to the integration testing stuff | Jamis Buck | 2006-03-07 | 1 | -1/+5 |
* | Allow method chaining in RJS elements [Rick Olson] | David Heinemeier Hansson | 2006-03-06 | 3 | -2/+12 |
* | Update Prototype for beta gems | Sam Stephenson | 2006-03-06 | 1 | -48/+55 |
* | Doc fixes | David Heinemeier Hansson | 2006-03-05 | 2 | -5/+2 |
* | ActionController::Base.param_parsers now accept symbols. currently supported ... | Tobias Lütke | 2006-03-05 | 3 | -11/+36 |
* | Added new infrastructure support for REST webservices. | Tobias Lütke | 2006-03-05 | 10 | -46/+345 |
* | Fixed tests (closes #4087) [Rick Olson] | David Heinemeier Hansson | 2006-03-05 | 1 | -0/+6 |
* | Fixed tests (closes #4087) [Rick Olson] | David Heinemeier Hansson | 2006-03-05 | 2 | -5/+29 |
* | allow RJS enum values to be passed to visual_effect() and other scriptaculous... | David Heinemeier Hansson | 2006-03-05 | 5 | -68/+80 |
* | Backed out of that. PStore doesnt support suffix :( | David Heinemeier Hansson | 2006-03-04 | 1 | -1/+0 |
* | Backed out of that. PStore doesnt support suffix :( | David Heinemeier Hansson | 2006-03-04 | 2 | -3/+3 |
* | CHANGED DEFAILT: File-based sessions now have a suffix of ".rails_session" in... | David Heinemeier Hansson | 2006-03-04 | 2 | -2/+4 |
* | Fixed Effect.Appear in effects.js to work with floats in Safari (closes #3524... | David Heinemeier Hansson | 2006-03-04 | 3 | -2/+16 |
* | RJS now does enumerations, baby! (closes #3876) [Rick Olson] | David Heinemeier Hansson | 2006-03-03 | 2 | -11/+201 |
* | Fixed that default image extension was not appended when using a full URL wit... | David Heinemeier Hansson | 2006-03-02 | 3 | -2/+5 |
* | Added that page caching will only happen if the response code is less than 40... | David Heinemeier Hansson | 2006-03-02 | 2 | -1/+3 |
* | restore elided TestProcess#assigns method | Jamis Buck | 2006-03-01 | 1 | -6/+7 |
* | Make TestProcess methods public for access via Integration::Session. Make ret... | Jamis Buck | 2006-03-01 | 2 | -115/+112 |
* | Add ActionController::IntegrationTest to allow high-level testing of the way ... | Jamis Buck | 2006-02-28 | 2 | -0/+425 |
* | Added support to AssetTagHelper#javascript_include_tag for having :defaults a... | David Heinemeier Hansson | 2006-02-28 | 4 | -10/+13 |
* | Added support for visual effects scoped queues to the visual_effect helper #3... | Thomas Fuchs | 2006-02-27 | 3 | -1/+14 |
* | Added .rxml (and any non-rhtml template, really) supportfor CaptureHelper#con... | David Heinemeier Hansson | 2006-02-26 | 6 | -13/+92 |
* | Remove ::Controllers related cruft; fix AP tests | Nicholas Seckar | 2006-02-26 | 4 | -57/+41 |
* | Added script.aculo.us drag and drop helpers to RJS [Thomas Fuchs] | Thomas Fuchs | 2006-02-26 | 4 | -7/+71 |
* | Fixed form_for regression (closes #3962) [t.lucas@toolmantim.com] | David Heinemeier Hansson | 2006-02-26 | 2 | -1/+20 |
* | Fixed tests | David Heinemeier Hansson | 2006-02-26 | 1 | -2/+2 |
* | 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 | 3 | -1/+10 |
* | The image_tag helper is not converting the options hash to symbols (closes #3... | David Heinemeier Hansson | 2006-02-26 | 2 | -1/+3 |
* | Fixed rdoc.options use all over (closes #3639) [andy@tinnedfruit.org] | David Heinemeier Hansson | 2006-02-26 | 1 | -1/+1 |
* | Check NameErrors and re-raise if they do not match the expected constant | Nicholas Seckar | 2006-02-22 | 2 | -3/+9 |
* | Update script.aculo.us to V1.5.3 [Thomas Fuchs] | Thomas Fuchs | 2006-02-22 | 4 | -31/+87 |
* | Added various InPlaceEditor options, #3746, #3891, #3896, #3906 | Thomas Fuchs | 2006-02-21 | 3 | -6/+54 |
* | Fixed that the request method would be sticky in tests (closes #3849) [lars@p... | David Heinemeier Hansson | 2006-02-20 | 2 | -2/+9 |
* | Added :count option to pagination that'll make it possible for the ActiveReco... | David Heinemeier Hansson | 2006-02-20 | 3 | -3/+27 |
* | Ensure backwards compatibility with symbolized action names for render_action... | David Heinemeier Hansson | 2006-02-19 | 2 | -2/+11 |
* | Make RJS treat symbolic action names nicely #3861 [Rick Olson] | David Heinemeier Hansson | 2006-02-17 | 2 | -1/+10 |
* | Update script.aculo.us in Rails trunk to V1.5.2 | Thomas Fuchs | 2006-02-14 | 3 | -14/+97 |
* | 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 | 2 | -7/+13 |
* | replace_element was renamed replace [DHH] | David Heinemeier Hansson | 2006-02-12 | 3 | -3/+3 |
* | 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 | 3 | -31/+55 |
* | Added element and collection proxies to RJS [DHH] | David Heinemeier Hansson | 2006-02-12 | 3 | -1/+73 |
* | The session should be saved even if the filter chain is stopped | David Heinemeier Hansson | 2006-02-12 | 1 | -1/+5 |
* | Modernize flash tests | David Heinemeier Hansson | 2006-02-12 | 1 | -41/+26 |
* | Fixed that flash wasnt being cleared after components refactoring yesterday | David Heinemeier Hansson | 2006-02-12 | 1 | -1/+1 |