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
/
action_view
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove more potential clashes with asset methods and resource routes. Closes...
Michael Koziarski
2007-10-19
1
-4
/
+6
*
Rename image_path path_to_image to avoid conflicting with named routes. Clos...
Michael Koziarski
2007-10-19
2
-2
/
+3
*
Update Prototype to 1.6.0_rc1 and script.aculo.us to 1.8.0 preview 0.
Sam Stephenson
2007-10-16
4
-1643
/
+2646
*
Fix silent failure of rxml templates. Closes #9879.
Jeremy Kemper
2007-10-15
1
-1
/
+2
*
Sync country_select with ISO 3166 long names. Closes #6872 [abhay, mikong, r...
Michael Koziarski
2007-10-15
1
-52
/
+45
*
Enhance documentation for observe_field. Closes #9808 [RubyRedRick, danger]
Michael Koziarski
2007-10-15
1
-1
/
+10
*
error_messages_for also takes :message and :header_message options which defa...
Jeremy Kemper
2007-10-14
1
-12
/
+14
*
JavaScriptVariableProxy#to_json ignores the options arg
Jeremy Kemper
2007-10-11
1
-1
/
+1
*
Extracted sanitization methods from TextHelper to SanitizeHelper [DHH] Change...
David Heinemeier Hansson
2007-10-10
2
-308
/
+326
*
form_for example for namespaced routes. Closes #9769 [sjgman9]
Michael Koziarski
2007-10-08
1
-0
/
+6
*
1 years -> 1 year
Jeremy Kemper
2007-10-08
1
-1
/
+1
*
Add link_to :back which uses your referrer with a fallback to a javascript li...
Michael Koziarski
2007-10-08
1
-3
/
+11
*
error_messages_for and friends also work with local variables. Closes #9699.
Jeremy Kemper
2007-10-07
2
-5
/
+21
*
String#to_xs uses the fast_xs extension if available for Builder speedup.
Jeremy Kemper
2007-10-07
1
-0
/
+1
*
BlankSlate -> BasicObject
Jeremy Kemper
2007-10-07
1
-1
/
+1
*
Ruby 1.9 compat, consistent load paths
Jeremy Kemper
2007-10-02
2
-6
/
+6
*
Fixed that strip_tags blows up with invalid html (closes #9730) [lifo]
David Heinemeier Hansson
2007-09-29
1
-4
/
+6
*
Allow ability to disable request forgery protection, disable it in test mode ...
Rick Olson
2007-09-28
3
-5
/
+5
*
Fixed spelling errors (closes #9706) [tarmo/rmm5t]
David Heinemeier Hansson
2007-09-28
5
-5
/
+5
*
Protect button_to behind protect_from_forgery (closes #9675) [lifo]
David Heinemeier Hansson
2007-09-25
1
-2
/
+7
*
Stop rdoc from whining
David Heinemeier Hansson
2007-09-24
2
-8
/
+8
*
Include asset host in public path cache key. Clear cache between asset tag te...
Jeremy Kemper
2007-09-24
2
-9
/
+17
*
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
*
Rename some RequestForgeryProtection methods. The class method is now #prote...
Rick Olson
2007-09-23
3
-3
/
+3
*
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
5
-21
/
+44
*
Secure #sanitize, #strip_tags, and #strip_links helpers against xss attacks. ...
Rick Olson
2007-09-23
2
-38
/
+227
*
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
*
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
*
Added AtomFeedHelper (slightly improved from the atom_feed_helper plugin) [DHH]
David Heinemeier Hansson
2007-09-21
1
-0
/
+111
*
Fixed CaptureHelper#content_for to work with the optional content parameter i...
David Heinemeier Hansson
2007-09-21
1
-3
/
+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
*
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
*
Avoid RDoc warning
David Heinemeier Hansson
2007-09-15
1
-1
/
+1
*
Added block-acceptance to JavaScriptHelper#javascript_tag (closes #7527) [Bob...
David Heinemeier Hansson
2007-09-15
1
-4
/
+28
*
Trips up the RDoc generation
David Heinemeier Hansson
2007-09-13
1
-1
/
+1
*
Tidy up link to remote options. Closes #9505. [nik.wakelin]
Michael Koziarski
2007-09-12
1
-2
/
+9
*
Purge empty files
Jeremy Kemper
2007-09-11
1
-0
/
+0
*
Moved ActionController::Macros::AutoComplete into the auto_complete plugin on...
David Heinemeier Hansson
2007-09-11
1
-160
/
+0
[next]