aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* test svnDavid Heinemeier Hansson2006-09-121-0/+1
* Fix assert_tag so that :content => "foo" does not match substrings, but only ...Jamis Buck2006-09-103-3/+12
* Add test case to test attribute matching by assert_tagJamis Buck2006-09-091-0/+10
* Make mime version default to 1.0. closes #2323Jamis Buck2006-09-095-47/+28
* Make sure quoted-printable text is decoded correctly when only portions of th...Jamis Buck2006-09-094-16/+42
* Make sure DOS newlines in quoted-printable text are normalized to unix newlin...Jamis Buck2006-09-094-0/+24
* Optimistic locking: raise ActiveResource::ResourceConflict on 409 Conflict re...Jeremy Kemper2006-09-094-6/+26
* Split Form.serialize into Form.serialize and Form.serializeElements. The latt...David Heinemeier Hansson2006-09-082-4/+12
* We cant make MySQL 5 happy if it means making SQLite and PostgreSQL cry. So c...David Heinemeier Hansson2006-09-084-5/+3
* Since to_sing, we need to check for empty stringDavid Heinemeier Hansson2006-09-081-1/+1
* Added parentheses around FROM clauses generated by Base and associations sinc...David Heinemeier Hansson2006-09-083-2/+4
* Update descriptive messages for exceptions thrown by cgi_methods. Closes #6103.Jeremy Kemper2006-09-082-4/+6
* Basic validation support [Rick Olson]Rick Olson2006-09-086-3/+184
* Rollback [4917]. Closes #785.Jeremy Kemper2006-09-073-6/+3
* Add descriptive messages to the exceptions thrown by cgi_methods. Closes #6091.Nicholas Seckar2006-09-072-2/+10
* Too much dotwareNicholas Seckar2006-09-071-1/+1
* Remove the uncanny default of adding all app/models/*/ directories to the loa...Nicholas Seckar2006-09-072-6/+21
* Fix loop_on_multiple_args to work, again (not my day), fixes #6078Thomas Fuchs2006-09-071-6/+6
* Ahem, now for realThomas Fuchs2006-09-071-1/+1
* Fix a warning in prototype_helper_test, fixes #6077Thomas Fuchs2006-09-071-5/+3
* Update JavaScriptGenerator#show/hide/toggle/remove to new Prototype syntax fo...Thomas Fuchs2006-09-073-9/+26
* Update UrlWriter to support :only_path.Nicholas Seckar2006-09-063-8/+37
* Fix loadable_constants_for_path to handle load paths that do not end with a s...Nicholas Seckar2006-09-063-8/+16
* Get symbol definitions of methods converted to strings [DHH]David Heinemeier Hansson2006-09-061-1/+1
* added passing test for using partials with an xml builderRick Olson2006-09-063-0/+13
* Backed out of locals hash as it caused trouble with Builder, see ticket for moreDavid Heinemeier Hansson2006-09-063-34/+1
* Fixed JavaScriptHelper#link_to_function and JavaScriptHelper#button_to_functi...David Heinemeier Hansson2006-09-063-2/+32
* Fix logic error in determining what was loaded by a given file. Closes #6039.Nicholas Seckar2006-09-053-1/+21
* Still need the regular assertionsDavid Heinemeier Hansson2006-09-051-0/+1
* Equate Kernel.const_missing with Object.const_missing. Fixes #5988.Nicholas Seckar2006-09-053-0/+19
* caller is necessary for proper trace in deprecationDavid Heinemeier Hansson2006-09-052-2/+2
* Better bundling of new assertions and make integration tests work againDavid Heinemeier Hansson2006-09-052-15/+20
* Backed out of new_record? to new? transformation as it would screw up existin...David Heinemeier Hansson2006-09-0518-124/+136
* Deprecated ActiveRecord::Base.new_record? in favor of ActiveRecord::Base.new?...David Heinemeier Hansson2006-09-0518-136/+124
* Proper description syntax for test tasks (closes #5308)David Heinemeier Hansson2006-09-051-6/+6
* Update to script.aculo.us 1.6.3 [Thomas Fuchs]Thomas Fuchs2006-09-058-110/+240
* Don't convert value if it's already of an appropriate type.Kent Sibilev2006-09-051-6/+6
* Update to Prototype 1.5.0_rc1Sam Stephenson2006-09-054-252/+710
* load expects a HashJeremy Kemper2006-09-052-5/+4
* Rename quote to quote_value so the name can be used in AR models. #3628 [Koz]Michael Koziarski2006-09-048-22/+37
* load nil is noop. use new? instead of new_resource?Jeremy Kemper2006-09-042-2/+9
* Added access to nested attributes in RJS (closes #4548) [richcollins@gmail.com]David Heinemeier Hansson2006-09-043-0/+32
* Fixed that AssetTagHelper#image_tag and others using compute_public_path shou...David Heinemeier Hansson2006-09-043-0/+12
* Expose more options of inplace_editor (but its still going plugin with v2.0) ...David Heinemeier Hansson2006-09-041-1/+5
* Superseeded by action_caching_test (closes #5173)David Heinemeier Hansson2006-09-041-74/+0
* Documentation for routes (closes #5165) [rramdas@gmail.com]David Heinemeier Hansson2006-09-041-0/+188
* Deprecated the auto-appending of .png to AssetTagHelper#image_tag calls that ...David Heinemeier Hansson2006-09-043-7/+20
* Fixed default routing NoMethodError downcase for nil when default controller ...David Heinemeier Hansson2006-09-042-2/+14
* Added locals hash to partials, which makes for convenient access of some time...David Heinemeier Hansson2006-09-043-1/+34
* Update usage notes to verifyDavid Heinemeier Hansson2006-09-041-0/+3