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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Change from InvalidToken to InvalidAuthenticityToken to be more specific
David Heinemeier Hansson
2007-09-24
2
-16
/
+21
*
Stop rdoc from whining
David Heinemeier Hansson
2007-09-24
2
-8
/
+8
*
Move rescue_action_with_handler from rescue_action to perform_action so it is...
Jeremy Kemper
2007-09-24
1
-2
/
+2
*
Include asset host in public path cache key. Clear cache between asset tag te...
Jeremy Kemper
2007-09-24
2
-9
/
+17
*
port over some of the csrf_killer README docs
Rick Olson
2007-09-24
1
-0
/
+13
*
Beefed up docs a bit
David Heinemeier Hansson
2007-09-24
1
-17
/
+27
*
Cache computed public asset paths.
Jeremy Kemper
2007-09-24
1
-16
/
+20
*
Cache more file existence checks. Flip-flop escaping.
Jeremy Kemper
2007-09-24
1
-9
/
+16
*
Cache file existence checks and the list of all stylesheet sources. Manually ...
Jeremy Kemper
2007-09-24
1
-7
/
+10
*
The tag helper may bypass escaping.
Jeremy Kemper
2007-09-24
1
-17
/
+26
*
Cache asset ids.
Jeremy Kemper
2007-09-24
1
-3
/
+12
*
escape_once uses negative lookahead to avoid double-escaping instead of a sec...
Jeremy Kemper
2007-09-24
1
-6
/
+1
*
Optimized named routes respect AbstractRequest.relative_url_root. Closes #9612.
Jeremy Kemper
2007-09-23
1
-0
/
+2
*
Dont need all of test/unit (closes #6673) [zenspider/josh]
David Heinemeier Hansson
2007-09-23
1
-1
/
+0
*
Remove , and ; (comma and semicolon) from routing separators again. Reference...
Jeremy Kemper
2007-09-23
1
-2
/
+2
*
Fixed cache_page to use the request url instead of the routing options when p...
David Heinemeier Hansson
2007-09-23
1
-8
/
+11
*
Introduce ActionController::Base.rescue_from to declare exception-handling me...
Jeremy Kemper
2007-09-23
1
-2
/
+51
*
Rename some RequestForgeryProtection methods. The class method is now #prote...
Rick Olson
2007-09-23
5
-24
/
+35
*
move TextHelper#sanitize config options to the TextHelper module so it can be...
Rick Olson
2007-09-23
2
-130
/
+146
*
Merge csrf_killer plugin into rails. Adds RequestForgeryProtection model tha...
Rick Olson
2007-09-23
9
-22
/
+127
*
Secure #sanitize, #strip_tags, and #strip_links helpers against xss attacks. ...
Rick Olson
2007-09-23
2
-38
/
+227
*
Roll back #7578, tests failed
David Heinemeier Hansson
2007-09-22
1
-2
/
+3
*
Improve the error message for assert_redirected_to (closes #7337) [sandofsky]
David Heinemeier Hansson
2007-09-22
1
-3
/
+2
*
Disable the routing optimisation code when dealing with foo_url helpers. Add...
Michael Koziarski
2007-09-22
1
-3
/
+5
*
Remove use of & logic operator. Closes #8114.
Nicholas Seckar
2007-09-22
1
-1
/
+1
*
Fixed JavaScriptHelper#escape_javascript to also escape closing tags (closes ...
David Heinemeier Hansson
2007-09-22
1
-1
/
+1
*
Fixed TextHelper#word_wrap for multiline strings with extra carrier returns (...
David Heinemeier Hansson
2007-09-22
1
-1
/
+3
*
Allow frameworks to be required by their gem name (closes #8845) [drnic]
David Heinemeier Hansson
2007-09-22
1
-0
/
+1
*
Doc fix (closes #9123) [tzaharia]
David Heinemeier Hansson
2007-09-22
1
-1
/
+2
*
Use rel="stylesheet" in lowercase as prescribed by XHTML standards (closes #8...
David Heinemeier Hansson
2007-09-22
1
-22
/
+22
*
Doc fix (closes #9414) [Henrik N]
David Heinemeier Hansson
2007-09-22
1
-3
/
+3
*
Fixed that setting the :host option in url_for would automatically turn off :...
David Heinemeier Hansson
2007-09-22
1
-2
/
+3
*
Added FormHelper#label (closes #8641) [jcoglan]
David Heinemeier Hansson
2007-09-22
1
-1
/
+32
*
Fix buffer
David Heinemeier Hansson
2007-09-22
1
-0
/
+1
*
Added AtomFeedHelper (slightly improved from the atom_feed_helper plugin) [DHH]
David Heinemeier Hansson
2007-09-21
1
-0
/
+111
*
[html-scanner] Fix parsing of empty tags. Closes #7641. [anthony.bailey]
Michael Koziarski
2007-09-21
1
-0
/
+3
*
Prevent clashing named routes when using uncountable resources. Closes #9598
Michael Koziarski
2007-09-21
1
-2
/
+12
*
Added support for HTTP Only cookies (works in IE6+ and FF 2.0.5+) as an impro...
David Heinemeier Hansson
2007-09-21
2
-37
/
+25
*
Don't warn when a path segment precedes a required segment. Closes #9615.
Nicholas Seckar
2007-09-21
1
-1
/
+5
*
Fixed CaptureHelper#content_for to work with the optional content parameter i...
David Heinemeier Hansson
2007-09-21
1
-3
/
+9
*
Added that render :json will automatically call .to_json unless its being pas...
David Heinemeier Hansson
2007-09-20
2
-2
/
+9
*
Autolink behaves well with emails embedded in URLs. Closes #7313.
Jeremy Kemper
2007-09-20
1
-5
/
+11
*
Revert [7397]. Reopens #7313.
Jeremy Kemper
2007-09-20
1
-11
/
+5
*
Fixed that default layouts did not take the format into account #9564 [lifofifo]
David Heinemeier Hansson
2007-09-18
1
-1
/
+3
*
ERB::Util#html_escape creates fewer objects
Jeremy Kemper
2007-09-18
1
-0
/
+10
*
tag_options creates fewer objects
Jeremy Kemper
2007-09-18
1
-14
/
+15
*
Added security notice to Request#remote_ip underlining the fact that its valu...
David Heinemeier Hansson
2007-09-17
1
-0
/
+8
*
Disable optimisation code for UrlWriter as request.host doesn't make sense th...
Michael Koziarski
2007-09-17
3
-9
/
+39
*
Speed up and simplify query caching.
Jeremy Kemper
2007-09-17
1
-6
/
+6
*
Avoid RDoc warning
David Heinemeier Hansson
2007-09-15
1
-1
/
+1
[prev]
[next]