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

root/trunk/actionpack/CHANGELOG


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9242 [9242] 04/08/08 05:05:54 rick Automatically parse posted JSON content for Mime::JSON requests. [rick]
(edit) @9241 [9241] 04/08/08 04:52:01 rick add json_escape ERB util to escape html entities in json strings that are …
(edit) @9234 [9234] 04/06/08 18:42:34 josh Provide a helper proxy to access helper methods from outside views. Closes …
(edit) @9226 [9226] 04/05/08 03:52:58 pratik Improve documentation.
(edit) @9212 [9212] 04/02/08 12:48:59 pratik Ensure RJS redirect_to doesn't html-escapes string argument. Closes #8546
(edit) @9177 [9177] 04/01/08 00:50:09 bitsweat Support render :partial => collection of heterogeneous elements. Closes …
(edit) @9124 [9124] 03/28/08 21:38:01 bitsweat Avoid remote_ip spoofing
(edit) @9115 [9115] 03/28/08 20:01:21 david Added support for regexp flags like ignoring case in the :requirements …
(edit) @9113 [9113] 03/28/08 19:55:31 david Fixed that ActionController::Base#read_multipart would fail if boundary …
(edit) @9111 [9111] 03/28/08 19:45:32 david Fixed HTML::Tokenizer (used in sanitize helper) didnt handle unclosed …
(edit) @9093 [9093] 03/26/08 12:27:52 pratik Improve documentation.
(edit) @9088 [9088] 03/24/08 21:32:50 david Fixed that FormHelper#radio_button would produce invalid ids (closes …
(edit) @9087 [9087] 03/24/08 21:24:40 david Added :confirm option to submit_tag (closes #11415) [miloops]
(edit) @9086 [9086] 03/24/08 21:12:55 david Fixed NumberHelper#number_with_precision to properly round in a way that …
(edit) @9083 [9083] 03/24/08 02:29:30 rick Allow the #simple_format text_helper to take an html_options hash for each …
(edit) @9080 [9080] 03/23/08 01:48:17 rick Fix regression from filter refactoring where re-adding a skipped filter …
(edit) @9065 [9065] 03/20/08 16:26:04 bitsweat Re-added ActionView::Helpers::register_javascript/stylesheet_expansion to …
(edit) @9063 [9063] 03/19/08 19:56:07 bitsweat Revert [9106]. References #10350.
(edit) @9055 [9055] 03/18/08 17:56:05 bitsweat Refactor filters to use Active Support callbacks. Closes #11235.
(edit) @9053 [9053] 03/17/08 23:45:42 david Fixed that polymorphic routes would modify the input array (closes #11363) …
(edit) @9052 [9052] 03/17/08 22:08:25 david Added :format option to NumberHelper#number_to_currency to enable better …
(edit) @9030 [9030] 03/15/08 19:59:34 david Fixed that TextHelper#excerpt would include one character too many (closes …
(edit) @9020 [9020] 03/13/08 03:22:25 rick Fix more obscure nested parameter hash parsing bug. Closes #10797
(edit) @9016 [9016] 03/13/08 02:31:45 david Added ActionView::Helpers::register_javascript/stylesheet_expansion to …
(edit) @9010 [9010] 03/11/08 07:46:39 rick Fix nested parameter hash parsing bug. #10797 [thomas.lee]
(edit) @8992 [8992] 03/08/08 12:56:41 pratik Allow using named routes in ActionController::TestCase before any request …
(edit) @8990 [8990] 03/08/08 01:05:53 david Fixed that sweepers defined by cache_sweeper will be added regardless of …
(edit) @8987 [8987] 03/07/08 11:17:05 pratik Make MimeResponds::Responder#any work without explicit types. Closes …
(edit) @8986 [8986] 03/07/08 01:23:12 rick Better error message for type conflicts when parsing params. Closes #7962
(edit) @8985 [8985] 03/05/08 12:12:17 pratik Remove unused ActionController::Base.template_class. Closes #10787
(edit) @8981 [8981] 03/05/08 02:03:24 pratik Moved template handlers related code from ActionView::Base to …
(edit) @8980 [8980] 03/05/08 01:26:24 pratik Tests for div_for and content_tag_for helpers. Closes #11223
(edit) @8978 [8978] 03/03/08 06:42:24 nzkoz Allow file uploads in Integration Tests. Closes #11091 [RubyRedRick]
(edit) @8976 [8976] 03/03/08 04:01:35 nzkoz Refactor partial rendering into a PartialTemplate class. [Pratik]
(edit) @8956 [8956] 02/29/08 18:09:23 david Added that requests with JavaScript as the priority mime type in the …
(edit) @8883 [8883] 02/16/08 21:16:03 gbuesing Tests for distance_of_time_in_words with TimeWithZone instances. Closes …
(edit) @8861 [8861] 02/12/08 21:45:39 minam remove support for ampersand-delimited cookie values
(edit) @8822 [8822] 02/08/08 22:04:06 marcel Fix problem with render :partial collections, records, and locals. #11057
(edit) @8819 [8819] 02/07/08 22:50:49 david Added support for naming concrete classes in sweeper declarations [DHH]
(edit) @8813 [8813] 02/07/08 17:06:53 rick Remove ERB trim variables from trace template in case …
(edit) @8812 [8812] 02/07/08 16:50:55 rick Fix typo in form_helper documentation. Closes #10650 [xaviershay, kampers]
(edit) @8811 [8811] 02/07/08 16:46:50 rick Fix bug with setting Request#format= after the getter has cached the …
(edit) @8807 [8807] 02/06/08 18:50:48 rick Correct inconsistencies in RequestForgeryProtection docs. #11032 [mislav]
(edit) @8805 [8805] 02/06/08 04:26:40 nzkoz Introduce a Template class to ActionView. Closes #11024 [lifofifo]
(edit) @8786 [8786] 02/02/08 06:16:04 bitsweat Introduce the :index option for form_for and fields_for to simplify …
(edit) @8785 [8785] 02/02/08 05:57:16 bitsweat Introduce map.resources :cards, :as => 'tarjetas' to use a custom resource …
(edit) @8782 [8782] 02/02/08 05:32:44 bitsweat TestSession supports indifferent access. Closes #7372.
(edit) @8748 [8748] 01/30/08 01:25:44 nzkoz Make assert_routing aware of the HTTP method used. Closes #8039 [mpalmer]
(edit) @8738 [8738] 01/26/08 08:41:19 nzkoz Make it simpler to make the root route an alias for another route. Closes …
(edit) @8717 [8717] 01/25/08 04:13:50 nzkoz Handle corner case with image_tag when passed 'messed up' image names. …
(edit) @8685 [8685] 01/21/08 21:08:28 nzkoz Add label_tag helper for generating elements. Closes #10802 [DefV]
(edit) @8684 [8684] 01/21/08 21:07:43 nzkoz missing changelog for [8683]
(edit) @8676 [8676] 01/19/08 06:01:57 bitsweat Revert r8669 for now, breaks Action Mailer. Reopens #10800.
(edit) @8674 [8674] 01/19/08 05:25:20 bitsweat Performance: optimize route recognition. Large speedup for apps with many …
(edit) @8669 [8669] 01/19/08 03:20:39 bitsweat Introduce TemplateFinder to handle view paths and lookups. Closes #10800.
(edit) @8646 [8646] 01/16/08 02:01:57 nzkoz Make render :partial recognise form builders and use the _form partial. …
(edit) @8637 [8637] 01/13/08 00:11:39 nzkoz Allow users to declare other namespaces when using the atom feed helpers. …
(edit) @8628 [8628] 01/11/08 22:07:04 bitsweat Introduce send_file :x_sendfile => true to send an X-Sendfile response …
(edit) @8626 [8626] 01/11/08 16:25:23 david Fixed ActionView::Helpers::ActiveRecordHelper::form for when …
(edit) @8625 [8625] 01/11/08 06:39:56 nzkoz Provide a nicer way to access headers. request.headersContent-Type?
(edit) @8616 [8616] 01/10/08 02:51:09 bitsweat UrlWriter respects relative_url_root. Closes #10748.
(edit) @8578 [8578] 01/06/08 20:53:23 bitsweat The asset_host block takes the controller request as an optional second …
(edit) @8577 [8577] 01/06/08 20:52:57 bitsweat Support render :text => nil. Closes #6684.
(edit) @8559 [8559] 01/05/08 02:19:48 bitsweat assert_response failures include the exception message. Closes #10688.
(edit) @8546 [8546] 01/03/08 21:05:12 david Moved the caching stores from ActionController::Caching::Fragments::* to …
(edit) @8542 [8542] 01/03/08 15:35:10 david Made fragment caching in views work for rjs and builder as well (closes …
(edit) @8541 [8541] 01/03/08 15:28:36 david Fixed rendering of partials with layout when done from site layout (closes …
(edit) @8529 [8529] 01/02/08 19:45:53 rick Fix atom_feed_helper to comply with the atom spec. Closes #10672
(edit) @8527 [8527] 01/02/08 19:24:44 rick Correct indentation in a couple spots. Closes #10671 [l.guidi, rick]
(edit) @8506 [8506] 12/28/07 20:59:30 rick Fix that auto_link looks for ='s in url paths (Amazon urls have them). …
(edit) @8497 [8497] 12/28/07 05:21:24 bitsweat Ensure that test case setup is run even if overridden. Closes #10382.
(edit) @8485 [8485] 12/23/07 21:07:20 rick Fix HTML Sanitizer to allow trailing spaces in CSS style attributes. …
(edit) @8473 [8473] 12/21/07 22:18:07 bitsweat Add :default option to time_zone_select. Closes #10590.
(edit) @8429 [8429] 12/17/07 00:39:19 david Added delete_via_redirect and put_via_redirect to integration testing …
(edit) @8426 [8426] 12/17/07 00:10:18 david Allow headers[Accept] to be set by hand when calling xml_http_request …
(edit) @8425 [8425] 12/17/07 00:06:24 david Added OPTIONS to list of default accepted HTTP methods (closes #10449) …
(edit) @8421 [8421] 12/16/07 23:50:02 david Added option to pass proc to ActionController::Base.asset_host for maximum …
(edit) @8419 [8419] 12/16/07 23:30:30 david Prepare for 2.0.2 release
(edit) @8411 [8411] 12/15/07 02:30:04 bitsweat More changelog updates
(edit) @8385 [8385] 12/14/07 18:07:20 david Fixed that ActionView#file_exists? would be incorrect if @first_render is …
(edit) @8384 [8384] 12/14/07 18:02:04 david Added that Array#to_param calls to_param on all it's elements (closes …
(edit) @8374 [8374] 12/10/07 23:14:47 bitsweat More Action View refactoring. Knock :erb default down a notch. Closes …
(edit) @8368 [8368] 12/10/07 09:12:50 bitsweat Fix javascript_tag method name collision. Closes #10337.
(edit) @8366 [8366] 12/10/07 06:09:30 bitsweat Ensure asset cache directories are automatically created. Closes #10337.
(edit) @8360 [8360] 12/10/07 03:25:08 bitsweat Credit #10443 + more changelog updates
(edit) @8359 [8359] 12/10/07 03:19:56 bitsweat More changelog updates
(edit) @8357 [8357] 12/10/07 03:19:17 bitsweat More changelog updates
(edit) @8352 [8352] 12/10/07 01:29:20 bitsweat lifo -> Pratik
(edit) @8351 [8351] 12/10/07 01:16:00 bitsweat More contributor name updates
(edit) @8348 [8348] 12/10/07 01:07:34 bitsweat Update Fred's name in changelogs
(edit) @8342 [8342] 12/09/07 22:11:37 bitsweat render :xml and :json preserve custom content types. Closes #10388.
(edit) @8341 [8341] 12/09/07 22:11:11 bitsweat Refactor Action View template handlers. Closes #10437.
(edit) @8335 [8335] 12/08/07 19:32:10 rick Fix DoubleRenderError message and leave out mention of returning false …
(edit) @8334 [8334] 12/08/07 19:23:03 rick Clean up some cruft around ActionController::Base#head. Closes #10417
(edit) @8330 [8330] 12/07/07 13:37:13 david Make ready for 2.0.1
(edit) @8321 [8321] 12/06/07 18:12:48 david Preparing for release shortly
(edit) @8318 [8318] 12/05/07 23:23:04 david Fixed send_file/binary_content for testing (closes #8044) [tolsen]
(edit) @8308 [8308] 12/05/07 21:33:10 marcel Add documentation examples to prototype helper. Closes #7211 [manfred]
(edit) @8307 [8307] 12/05/07 21:06:36 marcel Enhance documentation coverage for fragment caching. Closes #7315
(edit) @8302 [8302] 12/05/07 20:05:51 marcel Add many examples to PrototypeHelper documentation. Closes #7656
Note: See TracRevisionLog for help on using the revision log.