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
/
helpers
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Convert boolean form options form the tag_helper. Recloses #809.
Marcel Molina
2005-10-10
2
-29
/
+20
*
Fix Element.toggle logic
Sam Stephenson
2005-10-10
1
-1
/
+1
*
Update Prototype to V1.4.0_pre11, script.aculo.us to [2502] and fix the rails...
Thomas Fuchs
2005-10-09
5
-276
/
+448
*
Forced newer versions of RedCloth to use hard breaks [DHH]
David Heinemeier Hansson
2005-10-02
1
-0
/
+1
*
Forced newer versions of RedCloth to use hard breaks [DHH]
David Heinemeier Hansson
2005-10-02
1
-1
/
+6
*
Added new scriptaculous options for auto_complete_field #2343 [m.stienstra@fn...
Thomas Fuchs
2005-10-01
1
-2
/
+21
*
Don't prepend the asset host if the string is already a fully-qualified URL
Jamis Buck
2005-09-30
1
-1
/
+2
*
Not the avenue we want to go down
David Heinemeier Hansson
2005-09-30
1
-4
/
+0
*
Testing should also use a default REQUEST_METHOD
David Heinemeier Hansson
2005-09-29
1
-1
/
+4
*
Updated rdoc for javascript_include_tag
Thomas Fuchs
2005-09-28
1
-3
/
+7
*
Update script.aculo.us to 1.5_rc2, and Prototype to 1.4.0_pre7
Thomas Fuchs
2005-09-28
9
-768
/
+2283
*
Have text helpers use built in Regexp.escape rather than home grown alternative
Marcel Molina
2005-09-26
1
-7
/
+2
*
r3573@asus: jeremy | 2005-09-26 11:38:44 -0700
Jeremy Kemper
2005-09-26
1
-1
/
+1
*
Fixed that auto_discovery_link_tag couldn't take a string as the URL
David Heinemeier Hansson
2005-09-22
1
-4
/
+4
*
Optimized tag_options to not sort keys, which is no longer necessary when ass...
David Heinemeier Hansson
2005-09-20
3
-20
/
+18
*
Make the truncate() helper multi-byte safe (assuming $KCODE has been set to s...
Jamis Buck
2005-09-19
1
-1
/
+7
*
Doc fix #2197
David Heinemeier Hansson
2005-09-17
1
-0
/
+1
*
Make upload progress not throw JavaScript errors when there is no progress ba...
David Heinemeier Hansson
2005-09-16
1
-1
/
+1
*
More auto-link fixes (to include query strings in autolinked text)
Jamis Buck
2005-09-14
1
-1
/
+1
*
Fix autolinking to not include trailing tags as part of the URL
Jamis Buck
2005-09-13
1
-1
/
+19
*
Make periodically_call_remote use type="text/javascript" on script tag #2171
David Heinemeier Hansson
2005-09-12
1
-1
/
+1
*
Added TextHelper#cycle to cycle over an array of values on each hit (useful f...
David Heinemeier Hansson
2005-09-12
1
-0
/
+82
*
Fixed docs #1884
David Heinemeier Hansson
2005-09-11
1
-1
/
+1
*
Fixed docs #1886
David Heinemeier Hansson
2005-09-11
1
-1
/
+3
*
Split macros test into their own suite
David Heinemeier Hansson
2005-09-11
1
-1
/
+1
*
Added :multipart option to ActiveRecordHelper#form to make it possible to add...
David Heinemeier Hansson
2005-09-11
1
-1
/
+1
*
Added in-place editing support in the spirit of auto complete with ActionCont...
David Heinemeier Hansson
2005-09-11
3
-74
/
+144
*
Added :disabled option to all data selects that'll make the elements inaccess...
David Heinemeier Hansson
2005-09-11
1
-8
/
+12
*
Fixed that TextHelper#auto_link_urls would include punctuation in the links #...
David Heinemeier Hansson
2005-09-11
1
-2
/
+2
*
Fixed that number_to_currency(1000, {:precision => 0})) should return "$1,000...
David Heinemeier Hansson
2005-09-09
1
-0
/
+1
*
Fix docs #2136 [coffee2code]
David Heinemeier Hansson
2005-09-09
1
-5
/
+5
*
Allow link_to_remote to use any DOM-element as the parent of the form element...
David Heinemeier Hansson
2005-09-09
1
-0
/
+7
*
Fixed JavascriptHelper#auto_complete_for to only include unique items #2153 [...
David Heinemeier Hansson
2005-09-09
1
-1
/
+1
*
Fixed that onclick would be overridden even when special features werent used
David Heinemeier Hansson
2005-09-08
1
-0
/
+2
*
Fixed all AssetHelper methods to work with relative paths, such that javascri...
David Heinemeier Hansson
2005-09-08
1
-1
/
+1
*
Use this.href, not unexisting url
David Heinemeier Hansson
2005-09-07
1
-1
/
+1
*
Added :post option to UrlHelper#link_to that makes it possible to do POST req...
David Heinemeier Hansson
2005-09-07
1
-21
/
+41
*
Added :popup option to UrlHelper#link_to #1996 [gabriel.gironda@gmail.com]
David Heinemeier Hansson
2005-09-04
1
-3
/
+23
*
Updated the options_for_select to deal with the fact that Strings now impleme...
David Heinemeier Hansson
2005-09-03
1
-1
/
+1
*
Added note about how pre-packaged error functionality can be easier to recrea...
David Heinemeier Hansson
2005-09-03
1
-0
/
+4
*
Fix observe_field to fall back to event-based observation if frequency <= 0 #...
Jamis Buck
2005-09-02
1
-4
/
+5
*
* Allow use of the :with option for submit_to_remote #1936 [jon@instance-desi...
Jamis Buck
2005-09-02
1
-1
/
+1
*
Made Upload Progress work with Prototype 1.4.0 and add some documentation for...
David Heinemeier Hansson
2005-08-27
1
-1
/
+1
*
Added :use_short_month option to select_month helper to show month names as a...
Jamis Buck
2005-08-22
1
-2
/
+6
*
Make link_to escape the javascript in the confirm option #1964 [nicolas.pouil...
Jamis Buck
2005-08-14
1
-1
/
+5
*
Simplify content_for implementation
David Heinemeier Hansson
2005-07-24
1
-10
/
+2
*
Fixed regression for content_for #1820 [Stefan Kaes]
David Heinemeier Hansson
2005-07-24
1
-2
/
+2
*
Added additional documentation to FormTagHelper #1788 [jon@instance-design.co...
David Heinemeier Hansson
2005-07-22
1
-0
/
+49
*
Added options hash as third argument to FormHelper#input, so you can do input...
David Heinemeier Hansson
2005-07-17
1
-2
/
+2
*
Docs for JavaScriptHelper#remote_function #1740 [jon@instance-design.co.uk]
David Heinemeier Hansson
2005-07-17
1
-1
/
+9
[prev]
[next]