.. |
controller_fixtures
|
|
|
deprecation
|
|
|
new_base
|
Fix rendering of HTML partials inside JS templates [#4197 status:resolved]
|
2010-03-16 23:36:29 +01:00 |
request
|
|
|
action_pack_assertions_test.rb
|
No longer add missing leading / on path args to assert_redirected_to. Deprecated in 2.3.6.
|
2010-03-02 14:16:25 -08:00 |
addresses_render_test.rb
|
|
|
assert_select_test.rb
|
Action Mailer setup obviated by test bundle
|
2010-03-02 13:54:59 -08:00 |
base_test.rb
|
Reinstate dom_id in controllers.
|
2010-03-09 10:49:36 -08:00 |
caching_test.rb
|
Some more tweaks on <% %>.
|
2010-03-16 11:43:04 -07:00 |
capture_test.rb
|
|
|
content_type_test.rb
|
ActionController::Base.use_accept_header is not actually used anymore, so let's deprecate it.
|
2010-03-03 21:24:00 -08:00 |
cookie_test.rb
|
don't depend on the order of cookies (Hash ordering bug)
|
2010-03-03 16:07:23 -08:00 |
dispatcher_test.rb
|
Move Dispatcher setup to Railties and add instrumentation hook.
|
2010-01-15 12:24:30 +01:00 |
filters_test.rb
|
deOMGifying Railties, Active Support, and Action Pack
|
2010-01-31 09:46:30 -08:00 |
flash_test.rb
|
Module lookup issue on flash_test using ruby 1.9 solved [#3716 status:resolved]
|
2010-01-17 16:57:14 +01:00 |
helper_test.rb
|
Bring helpers_dir deprecation back.
|
2010-01-30 16:49:58 +01:00 |
http_basic_authentication_test.rb
|
|
|
http_digest_authentication_test.rb
|
Deprecated ActionController::Base.session_options= and ActionController::Base.session_store= in favor of a config.session_store method (which takes params) and a config.cookie_secret variable, which is used in various secret scenarios. The old AC::Base options will continue to work with deprecation warnings.
|
2010-03-04 16:05:52 -08:00 |
integration_test.rb
|
Clarify cookie jar test
|
2010-03-04 15:31:28 -08:00 |
layout_test.rb
|
Reorganize autoloads:
|
2009-12-02 20:01:08 -08:00 |
log_subscriber_test.rb
|
Refactor cache_store to use ActionController config
|
2010-03-04 16:50:57 -08:00 |
mime_responds_test.rb
|
ActionController::Base.use_accept_header is not actually used anymore, so let's deprecate it.
|
2010-03-03 21:24:00 -08:00 |
output_escaping_test.rb
|
For performance reasons, you can no longer call html_safe! on Strings. Instead, all Strings are always not html_safe?. Instead, you can get a SafeBuffer from a String by calling #html_safe, which will SafeBuffer.new(self).
|
2010-01-31 19:39:13 -08:00 |
record_identifier_test.rb
|
AMo #key is now #to_key and CI is probably happy
|
2010-02-20 20:17:29 -08:00 |
redirect_test.rb
|
Require persisted? in ActiveModel::Lint and remove new_record? and destroyed? methods. ActionPack does not care if the resource is new or if it was destroyed, it cares only if it's persisted somewhere or not.
|
2010-02-21 11:12:14 +01:00 |
render_js_test.rb
|
|
|
render_json_test.rb
|
Cleanup render callstack and make render(:json => {}, :status => 401) work again.
|
2010-02-24 22:17:25 +01:00 |
render_other_test.rb
|
Simpler RenderOption API -- removes the need for registering the types and extending a module
|
2009-12-09 13:40:49 -08:00 |
render_test.rb
|
Ensure controller filters are executed before stuff starts to happen.
|
2010-03-13 21:28:34 +01:00 |
render_xml_test.rb
|
Remove implicit controller namespacing from new dsl
|
2010-02-28 16:39:01 -06:00 |
request_forgery_protection_test.rb
|
Test that csrf meta content is html-escaped, too
|
2010-02-04 18:03:06 -08:00 |
rescue_test.rb
|
WIP: Remove the global router
|
2010-02-25 17:53:00 -08:00 |
resources_test.rb
|
Don't force singularization of singleton resource names, e.g. /preferences [#4089 state:resolved]
|
2010-03-15 09:45:29 -05:00 |
routing_test.rb
|
1.9 seems to have a bug involving cloned classes and super. Fix it by not cloning (and instead creating classes on demand). The 1.9 bug should be investigated.
|
2010-02-26 18:25:56 -08:00 |
selector_test.rb
|
|
|
send_file_test.rb
|
Makes send_file work again by deferring to Rack::Sendfile.
|
2010-02-23 17:06:35 -08:00 |
test_test.rb
|
ActionDispatch::Request deprecates #request_uri
|
2010-03-03 21:24:00 -08:00 |
url_for_test.rb
|
Get rid of relative_url_path in favor of respecting SCRIPT_NAME. Also added a way to specify a default SCRIPT_NAME when generating URLs out of the context of a request.
|
2010-03-04 17:43:46 -08:00 |
url_rewriter_test.rb
|
RouteSet#rewrite => url_for
|
2010-03-09 21:00:24 -06:00 |
verification_test.rb
|
Ruby 1.9: resolve constant lookup issues
|
2009-11-04 15:41:50 -08:00 |
view_paths_test.rb
|
Fixes test ordering bug (ht: evan)
|
2010-03-04 12:21:12 -08:00 |
webservice_test.rb
|
Merge branch 'master' of github.com:rails/rails
|
2010-02-25 17:53:01 -08:00 |