root/trunk/actionpack/test/controller
| Name | Size | Rev | Age | Last Change |
|---|---|---|---|---|
| ../ | ||||
| controller_fixtures | 4394 | 2 years | New routes implementation. Simpler, faster, easier to understand. The … | |
| deprecation | 8564 | 9 months | require abstract_unit directly since test is in load path | |
| html-scanner | 9111 | 6 months | Fixed HTML::Tokenizer (used in sanitize helper) didnt handle unclosed … | |
| session | 8589 | 9 months | Ruby 1.9 compat: cookie store delete sets nil value instead of empty … | |
| action_pack_assertions_test.rb | 14.4 kB | 8564 | 9 months | require abstract_unit directly since test is in load path |
| addresses_render_test.rb | 1.0 kB | 8564 | 9 months | require abstract_unit directly since test is in load path |
| assert_select_test.rb | 19.7 kB | 8564 | 9 months | require abstract_unit directly since test is in load path |
| base_test.rb | 4.1 kB | 8564 | 9 months | require abstract_unit directly since test is in load path |
| benchmark_test.rb | 0.7 kB | 8564 | 9 months | require abstract_unit directly since test is in load path |
| caching_test.rb | 15.0 kB | 8630 | 9 months | Fix a few caching errors, expose a case thats still not working (ref … |
| capture_test.rb | 2.1 kB | 8564 | 9 months | require abstract_unit directly since test is in load path |
| cgi_test.rb | 5.2 kB | 8773 | 8 months | Don't split cookies on comma also. References r8505. |
| components_test.rb | 3.7 kB | 8564 | 9 months | require abstract_unit directly since test is in load path |
| content_type_test.rb | 4.0 kB | 8564 | 9 months | require abstract_unit directly since test is in load path |
| cookie_test.rb | 4.7 kB | 8861 | 8 months | remove support for ampersand-delimited cookie values |
| custom_handler_test.rb | 1.3 kB | 8981 | 7 months | Moved template handlers related code from ActionView::Base to … |
| dispatcher_test.rb | 3.5 kB | 9190 | 6 months | Ruby 1.9 compat: proc arity |
| fake_controllers.rb | 1.3 kB | 8673 | 9 months | Add timing test for large restful route recognition. References #10835 … |
| fake_models.rb | 146 bytes | 9177 | 6 months | Support render :partial => collection of heterogeneous elements. Closes … |
| filter_params_test.rb | 1.7 kB | 8564 | 9 months | require abstract_unit directly since test is in load path |
| filters_test.rb | 26.5 kB | 9080 | 7 months | Fix regression from filter refactoring where re-adding a skipped filter … |
| flash_test.rb | 4.3 kB | 8564 | 9 months | require abstract_unit directly since test is in load path |
| header_test.rb | 445 bytes | 8625 | 9 months | Provide a nicer way to access headers. request.headersContent-Type? … |
| helper_test.rb | 5.1 kB | 9234 | 6 months | Provide a helper proxy to access helper methods from outside views. Closes … |
| http_authentication_test.rb | 1.5 kB | 8564 | 9 months | require abstract_unit directly since test is in load path |
| integration_test.rb | 8.6 kB | 8899 | 8 months | use stubbing instead of monkeypatching to stop tests from … |
| integration_upload_test.rb | 1.2 kB | 9189 | 6 months | style & whitespace |
| layout_test.rb | 7.1 kB | 9120 | 6 months | Fix layouts in symlinked paths. Closes #9136 [court3nay, caio] |
| mime_responds_test.rb | 14.4 kB | 8987 | 7 months | Make MimeResponds::Responder#any work without explicit types. Closes … |
| mime_type_test.rb | 2.2 kB | 8677 | 9 months | Ensure mime types can be compared with symbols. Closes #10796 [bscofield] |
| new_render_test.rb | 27.0 kB | 9177 | 6 months | Support render :partial => collection of heterogeneous elements. Closes … |
| polymorphic_routes_test.rb | 3.6 kB | 9053 | 7 months | Fixed that polymorphic routes would modify the input array (closes #11363) … |
| record_identifier_test.rb | 2.3 kB | 8564 | 9 months | require abstract_unit directly since test is in load path |
| redirect_test.rb | 7.7 kB | 9212 | 6 months | Ensure RJS redirect_to doesn't html-escapes string argument. Closes #8546 |
| render_test.rb | 13.1 kB | 8862 | 8 months | Make sure render :update support the options hash. Closes #11088 … |
| request_forgery_protection_test.rb | 6.3 kB | 8598 | 9 months | Don't append the forgery token to an ajax request if it's serializing a … |
| request_test.rb | 31.1 kB | 9242 | 6 months | Automatically parse posted JSON content for Mime::JSON requests. [rick] |
| rescue_test.rb | 13.7 kB | 8564 | 9 months | require abstract_unit directly since test is in load path |
| resources_test.rb | 36.1 kB | 8785 | 8 months | Introduce map.resources :cards, :as => 'tarjetas' to use a custom resource … |
| routing_test.rb | 83.7 kB | 9115 | 6 months | Added support for regexp flags like ignoring case in the :requirements … |
| selector_test.rb | 20.0 kB | 8564 | 9 months | require abstract_unit directly since test is in load path |
| send_file_test.rb | 4.2 kB | 8628 | 9 months | Introduce send_file :x_sendfile => true to send an X-Sendfile response … |
| session_fixation_test.rb | 2.9 kB | 8564 | 9 months | require abstract_unit directly since test is in load path |
| session_management_test.rb | 3.8 kB | 8564 | 9 months | require abstract_unit directly since test is in load path |
| test_test.rb | 20.2 kB | 8992 | 7 months | Allow using named routes in ActionController::TestCase before any request … |
| url_rewriter_test.rb | 11.7 kB | 8892 | 8 months | Add :trailing_slash option to UrlWriter. Closes #9117 [juanjo.bazan] |
| verification_test.rb | 6.6 kB | 8564 | 9 months | require abstract_unit directly since test is in load path |
| view_paths_test.rb | 4.5 kB | 8683 | 9 months | Reapply the TemplateFinder first applied in [8669] then reverted in … |
| webservice_test.rb | 8.1 kB | 8937 | 7 months | Fix Hash#from_xml with Type records. Closes #9242 [Juanjo Bazan, Isaac … |
Note: See TracBrowser for help on using the browser.