aboutsummaryrefslogtreecommitdiffstats
path: root/railties/html
Commit message (Expand)AuthorAgeFilesLines
* Expanded :method option in FormTagHelper#form_tag, FormHelper#form_for, Proto...David Heinemeier Hansson2006-05-291-0/+6
* Update to Prototype 1.5.0_rc0Sam Stephenson2006-04-061-44/+32
* Fix rails info for when js is off (closes #4472) [erik@codefaktor.de]David Heinemeier Hansson2006-04-011-1/+1
* Applied Prototype $() performance patches (#4465, #4477) and updated script.a...Thomas Fuchs2006-04-013-75/+302
* Speedup for sortable with handles initialization in rails trunk tooThomas Fuchs2006-03-272-4/+5
* Update to Prototype 1.5.0_pre1Sam Stephenson2006-03-271-5/+31
* effects.js and controls.js fixesThomas Fuchs2006-03-262-4/+5
* Update to script.aculo.us 1.6Thomas Fuchs2006-03-262-180/+248
* My beautiful eyes [DHH]David Heinemeier Hansson2006-03-201-1/+1
* Update docs and index.html [DHH]David Heinemeier Hansson2006-03-201-2/+2
* Remove explicit loading of RailsInfo and RailsInfoController.Nicholas Seckar2006-03-191-1/+1
* Prefer application/xml over text/xml for charset reasonsDavid Heinemeier Hansson2006-03-131-1/+1
* Mime types are separated by a comma, not semicolon, in the Accept header. Als...David Heinemeier Hansson2006-03-121-1/+1
* Use accept headersDavid Heinemeier Hansson2006-03-121-1/+2
* Update to latest script.aculo.us trunk, fixes possible issue with Effect.Appe...Thomas Fuchs2006-03-092-4/+8
* Allow method chaining in RJS elements [Rick Olson]David Heinemeier Hansson2006-03-061-0/+9
* Update Prototype for beta gemsSam Stephenson2006-03-061-48/+55
* Added public/javascripts/application.js as a sample since it'll automatically...David Heinemeier Hansson2006-03-041-0/+2
* Fixed Effect.Appear in effects.js to work with floats in Safari (closes #3524...David Heinemeier Hansson2006-03-042-19/+32
* Update script.aculo.us to V1.5.3 [Thomas Fuchs]Thomas Fuchs2006-02-223-31/+85
* Update script.aculo.us in Rails trunk to V1.5.2Thomas Fuchs2006-02-142-14/+95
* Add JavaScriptGenerator#replace_element for replacing an element's "outer HTM...Sam Stephenson2006-02-121-24/+23
* Update to Prototype 1.5.0_rc0Sam Stephenson2006-01-181-7/+158
* Added assignment of the Autocompleter object created by JavaScriptMacroHelper...David Heinemeier Hansson2006-01-032-7/+16
* Made Field.focus in prototype friendly to effects by adding optional delay pa...David Heinemeier Hansson2005-12-311-2/+12
* Update to script.aculo.us to 1.5.0 rev. 3343Thomas Fuchs2005-12-253-63/+128
* Added :select option for JavaScriptMacroHelper#auto_complete_field that makes...David Heinemeier Hansson2005-12-242-16/+21
* Update to Prototype 1.4.0 finalSam Stephenson2005-12-131-8/+25
* Update to script.aculo.us 1.5.0_rc6Thomas Fuchs2005-12-122-440/+435
* Close h1 with h1 not h2 (closes #3150)David Heinemeier Hansson2005-12-101-1/+1
* Finish polish on new welcome screenDavid Heinemeier Hansson2005-12-081-16/+14
* Update to Prototype 1.4.0_rc4. Closes #2943 (old Array.prototype.reverse beha...Sam Stephenson2005-11-191-9/+19
* Update to Prototype 1.4.0_rc3. Closes #1893, #2505, #2550, #2748, #2783.Sam Stephenson2005-11-181-61/+93
* Update trunk to latests script.aculo.usThomas Fuchs2005-11-143-109/+70
* Added an omnipresent RailsInfoController with a properties action that delive...Sam Stephenson2005-11-082-71/+272
* Change javascript_include_tag :defaults to not use script.aculo.us loader, wh...Thomas Fuchs2005-11-013-371/+0
* Update script.aculo.us to V1.5_rc4Thomas Fuchs2005-10-296-456/+429
* Bump to Prototype 1.4.0_rc2Sam Stephenson2005-10-261-11/+13
* Merge remainder of util.js into effects.jsSam Stephenson2005-10-163-549/+290
* Upgrade to Prototype 1.4.0_rc0Sam Stephenson2005-10-161-169/+421
* Fix Element.toggle logicSam Stephenson2005-10-101-1/+1
* Make it clear that we are at script.aculo.us V1.5_rc3 nowThomas Fuchs2005-10-091-1/+1
* Update Prototype to V1.4.0_pre11, script.aculo.us to [2502] and fix the rails...Thomas Fuchs2005-10-095-276/+448
* Update script.aculo.us to 1.5_rc2, and Prototype to 1.4.0_pre7Thomas Fuchs2005-09-287-735/+2291
* Added an empty robots.txt to public/, so that web servers asking for it won't...David Heinemeier Hansson2005-07-221-0/+1
* Fixed bug with :success/:failure callbacks for the JavaScriptHelper methods #...David Heinemeier Hansson2005-07-141-1/+1
* Script.aculo.us: latest rev, new autocompleter features, memory leaks fixed #...David Heinemeier Hansson2005-07-113-113/+297
* Update Railties to Prototype 1.3.1Sam Stephenson2005-07-111-39/+50
* Added even more goodies to script.aculo.us #1677 [Thomas Fuchs]David Heinemeier Hansson2005-07-092-75/+133
* Added a bunch of script.aculo.us features: Effect.ScrollTo, to smoothly scrol...David Heinemeier Hansson2005-07-072-70/+116