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
...
*
Fix deprecation warnings in verification tests.
Jeremy Kemper
2006-09-04
1
-6
/
+6
*
Integration tests: thoroughly test ActionController::Integration::Session. Cl...
Jeremy Kemper
2006-09-03
2
-0
/
+165
*
action
Jeremy Kemper
2006-09-03
1
-2
/
+2
*
Deprecated old render parameter calls
David Heinemeier Hansson
2006-09-03
1
-1
/
+12
*
Require action mailer more gracefully
David Heinemeier Hansson
2006-09-03
1
-1
/
+10
*
More deprecation fun
David Heinemeier Hansson
2006-09-03
2
-1
/
+32
*
Better compartmentalizing of assertions
David Heinemeier Hansson
2006-09-03
1
-0
/
+1
*
Added assert_select* for CSS selector-based testing (deprecates assert_tag) #...
David Heinemeier Hansson
2006-09-03
2
-0
/
+1118
*
Cleanup assert_tag :children counting. Closes #2181.
Jeremy Kemper
2006-09-03
1
-0
/
+2
*
Add routing tests to assert that RoutingError is raised when conditions aren'...
Rick Olson
2006-09-02
1
-0
/
+11
*
Switch to using FormEncodedPairParser for parsing request parameters.
Nicholas Seckar
2006-08-30
1
-19
/
+16
*
respond_to .html now always renders #{action_name}.rhtml so that registered c...
Tobias Lütke
2006-08-30
1
-0
/
+19
*
FormEncodedStringParser needs a tad more work before it can handle POST data ...
David Heinemeier Hansson
2006-08-28
1
-0
/
+14
*
Deprecation: test deprecated instance vars in partials.
Jeremy Kemper
2006-08-26
1
-1
/
+1
*
Actually, indifferent access mattered in the bowels (hashes hidden in arrays)
David Heinemeier Hansson
2006-08-26
1
-0
/
+2
*
Result is made indifferent on the way out
David Heinemeier Hansson
2006-08-26
1
-1
/
+0
*
Changed the POST parameter processing to use the new QueryStringParser and ma...
David Heinemeier Hansson
2006-08-26
1
-2
/
+3
*
More tests for array/hashing in parameters, one failing
David Heinemeier Hansson
2006-08-26
1
-0
/
+6
*
Add UrlWriter to allow writing urls from Mailers and scripts.
Nicholas Seckar
2006-08-24
1
-0
/
+65
*
Add test case from ticket #4090
Nicholas Seckar
2006-08-22
1
-0
/
+12
*
Relax Routing's anchor pattern warning; it was preventing use of [^/] inside ...
Nicholas Seckar
2006-08-15
1
-0
/
+38
*
Add controller_paths variable to Routing; Assign Routing.controller_paths fro...
Nicholas Seckar
2006-08-15
1
-6
/
+4
*
Fix assert_redirected_to issue with named routes for module controllers. [Ri...
Rick Olson
2006-08-13
2
-0
/
+34
*
Invoke method_missing directly for hidden actions. Closes #3030.
Nicholas Seckar
2006-08-13
1
-0
/
+58
*
Deprecation: check whether instance variables have been monkeyed with before ...
Jeremy Kemper
2006-08-07
1
-0
/
+15
*
Deprecate direct usage of @params. Update ActionView::Base for instance var d...
Jeremy Kemper
2006-08-07
3
-6
/
+6
*
Deprecation! @session and @flash will be removed after 1.2. Use the session a...
Jeremy Kemper
2006-08-07
1
-0
/
+33
*
Make Routing noisy when an anchor regexp is assigned to a segment. Closes #5674
Nicholas Seckar
2006-08-05
1
-10
/
+59
*
Remove duplicate routes from mapped resources (closes #5712) [eigentone@gmail...
David Heinemeier Hansson
2006-08-05
1
-0
/
+22
*
Make controller_path available as an instance method. Closes #5724.
Jeremy Kemper
2006-08-05
1
-2
/
+4
*
Make us pass to ease RESTful children posts
David Heinemeier Hansson
2006-08-04
1
-1
/
+1
*
Make us pass to ease RESTful children posts
David Heinemeier Hansson
2006-08-04
1
-0
/
+11
*
Make action caching aware of different formats for the same action so that, e...
Marcel Molina
2006-08-03
2
-1
/
+137
*
Restrict Request Method hacking with ?_method to POST requests. [Rick Olson]
Rick Olson
2006-08-01
1
-1
/
+29
*
Nested resource testing.
Jeremy Kemper
2006-08-01
1
-16
/
+17
*
Nesting map.resources
Jeremy Kemper
2006-08-01
1
-3
/
+3
*
Fix bug when passing multiple options to SimplyRestful, like :new => { :previ...
Rick Olson
2006-07-31
1
-0
/
+41
*
Dup the options passed to map.resources so that multiple resources get the sa...
Rick Olson
2006-07-31
1
-2
/
+17
*
Fixed the new_#{resource}_url route and added named route tests for Simply Re...
Rick Olson
2006-07-31
1
-13
/
+62
*
Added map.resources from the Simply Restful plugin (backwards incompatible wi...
David Heinemeier Hansson
2006-07-31
1
-0
/
+109
*
Fixed that you can still access the flash after the flash has been reset in r...
Rick Olson
2006-07-22
1
-0
/
+17
*
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
Jeremy Kemper
2006-07-08
1
-2
/
+2
*
Added exception handling of missing layouts (closes #5373) [chris@ozmm.org]
David Heinemeier Hansson
2006-07-05
1
-1
/
+20
*
r4748@asus: jeremy | 2006-06-29 22:40:35 -0700
Jeremy Kemper
2006-06-30
1
-1
/
+1
*
Add route_name_path method to generate only the path for a named routes. For ...
Nicholas Seckar
2006-06-30
1
-2
/
+11
*
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
[prev]
[next]