aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
* Fix assert_redirected_to so it works with symbolsJamis Buck2006-03-201-3/+18
* Added nicer message for assert_redirected_to (closes #4294) [court3nay, Chris...Rick Olson2006-03-191-0/+14
* Added test for Accept header for xml_http_request calls in functional tests (...David Heinemeier Hansson2006-03-181-1/+9
* Removed XML argument style for respond_to, so type.xml(object.to_xml) no long...David Heinemeier Hansson2006-03-182-17/+28
* Added easy support for testing file uploads with fixture_file_upload (closes ...David Heinemeier Hansson2006-03-181-0/+27
* Make sure xml_simple requests don't blow up if an empty request body is recievedJamis Buck2006-03-181-0/+6
* fix broken respond_to testJamis Buck2006-03-181-1/+1
* Add ability for relative_url_root to be specified via an environment variable...Nicholas Seckar2006-03-181-0/+13
* Allow for respond_to(:html, :js, :xml) (closes #4277) [Caio Chassot]David Heinemeier Hansson2006-03-181-0/+18
* Add a test to make sure basic XML entities get unescaped properlyJamis Buck2006-03-181-0/+8
* Make Mime::Type.parse consider q values (if any)Jamis Buck2006-03-181-0/+24
* XML-formatted requests are typecast according to "type" attributes for :xml_s...Jamis Buck2006-03-181-1/+53
* Fixed proxy support for lighttpd (closes #3267) [stephen_purcell@yahoo.com]David Heinemeier Hansson2006-03-161-2/+19
* Added TestRequest#raw_post that simulate raw_post from CgiRequest (closes #30...David Heinemeier Hansson2006-03-161-0/+17
* Dots in template path should not trip up rendering (closes #4244) [lmarlow@ya...David Heinemeier Hansson2006-03-161-1/+21
* Underscore dasherized keys in formatted requestsJamis Buck2006-03-151-3/+28
* Add MimeResponds::Responder#any for managing multiple types with identical re...Jamis Buck2006-03-151-0/+21
* Added simple alert() notifications for RJS exceptions when config.action_view...Sam Stephenson2006-03-132-2/+2
* Rendering xml shouldnt happen inside any layout. Added class proxying to RJS,...David Heinemeier Hansson2006-03-131-1/+3
* Default mime type for XML should be application/xml [DHH]David Heinemeier Hansson2006-03-121-0/+12
* Mime types are separated by a comma, not semicolon, in the Accept header. Als...David Heinemeier Hansson2006-03-122-7/+7
* Added synonym and custom type handling to respond_to [DHH]David Heinemeier Hansson2006-03-121-0/+28
* Assume that we accept what we give [DHH]David Heinemeier Hansson2006-03-121-0/+18
* Added defaults to respond_to [DHH]David Heinemeier Hansson2006-03-123-17/+56
* Added option to render action/template/file of a specific extension (and here...David Heinemeier Hansson2006-03-121-56/+61
* Added better support for using the same actions to output for different sourc...David Heinemeier Hansson2006-03-113-3/+105
* Re-added mixed-in helper methods for the JavascriptGenerator. Moved Javascri...Rick Olson2006-03-081-2/+15
* ActionController::Base.param_parsers now accept symbols. currently supported ...Tobias Lütke2006-03-051-2/+20
* Added new infrastructure support for REST webservices.Tobias Lütke2006-03-051-0/+146
* Fixed tests (closes #4087) [Rick Olson]David Heinemeier Hansson2006-03-051-0/+11
* allow RJS enum values to be passed to visual_effect() and other scriptaculous...David Heinemeier Hansson2006-03-051-3/+15
* Added .rxml (and any non-rhtml template, really) supportfor CaptureHelper#con...David Heinemeier Hansson2006-02-261-1/+33
* Remove ::Controllers related cruft; fix AP testsNicholas Seckar2006-02-262-53/+39
* Fixed that the request method would be sticky in tests (closes #3849) [lars@p...David Heinemeier Hansson2006-02-201-0/+6
* Ensure backwards compatibility with symbolized action names for render_action...David Heinemeier Hansson2006-02-191-1/+10
* Make RJS treat symbolic action names nicely #3861 [Rick Olson]David Heinemeier Hansson2006-02-171-0/+9
* Modernize flash testsDavid Heinemeier Hansson2006-02-121-41/+26
* Stopped the massive bleeding of concerns into ActionController::Base. Base no...David Heinemeier Hansson2006-02-121-2/+2
* Major components cleanup and speedup. Closes #3527.Jeremy Kemper2006-02-093-17/+21
* Move active_record_store_test.rb to test/activerecord/. Closes #3790.Jeremy Kemper2006-02-091-151/+0
* * Fix pagination problems when using includeMichael Koziarski2006-02-091-127/+0
* Don't let arbitrary classes match as controllersNicholas Seckar2006-02-042-1/+10
* Fix bad require for rake testNicholas Seckar2006-02-041-1/+1
* Fix routing tests to pass when run independently of the entire AP suiteNicholas Seckar2006-02-041-0/+1
* Fix Routing tests. Fix routing where failing to match a controller would prev...Nicholas Seckar2006-02-042-82/+72
* Added :only and :except controls to skip_before/after_filter just like for wh...David Heinemeier Hansson2006-01-311-0/+28
* Ensure assigns are copied to the template when using render :update. Closes ...Nicholas Seckar2006-01-301-1/+18
* Add the ability to call JavaScriptGenerator methods from helpers called in up...Sam Stephenson2006-01-231-1/+1
* Fix render(:update) to not render layoutsSam Stephenson2006-01-231-1/+2
* Fixed that SSL would not correctly be detected when running lighttpd/fcgi beh...David Heinemeier Hansson2006-01-231-0/+12