| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove , and ; (comma and semicolon) from routing separators again. Reference... | Jeremy Kemper | 2007-09-23 | 2 | -3/+3 |
* | Fixed cache_page to use the request url instead of the routing options when p... | David Heinemeier Hansson | 2007-09-23 | 2 | -8/+20 |
* | Introduce ActionController::Base.rescue_from to declare exception-handling me... | Jeremy Kemper | 2007-09-23 | 3 | -12/+91 |
* | Rename some RequestForgeryProtection methods. The class method is now #prote... | Rick Olson | 2007-09-23 | 8 | -44/+50 |
* | 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 | 16 | -22/+368 |
* | Secure #sanitize, #strip_tags, and #strip_links helpers against xss attacks. ... | Rick Olson | 2007-09-23 | 4 | -53/+423 |
* | Test fix (closes #6911) | David Heinemeier Hansson | 2007-09-22 | 1 | -1/+1 |
* | Improve tests (closes #7240) [josh] | David Heinemeier Hansson | 2007-09-22 | 1 | -0/+5 |
* | Roll back #7578, tests failed | David Heinemeier Hansson | 2007-09-22 | 2 | -12/+3 |
* | Improve the error message for assert_redirected_to (closes #7337) [sandofsky] | David Heinemeier Hansson | 2007-09-22 | 2 | -3/+12 |
* | Disable the routing optimisation code when dealing with foo_url helpers. Add... | Michael Koziarski | 2007-09-22 | 2 | -9/+11 |
* | Remove use of & logic operator. Closes #8114. | Nicholas Seckar | 2007-09-22 | 2 | -1/+3 |
* | Fixed JavaScriptHelper#escape_javascript to also escape closing tags (closes ... | David Heinemeier Hansson | 2007-09-22 | 3 | -1/+4 |
* | Fixed TextHelper#word_wrap for multiline strings with extra carrier returns (... | David Heinemeier Hansson | 2007-09-22 | 3 | -1/+9 |
* | 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 | 2 | -36/+36 |
* | 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 | 3 | -3/+24 |
* | Added FormHelper#label (closes #8641) [jcoglan] | David Heinemeier Hansson | 2007-09-22 | 3 | -1/+49 |
* | Test CGI::Cookie#to_s. Closes #9624 [tarmo] | Jeremy Kemper | 2007-09-22 | 1 | -0/+27 |
* | Fix buffer | David Heinemeier Hansson | 2007-09-22 | 1 | -0/+1 |
* | Fix tests for atom feed | David Heinemeier Hansson | 2007-09-21 | 1 | -21/+21 |
* | Added AtomFeedHelper (slightly improved from the atom_feed_helper plugin) [DHH] | David Heinemeier Hansson | 2007-09-21 | 3 | -0/+214 |
* | [html-scanner] Fix parsing of empty tags. Closes #7641. [anthony.bailey] | Michael Koziarski | 2007-09-21 | 2 | -0/+23 |
* | Forgotten changelog entry | Michael Koziarski | 2007-09-21 | 1 | -0/+2 |
* | 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 | 4 | -37/+37 |
* | Submit missing fixture files | David Heinemeier Hansson | 2007-09-21 | 2 | -0/+5 |
* | Don't warn when a path segment precedes a required segment. Closes #9615. | Nicholas Seckar | 2007-09-21 | 2 | -1/+7 |
* | Fixed CaptureHelper#content_for to work with the optional content parameter i... | David Heinemeier Hansson | 2007-09-21 | 3 | -4/+30 |
* | Added that render :json will automatically call .to_json unless its being pas... | David Heinemeier Hansson | 2007-09-20 | 3 | -2/+34 |
* | Autolink behaves well with emails embedded in URLs. Closes #7313. | Jeremy Kemper | 2007-09-20 | 3 | -5/+20 |
* | Revert [7397]. Reopens #7313. | Jeremy Kemper | 2007-09-20 | 2 | -15/+5 |
* | Fixed that default layouts did not take the format into account #9564 [lifofifo] | David Heinemeier Hansson | 2007-09-18 | 4 | -3/+35 |
* | 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 | 2 | -15/+18 |
* | 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 | 5 | -12/+47 |
* | 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 |
* | Fixed optimized route segment escaping. Closes #9562. | Jeremy Kemper | 2007-09-15 | 4 | -30/+38 |
* | Added block-acceptance to JavaScriptHelper#javascript_tag (closes #7527) [Bob... | David Heinemeier Hansson | 2007-09-15 | 2 | -4/+40 |
* | root_path returns '/' not ''. Closes #9563. | Jeremy Kemper | 2007-09-15 | 3 | -7/+17 |
* | Fixed that setting request.format should also affect respond_to blocks [DHH] | David Heinemeier Hansson | 2007-09-15 | 1 | -1/+1 |
* | Fixed that setting request.format would also affect respond_to blocks [DHH] | David Heinemeier Hansson | 2007-09-15 | 3 | -3/+36 |
* | Add option to force binary mode on tempfile used for fixture_file_upload. Clo... | Jeremy Kemper | 2007-09-14 | 3 | -3/+37 |
* | Missed Reloadable bits and pieces | Jeremy Kemper | 2007-09-14 | 1 | -4/+0 |
* | Deprecation: removed Reloadable. | Jeremy Kemper | 2007-09-14 | 1 | -2/+1 |