index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
test
/
controller
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Determine the correct template_root for deeply nested components. Closes #2841.
Jeremy Kemper
2006-06-21
1
-1
/
+20
*
Fix that routes with *path segments in the recall can generate URLs. [Rick]
Rick Olson
2006-06-17
1
-0
/
+9
*
Added Hash.create_from_xml(string) which will create a hash from a XML string...
David Heinemeier Hansson
2006-06-16
1
-7
/
+0
*
add passing test to make sure unhandled requests don't load unnecessary class...
Rick Olson
2006-06-16
1
-6
/
+23
*
Make sure passed routing options are not mutated by routing code. (closes #5314)
Jamis Buck
2006-06-07
1
-3
/
+21
*
Do some path normalization to prevent the possible_controllers list from cont...
Jamis Buck
2006-06-07
1
-1
/
+12
*
Make sure named routes are never generated relative to some containing module
Jamis Buck
2006-06-06
1
-0
/
+23
*
Improve parameter expiry handling to fix sticky-id issue. Add a more informat...
Jamis Buck
2006-06-06
1
-0
/
+35
*
Make sure changing the controller from foo/bar to bing/bang does not change r...
Jamis Buck
2006-06-05
1
-0
/
+7
*
Escape the entire path before trying to recognize it (closes #3671)
Jamis Buck
2006-06-05
1
-0
/
+9
*
Make sure :id and friends are properly unescaped (closes #5275).
Jamis Buck
2006-06-05
1
-0
/
+17
*
Make sure regexp chunks are grouped when the segment has a regexp constraint ...
Jamis Buck
2006-06-05
1
-0
/
+23
*
Rewind readable CGI params so others may reread them (such as CGI::Session wh...
Jeremy Kemper
2006-06-02
1
-1
/
+9
*
Finish custom handling [DHH]
David Heinemeier Hansson
2006-06-02
1
-0
/
+16
*
Make new mime types first class [DHH]
David Heinemeier Hansson
2006-06-02
1
-1
/
+4
*
Added Mime::Type.register(string, symbol, synonyms = []) for adding new custo...
David Heinemeier Hansson
2006-06-02
1
-0
/
+6
*
Added support for Mime objects in render :content_type option [DHH]
David Heinemeier Hansson
2006-06-02
1
-0
/
+10
*
Add :status option to send_data and send_file. Defaults to '200 OK'. Closes #...
Jeremy Kemper
2006-06-02
1
-1
/
+15
*
Dont keep nothing as a lookup [DHH]
David Heinemeier Hansson
2006-06-01
1
-1
/
+0
*
New routes implementation. Simpler, faster, easier to understand. The publish...
Jamis Buck
2006-06-01
8
-810
/
+1048
*
Cope with missing content type and length headers. Parse parameters from mult...
Jeremy Kemper
2006-06-01
2
-15
/
+61
*
Added interrogation of params[:format] to determine Accept type. If :format i...
David Heinemeier Hansson
2006-05-31
1
-0
/
+14
*
follow_redirect doesn't complain about being redirected to the same controlle...
Jeremy Kemper
2006-05-22
1
-7
/
+39
*
Add layout attribute to response object with the name of the layout that was ...
Marcel Molina
2006-05-17
1
-0
/
+51
*
Fix NoMethodError when parsing params like &&. [Adam Greenfield]. Closes #4955
Michael Koziarski
2006-05-16
1
-0
/
+6
*
Small fix in routing to allow dynamic routes (broken after [4242]) [Rick]
Rick Olson
2006-04-30
1
-1
/
+9
*
Fix assert_redirected_to tests according to real-world usage.
Rick Olson
2006-04-25
1
-3
/
+15
*
Diff compared options with #assert_redirected_to [Rick]
Rick Olson
2006-04-22
3
-12
/
+47
*
restore some commented lines
Jamis Buck
2006-04-21
1
-13
/
+13
*
fix to ';' interpretation in route recognition--only follow a route with ';' ...
Jamis Buck
2006-04-21
1
-12
/
+17
*
Add support in routes for semicolon delimited "subpaths", like /books/:id;:ac...
Jamis Buck
2006-04-21
1
-0
/
+76
*
Added :add_headers option to verify which merges a hash of name/value pairs i...
Sam Stephenson
2006-04-08
1
-4
/
+4
*
Added ActionController.filter_parameter_logging that makes it easy to remove ...
David Heinemeier Hansson
2006-04-07
1
-0
/
+42
*
Failed test for Marcel to ponder
David Heinemeier Hansson
2006-04-06
1
-2
/
+10
*
Honor skipping filters conditionally for only certain actions even when the p...
Marcel Molina
2006-04-05
1
-1
/
+22
*
ActionView: Allow to register a Template handler with a Symbol (dont kill mar...
David Heinemeier Hansson
2006-03-26
1
-0
/
+8
*
Fix assert_redirected_to so it works with symbols
Jamis Buck
2006-03-20
1
-3
/
+18
*
Added nicer message for assert_redirected_to (closes #4294) [court3nay, Chris...
Rick Olson
2006-03-19
1
-0
/
+14
*
Added test for Accept header for xml_http_request calls in functional tests (...
David Heinemeier Hansson
2006-03-18
1
-1
/
+9
*
Removed XML argument style for respond_to, so type.xml(object.to_xml) no long...
David Heinemeier Hansson
2006-03-18
2
-17
/
+28
*
Added easy support for testing file uploads with fixture_file_upload (closes ...
David Heinemeier Hansson
2006-03-18
1
-0
/
+27
*
Make sure xml_simple requests don't blow up if an empty request body is recieved
Jamis Buck
2006-03-18
1
-0
/
+6
*
fix broken respond_to test
Jamis Buck
2006-03-18
1
-1
/
+1
*
Add ability for relative_url_root to be specified via an environment variable...
Nicholas Seckar
2006-03-18
1
-0
/
+13
*
Allow for respond_to(:html, :js, :xml) (closes #4277) [Caio Chassot]
David Heinemeier Hansson
2006-03-18
1
-0
/
+18
*
Add a test to make sure basic XML entities get unescaped properly
Jamis Buck
2006-03-18
1
-0
/
+8
*
Make Mime::Type.parse consider q values (if any)
Jamis Buck
2006-03-18
1
-0
/
+24
*
XML-formatted requests are typecast according to "type" attributes for :xml_s...
Jamis Buck
2006-03-18
1
-1
/
+53
*
Fixed proxy support for lighttpd (closes #3267) [stephen_purcell@yahoo.com]
David Heinemeier Hansson
2006-03-16
1
-2
/
+19
*
Added TestRequest#raw_post that simulate raw_post from CgiRequest (closes #30...
David Heinemeier Hansson
2006-03-16
1
-0
/
+17
[prev]
[next]