| Commit message (Expand) | Author | Age | Files | Lines |
* | Skip complete URLs | David Heinemeier Hansson | 2006-03-29 | 1 | -0/+5 |
* | Added automated timestamping to AssetTagHelper methods for stylesheets, javas... | David Heinemeier Hansson | 2006-03-29 | 2 | -0/+16 |
* | Update description | David Heinemeier Hansson | 2006-03-28 | 1 | -5/+3 |
* | ActionView: Allow to register a Template handler with a Symbol (dont kill mar... | David Heinemeier Hansson | 2006-03-26 | 1 | -0/+8 |
* | finish form_for change, allow hash as the second param: form_for :post, :url ... | Rick Olson | 2006-03-26 | 1 | -6/+6 |
* | Change #form_for and #fields_for so that the second argument is not required ... | Rick Olson | 2006-03-26 | 1 | -1/+38 |
* | Fix double url escaping of remote_function. Add :escape => false option to Ac... | Nicholas Seckar | 2006-03-22 | 2 | -0/+6 |
* | Fix test | David Heinemeier Hansson | 2006-03-22 | 1 | -1/+1 |
* | Fix assert_redirected_to so it works with symbols | Jamis Buck | 2006-03-20 | 1 | -3/+18 |
* | Add :script option to in_place_editor to support evalScripts (closes #4194) [... | Rick Olson | 2006-03-19 | 1 | -0/+7 |
* | Fix mixed case enumerable methods in the JavaScript Collection Proxy (closes ... | Rick Olson | 2006-03-19 | 1 | -0/+13 |
* | Undo accidental escaping for mail_to; add regression test. Fix incorrect cred... | Nicholas Seckar | 2006-03-19 | 1 | -0/+4 |
* | Added nicer message for assert_redirected_to (closes #4294) [court3nay, Chris... | Rick Olson | 2006-03-19 | 1 | -0/+14 |
* | Change url_for to escape the resulting URLs when called from a view. Closes #... | Nicholas Seckar | 2006-03-18 | 1 | -11/+21 |
* | Added test for Accept header for xml_http_request calls in functional tests (... | David Heinemeier Hansson | 2006-03-18 | 1 | -1/+9 |
* | Removed XML argument style for respond_to, so type.xml(object.to_xml) no long... | David Heinemeier Hansson | 2006-03-18 | 5 | -17/+31 |
* | Added easy support for testing file uploads with fixture_file_upload (closes ... | David Heinemeier Hansson | 2006-03-18 | 2 | -0/+27 |
* | Make sure xml_simple requests don't blow up if an empty request body is recieved | Jamis Buck | 2006-03-18 | 1 | -0/+6 |
* | fix broken respond_to test | Jamis Buck | 2006-03-18 | 4 | -1/+4 |
* | Add ability for relative_url_root to be specified via an environment variable... | Nicholas Seckar | 2006-03-18 | 1 | -0/+13 |
* | Fixed link_to "somewhere", :post => true to produce valid XHTML by using the ... | David Heinemeier Hansson | 2006-03-18 | 1 | -2/+2 |
* | Added :function option to PrototypeHelper#observe_field/observe_form that all... | David Heinemeier Hansson | 2006-03-18 | 1 | -0/+10 |
* | Allow for respond_to(:html, :js, :xml) (closes #4277) [Caio Chassot] | David Heinemeier Hansson | 2006-03-18 | 1 | -0/+18 |
* | Add a test to make sure basic XML entities get unescaped properly | Jamis Buck | 2006-03-18 | 1 | -0/+8 |
* | Make Mime::Type.parse consider q values (if any) | Jamis Buck | 2006-03-18 | 1 | -0/+24 |
* | XML-formatted requests are typecast according to "type" attributes for :xml_s... | Jamis Buck | 2006-03-18 | 1 | -1/+53 |
* | Fixed proxy support for lighttpd (closes #3267) [stephen_purcell@yahoo.com] | David Heinemeier Hansson | 2006-03-16 | 1 | -2/+19 |
* | Added TestRequest#raw_post that simulate raw_post from CgiRequest (closes #30... | David Heinemeier Hansson | 2006-03-16 | 1 | -0/+17 |
* | Dots in template path should not trip up rendering (closes #4244) [lmarlow@ya... | David Heinemeier Hansson | 2006-03-16 | 2 | -1/+22 |
* | Underscore dasherized keys in formatted requests | Jamis Buck | 2006-03-15 | 1 | -3/+28 |
* | Add MimeResponds::Responder#any for managing multiple types with identical re... | Jamis Buck | 2006-03-15 | 1 | -0/+21 |
* | Added simple alert() notifications for RJS exceptions when config.action_view... | Sam Stephenson | 2006-03-13 | 3 | -20/+28 |
* | Rendering xml shouldnt happen inside any layout. Added class proxying to RJS,... | David Heinemeier Hansson | 2006-03-13 | 2 | -1/+8 |
* | Default mime type for XML should be application/xml [DHH] | David Heinemeier Hansson | 2006-03-12 | 1 | -0/+12 |
* | Mime types are separated by a comma, not semicolon, in the Accept header. Als... | David Heinemeier Hansson | 2006-03-12 | 2 | -7/+7 |
* | Added synonym and custom type handling to respond_to [DHH] | David Heinemeier Hansson | 2006-03-12 | 1 | -0/+28 |
* | Assume that we accept what we give [DHH] | David Heinemeier Hansson | 2006-03-12 | 1 | -0/+18 |
* | Added defaults to respond_to [DHH] | David Heinemeier Hansson | 2006-03-12 | 6 | -17/+59 |
* | Added option to render action/template/file of a specific extension (and here... | David Heinemeier Hansson | 2006-03-12 | 2 | -56/+64 |
* | Added better support for using the same actions to output for different sourc... | David Heinemeier Hansson | 2006-03-11 | 3 | -3/+105 |
* | Fix problem with unloaded ARStore sessions being loaded when they are garbage... | Jamis Buck | 2006-03-08 | 1 | -0/+22 |
* | Re-added mixed-in helper methods for the JavascriptGenerator. Moved Javascri... | Rick Olson | 2006-03-08 | 2 | -27/+41 |
* | ActionController::Base.param_parsers now accept symbols. currently supported ... | Tobias Lütke | 2006-03-05 | 1 | -2/+20 |
* | Added new infrastructure support for REST webservices. | Tobias Lütke | 2006-03-05 | 2 | -2/+148 |
* | 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 | 3 | -59/+69 |
* | RJS now does enumerations, baby! (closes #3876) [Rick Olson] | David Heinemeier Hansson | 2006-03-03 | 1 | -2/+102 |
* | Fixed that default image extension was not appended when using a full URL wit... | David Heinemeier Hansson | 2006-03-02 | 1 | -1/+2 |
* | Added support to AssetTagHelper#javascript_include_tag for having :defaults a... | David Heinemeier Hansson | 2006-02-28 | 2 | -5/+7 |