This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
rails
Watch
1
Star
1
Fork
0
You've already forked rails
mirror of
https://github.com/github/rails.git
synced
2026-04-26 03:00:59 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8f9944d5bcd684fedbd23e4fd77a2dabfaff6fad
rails
/
actionpack
/
test
/
dispatch
History
José Valim
d6efd3cfc2
Don't deprecate to_prepare.
2010-12-23 19:21:14 +01:00
..
request
…
session
…
callbacks_test.rb
Don't deprecate to_prepare.
2010-12-23 19:21:14 +01:00
cookies_test.rb
Fix edge cases for domain :all option on cookie store
2010-12-16 01:49:30 +05:30
header_test.rb
…
middleware_stack_test.rb
…
mime_type_test.rb
…
mount_test.rb
Check if the routes object really responds to define_mount_prefix.
2010-12-09 13:15:25 +01:00
prefix_generation_test.rb
…
rack_test.rb
…
reloader_test.rb
Clean up callbacks should also be called on exceptions.
2010-12-23 19:17:02 +01:00
request_test.rb
The redirect routing method now allows for a hash of options which only changes the relevant parts of the url, or an object which responds to call can be supplied so common redirect rules can be easily reused. This commit includes a change where url generation from parts has been moved to AD::Http::URL as a class method.
2010-11-30 16:36:01 +01:00
response_test.rb
…
routing_test.rb
Added documentation explaining the new additional supported syntaxes for the routing redirect method, a small changelog note, and two extra tests for path interpolation when using the hash option syntax.
2010-11-30 17:55:33 +01:00
show_exceptions_test.rb
…
static_test.rb
…
test_request_test.rb
…
test_response_test.rb
…
uploaded_file_test.rb
…
url_generation_test.rb
…