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
...
*
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
*
Dots in template path should not trip up rendering (closes #4244) [lmarlow@ya...
David Heinemeier Hansson
2006-03-16
1
-1
/
+21
*
Underscore dasherized keys in formatted requests
Jamis Buck
2006-03-15
1
-3
/
+28
*
Add MimeResponds::Responder#any for managing multiple types with identical re...
Jamis Buck
2006-03-15
1
-0
/
+21
*
Added simple alert() notifications for RJS exceptions when config.action_view...
Sam Stephenson
2006-03-13
2
-2
/
+2
*
Rendering xml shouldnt happen inside any layout. Added class proxying to RJS,...
David Heinemeier Hansson
2006-03-13
1
-1
/
+3
*
Default mime type for XML should be application/xml [DHH]
David Heinemeier Hansson
2006-03-12
1
-0
/
+12
*
Mime types are separated by a comma, not semicolon, in the Accept header. Als...
David Heinemeier Hansson
2006-03-12
2
-7
/
+7
*
Added synonym and custom type handling to respond_to [DHH]
David Heinemeier Hansson
2006-03-12
1
-0
/
+28
*
Assume that we accept what we give [DHH]
David Heinemeier Hansson
2006-03-12
1
-0
/
+18
*
Added defaults to respond_to [DHH]
David Heinemeier Hansson
2006-03-12
3
-17
/
+56
*
Added option to render action/template/file of a specific extension (and here...
David Heinemeier Hansson
2006-03-12
1
-56
/
+61
*
Added better support for using the same actions to output for different sourc...
David Heinemeier Hansson
2006-03-11
3
-3
/
+105
*
Re-added mixed-in helper methods for the JavascriptGenerator. Moved Javascri...
Rick Olson
2006-03-08
1
-2
/
+15
*
ActionController::Base.param_parsers now accept symbols. currently supported ...
Tobias Lütke
2006-03-05
1
-2
/
+20
*
Added new infrastructure support for REST webservices.
Tobias Lütke
2006-03-05
1
-0
/
+146
*
Fixed tests (closes #4087) [Rick Olson]
David Heinemeier Hansson
2006-03-05
1
-0
/
+11
*
allow RJS enum values to be passed to visual_effect() and other scriptaculous...
David Heinemeier Hansson
2006-03-05
1
-3
/
+15
*
Added .rxml (and any non-rhtml template, really) supportfor CaptureHelper#con...
David Heinemeier Hansson
2006-02-26
1
-1
/
+33
*
Remove ::Controllers related cruft; fix AP tests
Nicholas Seckar
2006-02-26
2
-53
/
+39
*
Fixed that the request method would be sticky in tests (closes #3849) [lars@p...
David Heinemeier Hansson
2006-02-20
1
-0
/
+6
*
Ensure backwards compatibility with symbolized action names for render_action...
David Heinemeier Hansson
2006-02-19
1
-1
/
+10
*
Make RJS treat symbolic action names nicely #3861 [Rick Olson]
David Heinemeier Hansson
2006-02-17
1
-0
/
+9
*
Modernize flash tests
David Heinemeier Hansson
2006-02-12
1
-41
/
+26
*
Stopped the massive bleeding of concerns into ActionController::Base. Base no...
David Heinemeier Hansson
2006-02-12
1
-2
/
+2
*
Major components cleanup and speedup. Closes #3527.
Jeremy Kemper
2006-02-09
3
-17
/
+21
[prev]
[next]