Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/actionpack/test/controller/mime_responds_test.rb


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8987 [8987] 03/07/08 11:17:05 pratik Make MimeResponds::Responder#any work without explicit types. Closes …
(edit) @8683 [8683] 01/21/08 20:45:04 nzkoz Reapply the TemplateFinder first applied in [8669] then reverted in …
(edit) @8676 [8676] 01/19/08 06:01:57 bitsweat Revert r8669 for now, breaks Action Mailer. Reopens #10800.
(edit) @8669 [8669] 01/19/08 03:20:39 bitsweat Introduce TemplateFinder to handle view paths and lookups. Closes #10800.
(edit) @8564 [8564] 01/05/08 13:32:06 bitsweat require abstract_unit directly since test is in load path
(edit) @8261 [8261] 12/03/07 19:49:22 david Make sure that setting the format with a symbol works too
(edit) @7719 [7719] 10/02/07 05:32:14 bitsweat Ruby 1.9 compat, consistent load paths
(edit) @7661 [7661] 09/28/07 01:23:20 david Fixed the layout defaults (closes #9564) [lifo]
(edit) @7632 [7632] 09/25/07 16:37:43 david Added another failing test
(edit) @7630 [7630] 09/25/07 15:09:21 david Better failing tests
(edit) @7629 [7629] 09/25/07 14:57:15 david Added failing tests for iphone
(edit) @7625 [7625] 09/24/07 23:44:36 david Updated iphone_with_html_response_type to fail as it uses the new …
(edit) @7514 [7514] 09/18/07 23:10:34 david Fixed that default layouts did not take the format into account #9564
(edit) @7479 [7479] 09/15/07 04:18:32 david Fixed that setting request.format would also affect respond_to blocks …
(edit) @6856 [6856] 05/26/07 03:11:34 bitsweat Introduce a default respond_to block for custom types. Closes #8174.
(edit) @6764 [6764] 05/18/07 06:24:50 bitsweat Parse url-encoded and multipart requests ourselves instead of delegating …
(edit) @6517 [6517] 04/12/07 20:25:32 rick The default respond_to blocks don't set a specific extension anymore, so …
(edit) @6507 [6507] 04/08/07 17:16:36 rick Change default respond_to templates for xml and rjs formats. [Rick]
(edit) @6120 [6120] 02/04/07 20:47:05 rick Allow Controllers to have multiple view_paths instead of a single …
(edit) @5697 [5697] 12/06/06 23:16:25 bitsweat Remove unrelated render :yaml changes. References #4185.
(edit) @5695 [5695] 12/06/06 23:06:38 bitsweat More thorough JSON tests. Use application/json by default, per rfc4627. …
(edit) @5694 [5694] 12/06/06 22:27:08 bitsweat respond_to recognizes JSON. render :json => @person.to_json automatically …
(edit) @5663 [5663] 12/02/06 22:48:20 david Added the option for extension aliases to mime type registration [DHH] …
(edit) @5232 [5232] 10/08/06 20:30:24 bitsweat r5515@ks: jeremy | 2006-10-08 13:24:42 -0700 #6281 r5516@ks: jeremy | …
(edit) @4860 [4860] 08/30/06 00:34:36 xal respond_to .html now always renders #{action_name}.rhtml so that …
(edit) @4409 [4409] 06/02/06 04:38:28 david Finish custom handling [DHH]
(edit) @4384 [4384] 05/31/06 18:52:24 david Added interrogation of params[:format] to determine Accept type. If …
(edit) @3948 [3948] 03/18/06 21:23:14 david Added test for Accept header for xml_http_request calls in functional …
(edit) @3944 [3944] 03/18/06 21:17:14 david Removed XML argument style for respond_to, so type.xml(object.to_xml) no …
(edit) @3934 [3934] 03/18/06 17:15:22 minam fix broken respond_to test
(edit) @3919 [3919] 03/18/06 06:43:37 david Allow for respond_to(:html, :js, :xml) (closes #4277) [Caio Chassot]
(edit) @3876 [3876] 03/15/06 18:27:26 minam Add MimeResponds::Responder#any for managing multiple types with identical …
(edit) @3856 [3856] 03/13/06 02:11:59 sam Added simple alert() notifications for RJS exceptions when …
(edit) @3849 [3849] 03/12/06 18:50:14 david Default mime type for XML should be application/xml [DHH]
(edit) @3847 [3847] 03/12/06 16:03:44 david Mime types are separated by a comma, not semicolon, in the Accept header. …
(edit) @3844 [3844] 03/12/06 06:02:44 david Added synonym and custom type handling to respond_to [DHH]
(edit) @3843 [3843] 03/12/06 05:13:55 david Assume that we accept what we give [DHH]
(edit) @3842 [3842] 03/12/06 03:39:58 david Added defaults to respond_to [DHH]
(add) @3838 [3838] 03/11/06 01:23:29 david Added better support for using the same actions to output for different …
Note: See TracRevisionLog for help on using the revision log.