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

root/trunk/actionpack/test


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) @9212 [9212] 04/02/08 12:48:59 pratik Ensure RJS redirect_to doesn't html-escapes string argument. Closes #8546
(edit) @9194 [9194] 04/01/08 07:39:04 bitsweat Ruby 1.9 compat: encoding and multibyte test fixes
(edit) @9190 [9190] 04/01/08 06:11:56 bitsweat Ruby 1.9 compat: proc arity
(edit) @9189 [9189] 04/01/08 06:11:48 bitsweat style & whitespace
(edit) @9187 [9187] 04/01/08 06:11:31 bitsweat Ruby 1.9: no args is 0 arity, not -1 as in 1.8
(edit) @9178 [9178] 04/01/08 00:56:59 bitsweat Missed adds. References #11491.
(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) @9120 [9120] 03/28/08 20:54:26 bitsweat Fix layouts in symlinked paths. Closes #9136 [court3nay, caio]
(edit) @9119 [9119] 03/28/08 20:21:52 bitsweat Missing :js template falls back to :html, so you don't have to explicitly …
(edit) @9117 [9117] 03/28/08 20:17:21 david Add missing file
(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) @9089 [9089] 03/25/08 21:27:57 bitsweat Whitespace + formatting
(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) @9069 [9069] 03/21/08 22:44:04 bitsweat Fix an edge case with extra periods in Routing.normalize_paths. Closes …
(edit) @9066 [9066] 03/20/08 16:51:06 bitsweat Missed adds. References #10350.
(edit) @9065 [9065] 03/20/08 16:26:04 bitsweat Re-added ActionView::Helpers::register_javascript/stylesheet_expansion to …
(edit) @9064 [9064] 03/20/08 02:15:29 david Docfixes (closes #11356, #11172, #10523)
(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) @9021 [9021] 03/13/08 11:52:53 pratik Move tests from action_view_test.rb to template_finder_test.rb so that …
(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) @8987 [8987] 03/07/08 11:17:05 pratik Make MimeResponds::Responder#any work without explicit types. Closes …
(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) @8968 [8968] 03/02/08 04:40:54 nzkoz Allow html_options to be passed to all the date helpers. Closes #6000
(edit) @8959 [8959] 03/01/08 00:01:28 nzkoz Fix regexp to contain only one rjs, and add rhtml [lifofifo]
(edit) @8956 [8956] 02/29/08 18:09:23 david Added that requests with JavaScript as the priority mime type in the …
(edit) @8937 [8937] 02/27/08 23:11:08 bitsweat Fix Hash#from_xml with Type records. Closes #9242 [Juanjo Bazan, Isaac …
(edit) @8911 [8911] 02/20/08 04:23:18 nzkoz Make date_helper use tag and content_tag. Move to assert_dom_equal …
(edit) @8899 [8899] 02/19/08 21:43:13 nzkoz use stubbing instead of monkeypatching to stop tests from …
(edit) @8892 [8892] 02/18/08 00:42:06 nzkoz Add :trailing_slash option to UrlWriter. Closes #9117 [juanjo.bazan]
(edit) @8883 [8883] 02/16/08 21:16:03 gbuesing Tests for distance_of_time_in_words with TimeWithZone instances. Closes …
(edit) @8880 [8880] 02/16/08 03:08:05 nzkoz Sort files to test to make load order platform independent. Fix the clash …
(edit) @8879 [8879] 02/16/08 00:07:52 nzkoz Ensure that :confirm doesn't need extra quotes when using …
(edit) @8862 [8862] 02/12/08 22:42:36 nzkoz Make sure render :update support the options hash. Closes #11088
(edit) @8861 [8861] 02/12/08 21:45:39 minam remove support for ampersand-delimited cookie values
(edit) @8823 [8823] 02/08/08 22:33:17 marcel Ooops. Add fixture partials for last commit
(edit) @8822 [8822] 02/08/08 22:04:06 marcel Fix problem with render :partial collections, records, and locals. #11057
(edit) @8811 [8811] 02/07/08 16:46:50 rick Fix bug with setting Request#format= after the getter has cached the …
(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) @8774 [8774] 02/02/08 02:59:10 bitsweat Fix number_to_human_size incorrectly removing trailing zeros. Closes …
(edit) @8773 [8773] 02/02/08 02:55:44 bitsweat Don't split cookies on comma also. References r8505.
(edit) @8748 [8748] 01/30/08 01:25:44 nzkoz Make assert_routing aware of the HTTP method used. Closes #8039 [mpalmer]
(edit) @8744 [8744] 01/27/08 20:48:13 nzkoz Correct line numbers from template errors. Closes #10937 [Aleksey …
(edit) @8741 [8741] 01/27/08 01:18:47 nzkoz Add documentation for polymorphic URL helpers, make API consistent for …
(edit) @8740 [8740] 01/27/08 01:10:48 nzkoz Don't repeatedly add relative_url_root to asset sources. Closes #10767
(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) @8689 [8689] 01/22/08 01:46:34 nzkoz Refactor template compilation from AV::Base into the template handlers. …
(edit) @8685 [8685] 01/21/08 21:08:28 nzkoz Add label_tag helper for generating elements. Closes #10802 [DefV]
(edit) @8683 [8683] 01/21/08 20:45:04 nzkoz Reapply the TemplateFinder first applied in [8669] then reverted in …
(edit) @8677 [8677] 01/20/08 22:55:25 nzkoz Ensure mime types can be compared with symbols. Closes #10796 [bscofield]
(edit) @8676 [8676] 01/19/08 06:01:57 bitsweat Revert r8669 for now, breaks Action Mailer. Reopens #10800.
(edit) @8673 [8673] 01/19/08 05:24:44 bitsweat Add timing test for large restful route recognition. References #10835
(edit) @8669 [8669] 01/19/08 03:20:39 bitsweat Introduce TemplateFinder to handle view paths and lookups. Closes #10800.
(edit) @8664 [8664] 01/19/08 02:44:45 bitsweat Extract ActiveSupport::Callbacks from Active Record, test case setup and …
(edit) @8646 [8646] 01/16/08 02:01:57 nzkoz Make render :partial recognise form builders and use the _form partial. …
(edit) @8645 [8645] 01/16/08 01:41:31 nzkoz Ensure that the tests use the instance-level view-paths correctly. Closes …
(edit) @8637 [8637] 01/13/08 00:11:39 nzkoz Allow users to declare other namespaces when using the atom feed helpers. …
(edit) @8633 [8633] 01/12/08 03:09:39 nzkoz don't misbehave when redirecting to nil. Closes #10272 [farleyknight]
(edit) @8632 [8632] 01/12/08 03:06:10 nzkoz Add some tests for adv_attr_accessor. Closes #10633 [fcheung]
(edit) @8630 [8630] 01/12/08 01:19:46 david Fix a few caching errors, expose a case thats still not working (ref …
(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) @8624 [8624] 01/11/08 04:45:06 nzkoz * Pass around handler instances, not their classes [Koz] * Move …
(edit) @8619 [8619] 01/10/08 03:17:20 bitsweat Move fragment caching from special helper methods to TemplateHandler. …
(edit) @8616 [8616] 01/10/08 02:51:09 bitsweat UrlWriter respects relative_url_root. Closes #10748.
(edit) @8598 [8598] 01/08/08 21:17:08 nzkoz Don't append the forgery token to an ajax request if it's serializing a …
(edit) @8590 [8590] 01/07/08 08:12:34 bitsweat Ruby 1.9 compat: don't rely on Array#to_s to flatten and join as string
(edit) @8589 [8589] 01/07/08 08:12:03 bitsweat Ruby 1.9 compat: cookie store delete sets nil value instead of empty …
(edit) @8588 [8588] 01/07/08 08:10:23 bitsweat Ruby 1.9 compat: account for hash ordering
(edit) @8587 [8587] 01/07/08 08:09:06 bitsweat Ruby 1.9 compat: check dom equality
(edit) @8583 [8583] 01/07/08 00:12:43 bitsweat Filter procs must take 1 or 2 arguments. Raise ArgumentError otherwise.
(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) @8570 [8570] 01/05/08 13:34:15 bitsweat * Continue evolution toward ActiveSupport::TestCase and friends. #10679
(edit) @8564 [8564] 01/05/08 13:32:06 bitsweat require abstract_unit directly since test is in load path
Note: See TracRevisionLog for help on using the revision log.