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
Commit message (
Expand
)
Author
Age
Files
Lines
*
A bit more routes refactoring and test
David Heinemeier Hansson
2005-06-29
2
-5
/
+9
*
Got back to functional testing harmony
David Heinemeier Hansson
2005-06-29
2
-33
/
+57
*
Rolled back changed to test_process as it broke havok this morning
David Heinemeier Hansson
2005-06-29
1
-13
/
+12
*
Fix JavaScriptHelper capitalization and make it compatible with Prototype #15...
David Heinemeier Hansson
2005-06-29
4
-22
/
+24
*
Script.aculo.us: autocompletion focus fix, setContentZoom fix #1546 [Thomas F...
David Heinemeier Hansson
2005-06-29
3
-19
/
+21
*
Sync Prototype; closes #1539
Sam Stephenson
2005-06-29
1
-30
/
+59
*
r1475@iwill: jeremy | 2005-06-28 23:19:51 -0700
Jeremy Kemper
2005-06-29
7
-66
/
+71
*
Routes fail with leading slash #1540 [Nicholas Seckar]
Jamis Buck
2005-06-28
3
-0
/
+8
*
Badly applied patch fix
David Heinemeier Hansson
2005-06-28
1
-2
/
+2
*
Added support for upload progress indicators in Apache and lighttpd 1.4.x (wo...
David Heinemeier Hansson
2005-06-28
6
-0
/
+1730
*
Added support for upload progress indicators in Apache and lighttpd 1.4.x (wo...
David Heinemeier Hansson
2005-06-28
6
-16
/
+107
*
This patch modifies RouteSet#write_generation and RouteSet#write_recognition ...
David Heinemeier Hansson
2005-06-28
1
-1
/
+8
*
Fix the Event.findElement prototype function. Needed to get autocomplete work...
David Heinemeier Hansson
2005-06-28
1
-3
/
+3
*
Added support for graceful error handling of Ajax calls #1217 [Jamis Buck/Tho...
David Heinemeier Hansson
2005-06-27
3
-22
/
+85
*
Make Object.prototype.extend work correctly
Sam Stephenson
2005-06-27
1
-2
/
+2
*
Work around existing Element and Event objects in Prototype
Sam Stephenson
2005-06-27
1
-8
/
+12
*
Don't ignore :controller for urls made inside a controller module #1526 [Nich...
David Heinemeier Hansson
2005-06-27
2
-2
/
+11
*
Make named routes work without hashes #1523 [Nicholas Seckar]
David Heinemeier Hansson
2005-06-27
2
-1
/
+7
*
Fixed routing bug
David Heinemeier Hansson
2005-06-27
1
-1
/
+1
*
Attempt to explicitly flush the output at the end of CgiProcess#out
Jamis Buck
2005-06-27
2
-0
/
+4
*
Update script.aculo.us scripts for Prototype 1.3.0 #1522 [Thomas Fuchs]
David Heinemeier Hansson
2005-06-27
3
-3
/
+107
*
Fix a potential bug in Prototype's Ajax.Request involving Mozilla and null PO...
Sam Stephenson
2005-06-27
1
-11
/
+11
*
Fixed assert_redirected_to to handle absolute controller paths properly #1472...
David Heinemeier Hansson
2005-06-27
3
-6
/
+29
*
Added event-based observations when frequency is not set on observe_field/for...
David Heinemeier Hansson
2005-06-27
2
-5
/
+18
*
Dont use evals in backtraces #1513
David Heinemeier Hansson
2005-06-27
1
-6
/
+8
*
Update to Prototype 1.3.0; closes #1441, #1348
Sam Stephenson
2005-06-27
1
-389
/
+435
*
Update script.aculo.us scripts to fix some bugs #1515
David Heinemeier Hansson
2005-06-26
3
-20
/
+31
*
Fixed that Functional tests do not set request.path_parameters properly #1512...
David Heinemeier Hansson
2005-06-26
2
-4
/
+23
*
Renamed remote_sortable to sortable_element
David Heinemeier Hansson
2005-06-26
2
-2
/
+32
*
Added auto_complete_for to controller and text_field_with_auto_complete to vi...
David Heinemeier Hansson
2005-06-26
2
-16
/
+57
*
Added script.aculo.us Javascripts (controls.js, dragdrop.js, effects.js) (NEE...
David Heinemeier Hansson
2005-06-26
7
-189
/
+1558
*
Added testing of named routes #1506 [Nicholas Seckar]
David Heinemeier Hansson
2005-06-26
3
-2
/
+14
*
RoutingError should show 404.html when in public #1503 [Ulysses]
Jamis Buck
2005-06-25
1
-4
/
+5
*
Updated assert_generates/routing to the new Routes code #1498 [Rick Olson]
David Heinemeier Hansson
2005-06-25
2
-1
/
+6
*
Fixed prototype to consider all fields it doesn't know as text (such as Safar...
David Heinemeier Hansson
2005-06-25
2
-4
/
+4
*
Eliminate a "string literal in condition" warning from some routes
Jamis Buck
2005-06-25
2
-1
/
+13
*
Fix problem with symbol/string mismatch on some routes
Jamis Buck
2005-06-24
2
-1
/
+8
*
Fix routes generation for unit tests. #1434
Jeremy Kemper
2005-06-24
1
-1
/
+9
*
Improved performance of Routes generation by a factor of 5 #1434 [Nicholas Se...
David Heinemeier Hansson
2005-06-24
8
-750
/
+1331
*
Improved AbstractRequest documentation. Closes #1483.
Jeremy Kemper
2005-06-24
2
-23
/
+49
*
Added ActionController::Base.allow_concurrency to control whether the applica...
David Heinemeier Hansson
2005-06-23
2
-0
/
+8
*
Removed the mutex from the WEBrick adapter under the production environment s...
David Heinemeier Hansson
2005-06-22
1
-5
/
+5
*
Updated documentation for partials #1171
David Heinemeier Hansson
2005-06-21
1
-7
/
+9
*
Include Routing tests in rake run #1287
David Heinemeier Hansson
2005-06-21
1
-0
/
+0
*
Added TextHelper#word_wrap(text, line_length = 80) #1449 [tuxie@dekadance.se]
David Heinemeier Hansson
2005-06-21
3
-0
/
+11
*
Added a fall-through action for form_remote_tag that'll be used in case Javas...
David Heinemeier Hansson
2005-06-21
2
-0
/
+12
*
Added :xhr => true/false option to verify so you can ensure that a request is...
David Heinemeier Hansson
2005-06-21
5
-2
/
+54
*
Added tag_options as a third parameter to AssetHelper#auto_discovery_link_tag...
David Heinemeier Hansson
2005-06-21
3
-4
/
+17
*
Added option to pass in parameters to CaptureHelper#capture, so you can creat...
David Heinemeier Hansson
2005-06-21
3
-9
/
+18
*
Changed the default name of the input tag generated by FormTagHelper#submit_t...
David Heinemeier Hansson
2005-06-21
2
-1
/
+3
[next]