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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update UrlWriter to support :only_path.
Nicholas Seckar
2006-09-06
3
-8
/
+37
*
Fix loadable_constants_for_path to handle load paths that do not end with a s...
Nicholas Seckar
2006-09-06
3
-8
/
+16
*
Get symbol definitions of methods converted to strings [DHH]
David Heinemeier Hansson
2006-09-06
1
-1
/
+1
*
added passing test for using partials with an xml builder
Rick Olson
2006-09-06
3
-0
/
+13
*
Backed out of locals hash as it caused trouble with Builder, see ticket for more
David Heinemeier Hansson
2006-09-06
3
-34
/
+1
*
Fixed JavaScriptHelper#link_to_function and JavaScriptHelper#button_to_functi...
David Heinemeier Hansson
2006-09-06
3
-2
/
+32
*
Fix logic error in determining what was loaded by a given file. Closes #6039.
Nicholas Seckar
2006-09-05
3
-1
/
+21
*
Still need the regular assertions
David Heinemeier Hansson
2006-09-05
1
-0
/
+1
*
Equate Kernel.const_missing with Object.const_missing. Fixes #5988.
Nicholas Seckar
2006-09-05
3
-0
/
+19
*
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
*
Backed out of new_record? to new? transformation as it would screw up existin...
David Heinemeier Hansson
2006-09-05
18
-124
/
+136
*
Deprecated ActiveRecord::Base.new_record? in favor of ActiveRecord::Base.new?...
David Heinemeier Hansson
2006-09-05
18
-136
/
+124
*
Proper description syntax for test tasks (closes #5308)
David Heinemeier Hansson
2006-09-05
1
-6
/
+6
*
Update to script.aculo.us 1.6.3 [Thomas Fuchs]
Thomas Fuchs
2006-09-05
8
-110
/
+240
*
Don't convert value if it's already of an appropriate type.
Kent Sibilev
2006-09-05
1
-6
/
+6
*
Update to Prototype 1.5.0_rc1
Sam Stephenson
2006-09-05
4
-252
/
+710
*
load expects a Hash
Jeremy Kemper
2006-09-05
2
-5
/
+4
*
Rename quote to quote_value so the name can be used in AR models. #3628 [Koz]
Michael Koziarski
2006-09-04
8
-22
/
+37
*
load nil is noop. use new? instead of new_resource?
Jeremy Kemper
2006-09-04
2
-2
/
+9
*
Added access to nested attributes in RJS (closes #4548) [richcollins@gmail.com]
David Heinemeier Hansson
2006-09-04
3
-0
/
+32
*
Fixed that AssetTagHelper#image_tag and others using compute_public_path shou...
David Heinemeier Hansson
2006-09-04
3
-0
/
+12
*
Expose more options of inplace_editor (but its still going plugin with v2.0) ...
David Heinemeier Hansson
2006-09-04
1
-1
/
+5
*
Superseeded by action_caching_test (closes #5173)
David Heinemeier Hansson
2006-09-04
1
-74
/
+0
*
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
3
-7
/
+20
*
Fixed default routing NoMethodError downcase for nil when default controller ...
David Heinemeier Hansson
2006-09-04
2
-2
/
+14
*
Added locals hash to partials, which makes for convenient access of some time...
David Heinemeier Hansson
2006-09-04
3
-1
/
+34
*
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
2
-2
/
+4
*
Fixed TextHelper#simple_format to deal with multiple single returns within a ...
David Heinemeier Hansson
2006-09-04
3
-1
/
+4
*
Fixed TextHelper#pluralize to handle 1 as a string (closes #5905) [rails@benc...
David Heinemeier Hansson
2006-09-04
3
-1
/
+7
*
Add deprecation warning for inferred foreign key. #6029 [Josh Susser]
Rick Olson
2006-09-04
3
-0
/
+15
*
Doc fix (closes #5660)
David Heinemeier Hansson
2006-09-04
1
-0
/
+3
*
Fixed the Ruby/MySQL adapter we ship with Active Record to work with the new ...
David Heinemeier Hansson
2006-09-04
2
-5
/
+22
*
Improved resolution of DateHelper#distance_of_time_in_words for better precis...
David Heinemeier Hansson
2006-09-04
3
-62
/
+116
*
Doc fix (closes #6023)
David Heinemeier Hansson
2006-09-04
1
-1
/
+1
*
Deep hashes are converted into collections of resources. Class attribute writ...
Jeremy Kemper
2006-09-04
5
-14
/
+132
*
consistent load path to prevent double loads
Jeremy Kemper
2006-09-04
1
-3
/
+2
*
test subdirs, turn warnings on
Jeremy Kemper
2006-09-04
1
-1
/
+2
*
quell warnings
Jeremy Kemper
2006-09-04
2
-0
/
+8
*
Deprecation: use :dependent => :delete_all rather than :exclusively_dependent...
Jeremy Kemper
2006-09-04
4
-4
/
+12
*
Document validates_presences_of behavior with booleans: you probably want val...
Jeremy Kemper
2006-09-04
2
-0
/
+6
*
reloadable deprecation tests
Jeremy Kemper
2006-09-04
1
-37
/
+47
*
silenced writer
Jeremy Kemper
2006-09-04
2
-1
/
+8
*
deprecated render assertions
Jeremy Kemper
2006-09-04
1
-2
/
+7
*
deprecated assertions tests
Jeremy Kemper
2006-09-04
1
-33
/
+51
*
Dont raise deprecation warning on render :action => "stuff"
David Heinemeier Hansson
2006-09-04
2
-30
/
+19
*
new render deprecations test
Jeremy Kemper
2006-09-04
1
-4
/
+4
*
Don't use deprecated render API. Cosmetics.
Jeremy Kemper
2006-09-04
2
-34
/
+30
[next]