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
*
Allow exempt_from_layout :rhtml. References #6742, closes #7026.
Jeremy Kemper
2007-01-14
1
-2
/
+1
*
Wrap and skip tests using mocha.
Jeremy Kemper
2007-01-14
2
-8
/
+5
*
Use mocha for rescue tests.
Jeremy Kemper
2007-01-13
1
-16
/
+14
*
Recognize the .txt extension as Mime::TEXT [Rick]
Rick Olson
2007-01-12
1
-0
/
+3
*
Failing test for exempt_from_layout :rhtml. References #6742.
Jeremy Kemper
2007-01-12
1
-0
/
+12
*
Fix parsing of array[] CGI parameters so extra empty values aren't included. ...
Jeremy Kemper
2007-01-12
1
-0
/
+12
*
Set request.env['REQUEST_URI'] when absent.
Jeremy Kemper
2007-01-12
1
-7
/
+13
*
Test proving render_to_string result passed to partial works. Closes #2541. [...
Jeremy Kemper
2007-01-12
1
-1
/
+13
*
Fix bug where nested resources ignore a parent singleton parent's path prefix...
Rick Olson
2007-01-08
1
-0
/
+13
*
Routing uses URI escaping for path components and CGI escaping for query para...
Jeremy Kemper
2006-12-28
1
-2
/
+9
*
Fix assert_redirected_to bug where redirecting from a nested to to a top-leve...
Rick Olson
2006-12-25
2
-2
/
+24
*
Singleton resources: POST /singleton => create, GET /singleton/new => new
Jeremy Kemper
2006-12-22
1
-0
/
+5
*
Use 400 Bad Request status for unrescued ActiveRecord::RecordInvalid exceptions.
Jeremy Kemper
2006-12-22
1
-0
/
+1
*
Silence log_error deprecation warnings from inspecting deprecated instance va...
Jeremy Kemper
2006-12-19
1
-1
/
+7
*
Only cache GET requests with a 200 OK response. Closes #6514, #6743.
Jeremy Kemper
2006-12-19
1
-28
/
+91
*
Ensure render :json => ... skips the layout. Closes #6808 [Josh Peek]
Rick Olson
2006-12-19
1
-0
/
+11
*
Another test that the deprecation spout is plugged.
Jeremy Kemper
2006-12-17
1
-0
/
+11
*
Fix a bug in Routing where a parameter taken from the path of the current req...
Nicholas Seckar
2006-12-09
1
-0
/
+11
*
Unrescued ActiveRecord::RecordNotFound responds with 404 instead of 500.
Jeremy Kemper
2006-12-08
1
-0
/
+1
*
added tests checking for nested singleton resources
Rick Olson
2006-12-07
1
-0
/
+26
*
Add singleton resources. [Rick Olson]
Rick Olson
2006-12-07
1
-0
/
+104
*
Remove unrelated render :yaml changes. References #4185.
Jeremy Kemper
2006-12-06
1
-2
/
+2
*
More thorough JSON tests. Use application/json by default, per rfc4627. Refer...
Jeremy Kemper
2006-12-06
2
-12
/
+22
*
respond_to recognizes JSON. render :json => @person.to_json automatically set...
Jeremy Kemper
2006-12-06
2
-0
/
+38
*
Dropped the idea of automatically routing :format for the vanilla routes -- t...
David Heinemeier Hansson
2006-12-04
1
-4
/
+18
*
Added Request#format to return the format used for the request as a mime type...
David Heinemeier Hansson
2006-12-02
1
-0
/
+12
*
Added the option for extension aliases to mime type registration [DHH] Refact...
David Heinemeier Hansson
2006-12-02
1
-0
/
+5
*
Merge [5645] from 1.2.
Jeremy Kemper
2006-11-28
1
-4
/
+6
*
@response.redirect_url works with 201 Created responses: just return headers[...
Jeremy Kemper
2006-11-28
1
-0
/
+19
*
uses_component_template_root looks at caller[0] which turns up the deprecatio...
Jeremy Kemper
2006-11-26
1
-1
/
+2
*
Dont set default charset if the response is sending a file. Closes #6689 [DHH]
David Heinemeier Hansson
2006-11-25
1
-0
/
+8
*
* Added GET-masquarading for HEAD, so request.method will return :get even fo...
David Heinemeier Hansson
2006-11-23
1
-3
/
+10
*
Update Routing to complain when :controller is not specified by a route. Clos...
Nicholas Seckar
2006-11-22
2
-2
/
+8
*
Ensure render_to_string cleans up after itself when an exception is raised. C...
Jeremy Kemper
2006-11-20
1
-0
/
+48
*
Deprecate standalone components.
Jeremy Kemper
2006-11-16
1
-1
/
+3
*
assert_select_rjs :remove
Jeremy Kemper
2006-11-15
1
-0
/
+21
*
Always clear model associations from session. Closes #4795.
Jeremy Kemper
2006-11-13
1
-0
/
+51
*
test controller rescues
Jeremy Kemper
2006-11-13
1
-0
/
+212
*
silence const_set warning
Jeremy Kemper
2006-11-13
1
-4
/
+7
*
update_element_function is deprecated
Jeremy Kemper
2006-11-13
1
-10
/
+12
*
Multipart form values may have a content type without being treated as upload...
Jeremy Kemper
2006-11-09
1
-5
/
+8
*
assert_response supports symbolic status codes. Closes #6569.
Jeremy Kemper
2006-11-07
1
-0
/
+7
*
clean up failing routing tests from missing :only_path option [Rick]
Rick Olson
2006-10-22
1
-11
/
+11
*
test deprecated instance variables using to_s instead of inspect which touche...
Jeremy Kemper
2006-10-18
1
-3
/
+3
*
Fix routing to correctly determine when generation fails. Closes #6300.
Nicholas Seckar
2006-10-16
1
-0
/
+27
*
Fix broken assert_generates when extra keys are being checked.
Jamis Buck
2006-10-16
1
-0
/
+4
*
remove an obsolete #dup call. avoid double negatives, to make the code easier...
Jamis Buck
2006-10-15
1
-7
/
+9
*
make sure filters in subclasses with :only or :except conditions are treated ...
Jamis Buck
2006-10-14
1
-1
/
+13
*
Make page caching respect the format of the resource that is being requested ...
Marcel Molina
2006-10-12
1
-0
/
+21
*
Fix relative URL root matching problems
Jamis Buck
2006-10-09
1
-0
/
+10
[next]