|
|
|
@8987
|
[8987]
|
03/07/08 11:17:05 |
pratik |
Make MimeResponds::Responder#any work without explicit types. Closes … |
|
|
|
@8027
|
[8027]
|
10/26/07 03:25:40 |
marcel |
Make documentation comment for mime responders match documentation … |
|
|
|
@8001
|
[8001]
|
10/23/07 06:33:28 |
bitsweat |
Some mime type refactoring. Closes #9957 [Josh Peek] |
|
|
|
@7719
|
[7719]
|
10/02/07 05:32:14 |
bitsweat |
Ruby 1.9 compat, consistent load paths |
|
|
|
@7681
|
[7681]
|
09/29/07 21:56:21 |
david |
Fixed that a response has to be available for that exact mime type for it … |
|
|
|
@7438
|
[7438]
|
09/09/07 23:12:57 |
david |
Random hits from the style nazi |
|
|
|
@6856
|
[6856]
|
05/26/07 03:11:34 |
bitsweat |
Introduce a default respond_to block for custom types. Closes #8174. |
|
|
|
@6517
|
[6517]
|
04/12/07 20:25:32 |
rick |
The default respond_to blocks don't set a specific extension anymore, so … |
|
|
|
@6507
|
[6507]
|
04/08/07 17:16:36 |
rick |
Change default respond_to templates for xml and rjs formats. [Rick] |
|
|
|
@5232
|
[5232]
|
10/08/06 20:30:24 |
bitsweat |
r5515@ks: jeremy | 2006-10-08 13:24:42 -0700
#6281
r5516@ks: jeremy | … |
|
|
|
@5154
|
[5154]
|
09/20/06 20:02:41 |
david |
Just use the vanilla mime type string, no need for fancy lookups [DHH] |
|
|
|
@5131
|
[5131]
|
09/17/06 18:10:25 |
david |
Added that respond_to blocks will automatically set the content type to be … |
|
|
|
@4953
|
[4953]
|
09/03/06 23:28:54 |
david |
Docs and deprecation |
|
|
|
@4860
|
[4860]
|
08/30/06 00:34:36 |
xal |
respond_to .html now always renders #{action_name}.rhtml so that … |
|
|
|
@4759
|
[4759]
|
08/14/06 14:33:40 |
marcel |
Update respond_to docs to follow established naming convention |
|
|
|
@4665
|
[4665]
|
08/05/06 02:00:04 |
nzkoz |
Short documentation to mention use of Mime::Type.register. Closes #5710 … |
|
|
|
@4541
|
[4541]
|
07/05/06 01:16:41 |
david |
Doc fix (closes #5576) |
|
|
|
@4409
|
[4409]
|
06/02/06 04:38:28 |
david |
Finish custom handling [DHH] |
|
|
|
@4408
|
[4408]
|
06/02/06 04:30:43 |
david |
Make new mime types first class [DHH] |
|
|
|
@4407
|
[4407]
|
06/02/06 04:29:34 |
david |
Make new mime types first class [DHH] |
|
|
|
@4384
|
[4384]
|
05/31/06 18:52:24 |
david |
Added interrogation of params[:format] to determine Accept type. If … |
|
|
|
@4083
|
[4083]
|
03/28/06 03:39:23 |
marcel |
Add documentation for respond_to |
|
|
|
@3944
|
[3944]
|
03/18/06 21:17:14 |
david |
Removed XML argument style for respond_to, so type.xml(object.to_xml) no … |
|
|
|
@3919
|
[3919]
|
03/18/06 06:43:37 |
david |
Allow for respond_to(:html, :js, :xml) (closes #4277) [Caio Chassot] |
|
|
|
@3878
|
[3878]
|
03/15/06 21:46:41 |
minam |
Underscore dasherized keys in formatted requests |
|
|
|
@3876
|
[3876]
|
03/15/06 18:27:26 |
minam |
Add MimeResponds::Responder#any for managing multiple types with identical … |
|
|
|
@3844
|
[3844]
|
03/12/06 06:02:44 |
david |
Added synonym and custom type handling to respond_to [DHH] |
|
|
|
@3842
|
[3842]
|
03/12/06 03:39:58 |
david |
Added defaults to respond_to [DHH] |
|
|
|
@3841
|
[3841]
|
03/12/06 01:56:55 |
david |
Added option to render action/template/file of a specific extension (and … |
|
|
|
@3838
|
[3838]
|
03/11/06 01:23:29 |
david |
Added better support for using the same actions to output for different … |