| Commit message (Expand) | Author | Age | Files | Lines |
* | cleanup of local_assigns handling and documentation update (closes #6358) [sk... | David Heinemeier Hansson | 2006-10-08 | 1 | -6/+16 |
* | add response to list of deprecated instance variables | Jeremy Kemper | 2006-10-02 | 1 | -1/+1 |
* | use instance vars in rescue templates since controller may not be instantiate... | Jeremy Kemper | 2006-10-02 | 2 | -5/+5 |
* | Fixed some deprecation warnings in ActionPack [Rick Olson] | Rick Olson | 2006-09-30 | 2 | -4/+3 |
* | Deprecate @response | Jeremy Kemper | 2006-09-29 | 7 | -23/+24 |
* | Deprecate @headers | Jeremy Kemper | 2006-09-29 | 2 | -6/+6 |
* | Deprecate @cookies | Jeremy Kemper | 2006-09-29 | 2 | -4/+4 |
* | assert_select_rjs decodes escaped unicode chars since the Javascript generato... | Jeremy Kemper | 2006-09-29 | 1 | -17/+23 |
* | Deprecation: @request will be removed after 1.2. Use the request method instead. | Jeremy Kemper | 2006-09-29 | 5 | -19/+19 |
* | modify head so that you can specify a bare status code as the first parameter | Jamis Buck | 2006-09-28 | 1 | -5/+21 |
* | Add ActionController::Base#head for rendering empty responses. Add support fo... | Jamis Buck | 2006-09-28 | 2 | -1/+105 |
* | Fix bug that kept any before_filter except the first one from being able to h... | Rick Olson | 2006-09-27 | 1 | -5/+4 |
* | Make sure map.resources(:things, :new => { :new => :any }) correctly sets /th... | Jamis Buck | 2006-09-26 | 1 | -5/+8 |
* | strip_links is case-insensitive. Closes #6285. | Jeremy Kemper | 2006-09-26 | 1 | -1/+1 |
* | whitespace | Jeremy Kemper | 2006-09-26 | 1 | -5/+5 |
* | Clear the cache of possible controllers whenever Routes are reloaded. | Nicholas Seckar | 2006-09-23 | 1 | -1/+3 |
* | Filters overhaul including meantime filter support for around filters. Closes... | Jeremy Kemper | 2006-09-22 | 1 | -215/+439 |
* | Just use the vanilla mime type string, no need for fancy lookups [DHH] | David Heinemeier Hansson | 2006-09-20 | 1 | -2/+2 |
* | Update CGI process to allow sessions to contain namespaced models. Closes #4638. | Nicholas Seckar | 2006-09-20 | 1 | -1/+1 |
* | Fix routing to respect user provided requirements and defaults when assigning... | Nicholas Seckar | 2006-09-20 | 1 | -8/+27 |
* | 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 | 1 | -4/+4 |
* | Added that respond_to blocks will automatically set the content type to be th... | David Heinemeier Hansson | 2006-09-17 | 1 | -2/+5 |
* | Added proper getters and setters for content type and charset [DHH] Added utf... | David Heinemeier Hansson | 2006-09-17 | 5 | -9/+36 |
* | Updated prototype.js to 1.5.0_rc1 with latest fixes. [Rick Olson] | Rick Olson | 2006-09-16 | 1 | -28/+49 |
* | Declare file extensions exempt from layouts. Closes #6219. | Jeremy Kemper | 2006-09-16 | 1 | -1/+15 |
* | remove implicit primary actions - more pain than gain. test collection actio... | Jeremy Kemper | 2006-09-14 | 1 | -9/+0 |
* | Add chained replace/update support for assert_select_rjs [Rick Olson] | Rick Olson | 2006-09-14 | 1 | -10/+25 |
* | Make sure that formatted routes for all verbs are created. Still needs to res... | David Heinemeier Hansson | 2006-09-13 | 1 | -15/+19 |
* | Load helpers in alphabetical order for consistency. Resolve cyclic javascript... | Jeremy Kemper | 2006-09-12 | 2 | -2/+3 |
* | Skip params with empty names, such as the &=Save query string from <input typ... | Jeremy Kemper | 2006-09-12 | 1 | -1/+2 |
* | Fix assert_tag so that :content => "foo" does not match substrings, but only ... | Jamis Buck | 2006-09-10 | 1 | -1/+1 |
* | 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 | 1 | -3/+5 |
* | Add descriptive messages to the exceptions thrown by cgi_methods. Closes #6091. | Nicholas Seckar | 2006-09-07 | 1 | -2/+8 |
* | 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 | 1 | -4/+12 |
* | Update UrlWriter to support :only_path. | Nicholas Seckar | 2006-09-06 | 1 | -6/+11 |
* | Get symbol definitions of methods converted to strings [DHH] | David Heinemeier Hansson | 2006-09-06 | 1 | -1/+1 |
* | Backed out of locals hash as it caused trouble with Builder, see ticket for more | David Heinemeier Hansson | 2006-09-06 | 1 | -1/+1 |
* | Fixed JavaScriptHelper#link_to_function and JavaScriptHelper#button_to_functi... | David Heinemeier Hansson | 2006-09-06 | 1 | -2/+11 |
* | 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 | 3 | -55/+118 |
* | Update to Prototype 1.5.0_rc1 | Sam Stephenson | 2006-09-05 | 1 | -126/+353 |