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

root/trunk/actionpack/test/controller


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) @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) @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) @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) @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) @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) @9020 [9020] 03/13/08 03:22:25 rick Fix more obscure nested parameter hash parsing bug. Closes #10797
(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) @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) @8937 [8937] 02/27/08 23:11:08 bitsweat Fix Hash#from_xml with Type records. Closes #9242 [Juanjo Bazan, Isaac …
(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) @8880 [8880] 02/16/08 03:08:05 nzkoz Sort files to test to make load order platform independent. Fix the clash …
(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) @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) @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) @8738 [8738] 01/26/08 08:41:19 nzkoz Make it simpler to make the root route an alias for another route. Closes …
(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) @8633 [8633] 01/12/08 03:09:39 nzkoz don't misbehave when redirecting to nil. Closes #10272 [farleyknight]
(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) @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) @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) @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
(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) @8527 [8527] 01/02/08 19:24:44 rick Correct indentation in a couple spots. Closes #10671 [l.guidi, rick]
(edit) @8508 [8508] 12/29/07 05:16:03 bitsweat Fixup mocha tests for 0.5.6. Closes #10602 [murphy, mikong]
(edit) @8499 [8499] 12/28/07 05:42:12 bitsweat Ruby 1.9 compat: introduce instance_variable_names. Closes #10630
(edit) @8497 [8497] 12/28/07 05:21:24 bitsweat Ensure that test case setup is run even if overridden. Closes #10382.
(edit) @8492 [8492] 12/27/07 11:17:53 bitsweat Ruby 1.9 compat: file uploads. References #1689 [Frederick Cheung]
(edit) @8485 [8485] 12/23/07 21:07:20 rick Fix HTML Sanitizer to allow trailing spaces in CSS style attributes. …
(edit) @8483 [8483] 12/22/07 19:03:01 bitsweat Integration tests use ActionController::Dispatcher rather than the old …
(edit) @8433 [8433] 12/18/07 21:14:07 bitsweat Ruby 1.9 compat: move from the deprecated Base64 module to …
(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) @8410 [8410] 12/15/07 02:29:45 bitsweat Mark that render tests crash Ruby 1.9
(edit) @8409 [8409] 12/15/07 02:29:36 bitsweat Ruby 1.9 compat: helpers
(edit) @8408 [8408] 12/15/07 02:29:24 bitsweat Note that filters test crashes Ruby 1.9
(edit) @8407 [8407] 12/15/07 02:29:15 bitsweat Ruby 1.9 compat: account for new, non-flattening Array#to_s
(edit) @8406 [8406] 12/15/07 02:29:04 bitsweat Fixes for standalone tests
(edit) @8405 [8405] 12/15/07 02:28:53 bitsweat Ruby 1.9 compat: cookies
(edit) @8372 [8372] 12/10/07 20:41:59 bitsweat Fix up template handler tests. Closes #10437.
(edit) @8342 [8342] 12/09/07 22:11:37 bitsweat render :xml and :json preserve custom content types. Closes #10388.
(edit) @8327 [8327] 12/07/07 04:20:20 bitsweat Ignore illegal seeks on body rewind. Catches CGI errors depending on your …
(edit) @8318 [8318] 12/05/07 23:23:04 david Fixed send_file/binary_content for testing (closes #8044) [tolsen]
(edit) @8301 [8301] 12/05/07 18:54:41 david Fix typos (closes #10378)
(edit) @8271 [8271] 12/05/07 02:34:36 david Fix broken test (closes #10364) [chuyeow]
(edit) @8261 [8261] 12/03/07 19:49:22 david Make sure that setting the format with a symbol works too
(edit) @8245 [8245] 11/30/07 21:04:57 david Fixed that verification violations with no specified action didn't halt …
(edit) @8235 [8235] 11/29/07 02:08:51 rick Raise UnknownHttpMethod exception for unknown HTTP methods. Closes #10303
(edit) @8227 [8227] 11/28/07 04:11:37 nzkoz Make sure the optimisation code for routes doesn't get used if :host, …
(edit) @8226 [8226] 11/28/07 00:29:43 david Added protection from trailing slashes on page caching (closes #10229) …
(edit) @8216 [8216] 11/26/07 22:41:28 david Fixed to_s bug with namespace routes (closes #10283) [johnb]
(edit) @8214 [8214] 11/26/07 03:59:23 rick Add #prepend_view_path and #append_view_path instance methods on …
Note: See TracRevisionLog for help on using the revision log.