This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rails--rails
Watch
1
Star
0
Fork
You've already forked rails--rails
0
mirror of
https://github.com/rails/rails.git
synced
2022-11-09 12:12:34 -05:00
Code
Releases
Activity
3a622d0045
rails--rails
/
actionpack
/
test
/
controller
History
David Heinemeier Hansson
3a622d0045
Fix broken test (
closes
#10364
) [chuyeow]
...
git-svn-id:
http://svn-commit.rubyonrails.org/rails/trunk@8271
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-12-05 02:34:36 +00:00
..
controller_fixtures
deprecation
html-scanner
Fix broken test (
closes
#10364
) [chuyeow]
2007-12-05 02:34:36 +00:00
session
Make sure that cookie sessions use a secret that is at least 30 chars in length. [Koz]
2007-11-21 21:31:45 +00:00
action_pack_assertions_test.rb
addresses_render_test.rb
assert_select_test.rb
base_test.rb
benchmark_test.rb
caching_test.rb
Added protection from trailing slashes on page caching (
closes
#10229
) [devrieda]
2007-11-28 00:29:43 +00:00
capture_test.rb
cgi_test.rb
components_test.rb
content_type_test.rb
cookie_test.rb
custom_handler_test.rb
dispatcher_test.rb
fake_controllers.rb
fake_models.rb
filter_params_test.rb
filters_test.rb
flash_test.rb
fragment_store_setting_test.rb
helper_test.rb
http_authentication_test.rb
integration_test.rb
layout_test.rb
mime_responds_test.rb
Make sure that setting the format with a symbol works too
2007-12-03 19:49:22 +00:00
mime_type_test.rb
new_render_test.rb
polymorphic_routes_test.rb
record_identifier_test.rb
redirect_test.rb
render_test.rb
request_forgery_protection_test.rb
request_test.rb
Raise UnknownHttpMethod exception for unknown HTTP methods.
Closes
#10303
[tarmo]
2007-11-29 02:08:51 +00:00
rescue_test.rb
resources_test.rb
routing_test.rb
Make sure the optimisation code for routes doesn't get used if :host, :anchor or :port are provided in the hash arguments. [pager, Koz]
Closes
#10292
2007-11-28 04:11:37 +00:00
selector_test.rb
send_file_test.rb
session_fixation_test.rb
Make sure that cookie sessions use a secret that is at least 30 chars in length. [Koz]
2007-11-21 21:31:45 +00:00
session_management_test.rb
test_test.rb
url_rewriter_test.rb
verification_test.rb
Fixed that verification violations with no specified action didn't halt the chain (now they do with a 400 Bad Request) [DHH]
2007-11-30 21:04:57 +00:00
view_paths_test.rb
Add #prepend_view_path and #append_view_path instance methods on ActionController::Base for consistency with the class methods. [rick]
2007-11-26 03:59:23 +00:00
webservice_test.rb