| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix doc typo on Dispatcher.dispatch. Closes #10434 [fxn] | Jeremy Kemper | 2007-12-10 | 1 | -1/+1 |
* | render :xml and :json preserve custom content types. Closes #10388. | Jeremy Kemper | 2007-12-09 | 3 | -12/+34 |
* | Refactor Action View template handlers. Closes #10437. | Jeremy Kemper | 2007-12-09 | 7 | -89/+108 |
* | Fix DoubleRenderError message and leave out mention of returning false from f... | Rick Olson | 2007-12-08 | 2 | -1/+3 |
* | Clean up some cruft around ActionController::Base#head. Closes #10417 [ssoroka] | Rick Olson | 2007-12-08 | 2 | -12/+6 |
* | Make ready for 2.0.1 | David Heinemeier Hansson | 2007-12-07 | 3 | -3/+3 |
* | Ignore illegal seeks on body rewind. Catches CGI errors depending on your htt... | Jeremy Kemper | 2007-12-07 | 2 | -1/+17 |
* | Fixed documentation that made rdoc bark | David Heinemeier Hansson | 2007-12-06 | 1 | -1/+1 |
* | Fixed documentation that made rdoc bark | David Heinemeier Hansson | 2007-12-06 | 1 | -2/+2 |
* | Preparing for release shortly | David Heinemeier Hansson | 2007-12-06 | 3 | -8/+5 |
* | Fixed send_file/binary_content for testing (closes #8044) [tolsen] | David Heinemeier Hansson | 2007-12-05 | 3 | -20/+11 |
* | Adding missing space to documentation of the layout method. Closes #7126 [ora... | Marcel Molina | 2007-12-05 | 1 | -1/+1 |
* | Add example of redirect_to that uses a named route. Closes #7149 [stevenbristol] | Marcel Molina | 2007-12-05 | 1 | -0/+1 |
* | Correct example for path parameters to use strings as keys in the hash rather... | Marcel Molina | 2007-12-05 | 1 | -2/+3 |
* | Update documentation to reflect increased accuracy of date interval calculati... | Marcel Molina | 2007-12-05 | 1 | -4/+3 |
* | Add documentation examples to prototype helper. Closes #7211 [manfred] | Marcel Molina | 2007-12-05 | 2 | -2/+25 |
* | Enhance documentation coverage for fragment caching. Closes #7315 [bscofield] | Marcel Molina | 2007-12-05 | 3 | -15/+28 |
* | Add many examples to PrototypeHelper documentation. Closes #7656 [jeremymcana... | Marcel Molina | 2007-12-05 | 2 | -25/+258 |
* | Fix typos (closes #10378) | David Heinemeier Hansson | 2007-12-05 | 12 | -22/+22 |
* | Add many examples to assertion documentation. Closes #7803 [jeremymcanally] | Marcel Molina | 2007-12-05 | 5 | -37/+130 |
* | Ensure that ActionMailer::Base is there and not just the parent module | David Heinemeier Hansson | 2007-12-05 | 1 | -1/+1 |
* | Fix typo in [8287] | Marcel Molina | 2007-12-05 | 1 | -1/+1 |
* | Document the supported options for sortable_element. Closes #8820 [berkelep] | Marcel Molina | 2007-12-05 | 2 | -2/+59 |
* | Add examples in the documentation for various assertions. Closes #9938 [zapnap] | Marcel Molina | 2007-12-05 | 4 | -5/+50 |
* | When a NonInferrableControllerError is raised, make the proposed fix clearer ... | Marcel Molina | 2007-12-05 | 2 | -1/+3 |
* | Remove Great Britain from the Country select helper to ensure consistency wit... | Michael Koziarski | 2007-12-05 | 2 | -5/+1 |
* | Update Prototype to 1.6.0.1 | Sam Stephenson | 2007-12-05 | 2 | -20/+47 |
* | Fix broken test (closes #10364) [chuyeow] | David Heinemeier Hansson | 2007-12-05 | 1 | -1/+7 |
* | Removed some of the tags that does not make sense to allow per default in the... | David Heinemeier Hansson | 2007-12-04 | 1 | -2/+2 |
* | Update trunk to script.aculo.us 1.8.0.1, fixes a regression in the autocompleter | Thomas Fuchs | 2007-12-04 | 2 | -3/+5 |
* | Add 'disabled' attribute to <OPTION> separators used in time zone and country... | Rick Olson | 2007-12-04 | 3 | -8/+10 |
* | Make sure that setting the format with a symbol works too | David Heinemeier Hansson | 2007-12-03 | 1 | -1/+1 |
* | Don't escape forward slashes with String#to_json, our unicode encoding of < a... | Michael Koziarski | 2007-12-02 | 2 | -14/+14 |
* | Deal with nested fields_for too [DHH] | David Heinemeier Hansson | 2007-12-02 | 2 | -2/+36 |
* | Added the same record identification guessing rules to fields_for as form_for... | David Heinemeier Hansson | 2007-12-02 | 3 | -4/+47 |
* | Don't inadvertently hit const_missing in defined?(ActionMailer::Base) check | Jeremy Kemper | 2007-12-01 | 1 | -1/+1 |
* | Fixed that verification violations with no specified action didn't halt the c... | David Heinemeier Hansson | 2007-11-30 | 3 | -6/+31 |
* | Make sure assert_select_rjs gets counted, Closes #10278 [tarmo] | Michael Koziarski | 2007-11-29 | 1 | -1/+2 |
* | Raise UnknownHttpMethod exception for unknown HTTP methods. Closes #10303 [ta... | Rick Olson | 2007-11-29 | 4 | -14/+42 |
* | Update to Prototype -r8232 | Sam Stephenson | 2007-11-29 | 2 | -71/+89 |
* | Prep for RC2 | David Heinemeier Hansson | 2007-11-29 | 3 | -3/+4 |
* | correct confusing comments | Michael Koziarski | 2007-11-28 | 1 | -1/+1 |
* | Make sure the optimisation code for routes doesn't get used if :host, :anchor... | Michael Koziarski | 2007-11-28 | 3 | -6/+48 |
* | Added protection from trailing slashes on page caching (closes #10229) [devri... | David Heinemeier Hansson | 2007-11-28 | 3 | -1/+17 |
* | Asset timestamps are appended, not prepended. Closes #10276 [mnaberez] | Marcel Molina | 2007-11-27 | 2 | -2/+4 |
* | Fixed to_s bug with namespace routes (closes #10283) [johnb] | David Heinemeier Hansson | 2007-11-26 | 2 | -1/+21 |
* | Minor inconsistency in description of render example. Closes #10029 [ScottSch... | Marcel Molina | 2007-11-26 | 2 | -2/+4 |
* | Add #prepend_view_path and #append_view_path instance methods on ActionContro... | Rick Olson | 2007-11-26 | 4 | -6/+71 |
* | Refactor sanitizer helpers into HTML classes and make it easy to swap them ou... | Rick Olson | 2007-11-26 | 6 | -342/+475 |
* | Add deprecation for old subtemplate syntax for ActionMailer templates, use re... | Rick Olson | 2007-11-26 | 2 | -0/+15 |