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

root/trunk/actionpack/lib/action_controller/mime_type.rb


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8677 [8677] 01/20/08 22:55:25 nzkoz Ensure mime types can be compared with symbols. Closes #10796 [bscofield]
(edit) @8001 [8001] 10/23/07 06:33:28 bitsweat Some mime type refactoring. Closes #9957 [Josh Peek]
(edit) @7905 [7905] 10/15/07 07:04:10 nzkoz Fix Json related documentation for render and the AR serializer. Closes …
(edit) @7719 [7719] 10/02/07 05:32:14 bitsweat Ruby 1.9 compat, consistent load paths
(edit) @7520 [7520] 09/20/07 23:34:07 david Added that render :json will automatically call .to_json unless its being …
(edit) @7438 [7438] 09/09/07 23:12:57 david Random hits from the style nazi
(edit) @6484 [6484] 03/28/07 16:42:21 xal Improved the handling of broken accept headers
(edit) @6350 [6350] 03/06/07 09:46:04 bitsweat Prefer MIME constants to strings. Closes #7707.
(edit) @6152 [6152] 02/15/07 16:25:46 rick Add Mime::Type convenience methods to check the current mime type. [Rick]
(edit) @6057 [6057] 01/28/07 07:16:55 bitsweat Use a consistent load path to avoid double requires. Fix some scattered …
(edit) @5664 [5664] 12/02/06 23:07:04 david Added Request#format to return the format used for the request as a mime …
(edit) @5663 [5663] 12/02/06 22:48:20 david Added the option for extension aliases to mime type registration [DHH] …
(edit) @5623 [5623] 11/24/06 16:35:00 xal Added CSV to Mime::SET so that respond_to csv will work
(edit) @5620 [5620] 11/23/06 17:25:52 david Added text/csv as a default mime type and included example on how to make …
(edit) @4953 [4953] 09/03/06 23:28:54 david Docs and deprecation
(edit) @4860 [4860] 08/30/06 00:34:36 xal respond_to .html now always renders #{action_name}.rhtml so that …
(edit) @4622 [4622] 07/26/06 16:34:49 david Added ICS to extension lookup recognition [Lars Pind]
(edit) @4407 [4407] 06/02/06 04:29:34 david Make new mime types first class [DHH]
(edit) @4406 [4406] 06/02/06 04:16:03 david Added Mime::TEXT (text/plain) and Mime::ICS (text/calendar) as new default …
(edit) @4405 [4405] 06/02/06 04:11:56 david Added Mime::Type.register(string, symbol, synonyms = []) for adding new …
(edit) @4399 [4399] 06/01/06 23:23:24 david Dont keep nothing as a lookup [DHH]
(edit) @4384 [4384] 05/31/06 18:52:24 david Added interrogation of params[:format] to determine Accept type. If …
(edit) @4079 [4079] 03/28/06 03:19:27 david Fixed docs
(edit) @3917 [3917] 03/18/06 06:15:28 minam Make Mime::Type.parse consider q values (if any)
(edit) @3873 [3873] 03/15/06 15:12:24 minam Fix Mime::Type#to_sym to do @string.to_sym. Add text/yaml as alias for …
(edit) @3852 [3852] 03/13/06 01:33:57 david Rendering xml shouldnt happen inside any layout. Added class proxying to …
(edit) @3850 [3850] 03/12/06 19:01:09 david Prepare for mime type reordering depending on the branch [DHH]
(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]
(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.