| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Update CGI process to allow sessions to contain namespaced models. Closes #4638. | Nicholas Seckar | 2006-09-20 | 2 | -1/+3 |
* | Fix routing to respect user provided requirements and defaults when assigning... | Nicholas Seckar | 2006-09-20 | 3 | -9/+90 |
* | Hash.create_from_xml has been renamed to Hash.from_xml, alias will exist unti... | David Heinemeier Hansson | 2006-09-20 | 1 | -1/+1 |
* | Rescue Errno::ECONNRESET to handle an unexpectedly closed socket connection. ... | Jeremy Kemper | 2006-09-18 | 2 | -4/+6 |
* | test default content type for implicit rjs template render | Rick Olson | 2006-09-18 | 2 | -0/+10 |
* | Added that respond_to blocks will automatically set the content type to be th... | David Heinemeier Hansson | 2006-09-17 | 4 | -2/+45 |
* | Added proper getters and setters for content type and charset [DHH] Added utf... | David Heinemeier Hansson | 2006-09-17 | 11 | -14/+158 |
* | Updated prototype.js to 1.5.0_rc1 with latest fixes. [Rick Olson] | Rick Olson | 2006-09-16 | 2 | -28/+55 |
* | Declare file extensions exempt from layouts. Closes #6219. | Jeremy Kemper | 2006-09-16 | 3 | -1/+51 |
* | remove implicit primary actions - more pain than gain. test collection actio... | Jeremy Kemper | 2006-09-14 | 2 | -32/+36 |
* | Add chained replace/update support for assert_select_rjs [Rick Olson] | Rick Olson | 2006-09-14 | 3 | -10/+67 |
* | Make sure that formatted routes for all verbs are created. Still needs to res... | David Heinemeier Hansson | 2006-09-13 | 2 | -21/+24 |
* | Load helpers in alphabetical order for consistency. Resolve cyclic javascript... | Jeremy Kemper | 2006-09-12 | 3 | -2/+5 |
* | Skip params with empty names, such as the &=Save query string from <input typ... | Jeremy Kemper | 2006-09-12 | 3 | -3/+15 |
* | Fix assert_tag so that :content => "foo" does not match substrings, but only ... | Jamis Buck | 2006-09-10 | 3 | -3/+12 |
* | Add test case to test attribute matching by assert_tag | Jamis Buck | 2006-09-09 | 1 | -0/+10 |
* | Split Form.serialize into Form.serialize and Form.serializeElements. The latt... | David Heinemeier Hansson | 2006-09-08 | 1 | -2/+6 |
* | We cant make MySQL 5 happy if it means making SQLite and PostgreSQL cry. So c... | David Heinemeier Hansson | 2006-09-08 | 1 | -1/+1 |
* | Since to_sing, we need to check for empty string | David Heinemeier Hansson | 2006-09-08 | 1 | -1/+1 |
* | Update descriptive messages for exceptions thrown by cgi_methods. Closes #6103. | Jeremy Kemper | 2006-09-08 | 2 | -4/+6 |
* | Add descriptive messages to the exceptions thrown by cgi_methods. Closes #6091. | Nicholas Seckar | 2006-09-07 | 2 | -2/+10 |
* | Fix loop_on_multiple_args to work, again (not my day), fixes #6078 | Thomas Fuchs | 2006-09-07 | 1 | -6/+6 |
* | Ahem, now for real | Thomas Fuchs | 2006-09-07 | 1 | -1/+1 |
* | Fix a warning in prototype_helper_test, fixes #6077 | Thomas Fuchs | 2006-09-07 | 1 | -5/+3 |
* | Update JavaScriptGenerator#show/hide/toggle/remove to new Prototype syntax fo... | Thomas Fuchs | 2006-09-07 | 3 | -9/+26 |
* | Update UrlWriter to support :only_path. | Nicholas Seckar | 2006-09-06 | 3 | -8/+37 |
* | Get symbol definitions of methods converted to strings [DHH] | David Heinemeier Hansson | 2006-09-06 | 1 | -1/+1 |
* | added passing test for using partials with an xml builder | Rick Olson | 2006-09-06 | 3 | -0/+13 |
* | Backed out of locals hash as it caused trouble with Builder, see ticket for more | David Heinemeier Hansson | 2006-09-06 | 3 | -34/+1 |
* | Fixed JavaScriptHelper#link_to_function and JavaScriptHelper#button_to_functi... | David Heinemeier Hansson | 2006-09-06 | 3 | -2/+32 |
* | Still need the regular assertions | David Heinemeier Hansson | 2006-09-05 | 1 | -0/+1 |
* | caller is necessary for proper trace in deprecation | David Heinemeier Hansson | 2006-09-05 | 2 | -2/+2 |
* | Better bundling of new assertions and make integration tests work again | David Heinemeier Hansson | 2006-09-05 | 2 | -15/+20 |
* | Update to script.aculo.us 1.6.3 [Thomas Fuchs] | Thomas Fuchs | 2006-09-05 | 4 | -55/+120 |
* | Update to Prototype 1.5.0_rc1 | Sam Stephenson | 2006-09-05 | 2 | -126/+355 |
* | Added access to nested attributes in RJS (closes #4548) [richcollins@gmail.com] | David Heinemeier Hansson | 2006-09-04 | 3 | -0/+32 |
* | Fixed that AssetTagHelper#image_tag and others using compute_public_path shou... | David Heinemeier Hansson | 2006-09-04 | 3 | -0/+12 |
* | Expose more options of inplace_editor (but its still going plugin with v2.0) ... | David Heinemeier Hansson | 2006-09-04 | 1 | -1/+5 |
* | Superseeded by action_caching_test (closes #5173) | David Heinemeier Hansson | 2006-09-04 | 1 | -74/+0 |
* | Documentation for routes (closes #5165) [rramdas@gmail.com] | David Heinemeier Hansson | 2006-09-04 | 1 | -0/+188 |
* | Deprecated the auto-appending of .png to AssetTagHelper#image_tag calls that ... | David Heinemeier Hansson | 2006-09-04 | 3 | -7/+20 |
* | Fixed default routing NoMethodError downcase for nil when default controller ... | David Heinemeier Hansson | 2006-09-04 | 2 | -2/+14 |
* | Added locals hash to partials, which makes for convenient access of some time... | David Heinemeier Hansson | 2006-09-04 | 3 | -1/+34 |
* | Update usage notes to verify | David Heinemeier Hansson | 2006-09-04 | 1 | -0/+3 |
* | Fixed FormOptionsHelper#select to respect :selected value (closes #5813) | David Heinemeier Hansson | 2006-09-04 | 2 | -2/+4 |
* | Fixed TextHelper#simple_format to deal with multiple single returns within a ... | David Heinemeier Hansson | 2006-09-04 | 3 | -1/+4 |
* | Fixed TextHelper#pluralize to handle 1 as a string (closes #5905) [rails@benc... | David Heinemeier Hansson | 2006-09-04 | 3 | -1/+7 |
* | Improved resolution of DateHelper#distance_of_time_in_words for better precis... | David Heinemeier Hansson | 2006-09-04 | 3 | -62/+116 |
* | Doc fix (closes #6023) | David Heinemeier Hansson | 2006-09-04 | 1 | -1/+1 |
* | deprecated render assertions | Jeremy Kemper | 2006-09-04 | 1 | -2/+7 |