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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix loop_on_multiple_args to work, again (not my day), fixes #6078
Thomas Fuchs
2006-09-07
1
-6
/
+6
*
Ahem, now for real
Thomas Fuchs
2006-09-07
1
-1
/
+1
*
Fix a warning in prototype_helper_test, fixes #6077
Thomas Fuchs
2006-09-07
1
-5
/
+3
*
Update JavaScriptGenerator#show/hide/toggle/remove to new Prototype syntax fo...
Thomas Fuchs
2006-09-07
1
-4
/
+12
*
Update UrlWriter to support :only_path.
Nicholas Seckar
2006-09-06
1
-6
/
+11
*
Get symbol definitions of methods converted to strings [DHH]
David Heinemeier Hansson
2006-09-06
1
-1
/
+1
*
Backed out of locals hash as it caused trouble with Builder, see ticket for more
David Heinemeier Hansson
2006-09-06
1
-1
/
+1
*
Fixed JavaScriptHelper#link_to_function and JavaScriptHelper#button_to_functi...
David Heinemeier Hansson
2006-09-06
1
-2
/
+11
*
Still need the regular assertions
David Heinemeier Hansson
2006-09-05
1
-0
/
+1
*
caller is necessary for proper trace in deprecation
David Heinemeier Hansson
2006-09-05
2
-2
/
+2
*
Better bundling of new assertions and make integration tests work again
David Heinemeier Hansson
2006-09-05
2
-15
/
+20
*
Update to script.aculo.us 1.6.3 [Thomas Fuchs]
Thomas Fuchs
2006-09-05
3
-55
/
+118
*
Update to Prototype 1.5.0_rc1
Sam Stephenson
2006-09-05
1
-126
/
+353
*
Added access to nested attributes in RJS (closes #4548) [richcollins@gmail.com]
David Heinemeier Hansson
2006-09-04
1
-0
/
+15
*
Fixed that AssetTagHelper#image_tag and others using compute_public_path shou...
David Heinemeier Hansson
2006-09-04
1
-0
/
+1
*
Expose more options of inplace_editor (but its still going plugin with v2.0) ...
David Heinemeier Hansson
2006-09-04
1
-1
/
+5
*
Documentation for routes (closes #5165) [rramdas@gmail.com]
David Heinemeier Hansson
2006-09-04
1
-0
/
+188
*
Deprecated the auto-appending of .png to AssetTagHelper#image_tag calls that ...
David Heinemeier Hansson
2006-09-04
1
-0
/
+8
*
Fixed default routing NoMethodError downcase for nil when default controller ...
David Heinemeier Hansson
2006-09-04
1
-2
/
+5
*
Added locals hash to partials, which makes for convenient access of some time...
David Heinemeier Hansson
2006-09-04
1
-1
/
+1
*
Update usage notes to verify
David Heinemeier Hansson
2006-09-04
1
-0
/
+3
*
Fixed FormOptionsHelper#select to respect :selected value (closes #5813)
David Heinemeier Hansson
2006-09-04
1
-1
/
+1
*
Fixed TextHelper#simple_format to deal with multiple single returns within a ...
David Heinemeier Hansson
2006-09-04
1
-1
/
+1
*
Fixed TextHelper#pluralize to handle 1 as a string (closes #5905) [rails@benc...
David Heinemeier Hansson
2006-09-04
1
-1
/
+1
*
Improved resolution of DateHelper#distance_of_time_in_words for better precis...
David Heinemeier Hansson
2006-09-04
1
-21
/
+45
*
Doc fix (closes #6023)
David Heinemeier Hansson
2006-09-04
1
-1
/
+1
*
Dont raise deprecation warning on render :action => "stuff"
David Heinemeier Hansson
2006-09-04
1
-2
/
+2
*
Don't use deprecated render API. Cosmetics.
Jeremy Kemper
2006-09-04
1
-28
/
+28
*
silence deprecation warnings. cosmetics.
Jeremy Kemper
2006-09-04
1
-82
/
+84
*
pass caller to deprecation warning
Jeremy Kemper
2006-09-04
1
-2
/
+4
*
Active Record integration deprecation tests
Jeremy Kemper
2006-09-04
1
-3
/
+3
*
Changed that uncaught exceptions raised any where in the application will cau...
David Heinemeier Hansson
2006-09-03
1
-4
/
+7
*
Integration tests: thoroughly test ActionController::Integration::Session. Cl...
Jeremy Kemper
2006-09-03
1
-7
/
+18
*
Docs and deprecation
David Heinemeier Hansson
2006-09-03
3
-6
/
+20
*
Added deprecation language for in_place_editor and auto_complete_field that b...
David Heinemeier Hansson
2006-09-03
7
-9
/
+22
*
Deprecated all of ActionController::Dependencies. All dependency loading is n...
David Heinemeier Hansson
2006-09-03
2
-25
/
+8
*
Deprecated old render parameter calls
David Heinemeier Hansson
2006-09-03
1
-7
/
+16
*
Backout of blowup fix
David Heinemeier Hansson
2006-09-03
1
-15
/
+6
*
More deprecation fun
David Heinemeier Hansson
2006-09-03
1
-9
/
+29
*
Deprecate deprecated assertions
David Heinemeier Hansson
2006-09-03
1
-0
/
+26
*
Moved in deprecated assertions and remove duplicated requires
David Heinemeier Hansson
2006-09-03
9
-27
/
+6
*
Follow proper naming conventions
David Heinemeier Hansson
2006-09-03
7
-6
/
+6
*
Better compartmentalizing of assertions
David Heinemeier Hansson
2006-09-03
8
-273
/
+335
*
Added assert_select* for CSS selector-based testing (deprecates assert_tag) #...
David Heinemeier Hansson
2006-09-03
6
-110
/
+1504
*
radio_button_tag generates unique id attributes. Closes #3353.
Jeremy Kemper
2006-09-03
1
-1
/
+2
*
Update copyright times
David Heinemeier Hansson
2006-09-03
3
-3
/
+3
*
Nitpick updates
David Heinemeier Hansson
2006-09-03
1
-1
/
+1
*
strip_tags returns nil for a blank arg such as nil or "". Closes #2229.
Jeremy Kemper
2006-09-03
1
-1
/
+2
*
Cleanup assert_tag :children counting. Closes #2181.
Jeremy Kemper
2006-09-03
1
-1
/
+0
*
button_to accepts :method so you can PUT and DELETE with it. Closes #6005.
Jeremy Kemper
2006-09-03
1
-7
/
+16
[next]