aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support for :include to with_scope [andrew@redlinesoftware.com]Michael Koziarski2006-03-276-20/+101
* Update to Prototype 1.5.0_pre1Sam Stephenson2006-03-274-10/+66
* Dependencies cleanup. Fixes #4221.Nicholas Seckar2006-03-279-100/+162
* Add CachingTools::HashCaching to simplify the creation of nested, autofilling...Nicholas Seckar2006-03-273-0/+145
* add the TestCase.fixture_path when testing file uploadsRick Olson2006-03-271-1/+1
* Don't raise when the migration file is missing or it'll stop destroy model inScott Barron2006-03-261-1/+5
* ActionView: Allow to register a Template handler with a Symbol (dont kill mar...David Heinemeier Hansson2006-03-262-1/+9
* Support the use of public synonyms with the Oracle adapter; required ruby-oci...David Heinemeier Hansson2006-03-262-0/+3
* Make ActiveWebService::Struct type reloadable. Fix scaffolding action when on...David Heinemeier Hansson2006-03-265-27/+45
* effects.js and controls.js fixesThomas Fuchs2006-03-264-8/+10
* finish form_for change, allow hash as the second param: form_for :post, :url ...Rick Olson2006-03-263-11/+14
* Remove broken hack which has no effect.Nicholas Seckar2006-03-262-1/+2
* Update Object.subclasses_of to locate nested classes. Update Object.remove_su...Nicholas Seckar2006-03-263-6/+36
* Change #form_for and #fields_for so that the second argument is not required ...Rick Olson2006-03-263-3/+48
* When doing svn log -qr HEAD trunk/url, a log message with revision will notScott Barron2006-03-261-1/+1
* one too manyThomas Fuchs2006-03-261-1/+1
* Update to script.aculo.us 1.6Thomas Fuchs2006-03-267-361/+501
* Only string_to_binary if the column respondsDavid Heinemeier Hansson2006-03-264-4/+4
* Change periods (.) in table aliases to _'s. Closes #4251 [jeff@ministrycente...Rick Olson2006-03-263-1/+4
* Changed has_and_belongs_to_many join to INNER JOIN for Mysql 3.23.x. Closes ...Rick Olson2006-03-262-1/+3
* Dont require rake to run the server, just have a little undryness instead (cl...David Heinemeier Hansson2006-03-262-10/+3
* Fixed issue that kept :select options from being scoped [Rick]Rick Olson2006-03-264-3/+9
* Beef up the default test just a tadDavid Heinemeier Hansson2006-03-251-0/+6
* The Ruby path should be a string (closes #4361) [DHH]David Heinemeier Hansson2006-03-252-1/+3
* Do it in styleDavid Heinemeier Hansson2006-03-251-2/+2
* Fixed db_schema_import when binary types are present (closes #3101) [DHH]David Heinemeier Hansson2006-03-252-1/+18
* ST is Cap (closes #4214)David Heinemeier Hansson2006-03-251-2/+2
* Added Fixnum#seconds for consistency, so you can say 5.minutes + 30.seconds i...David Heinemeier Hansson2006-03-252-0/+7
* Fixed that MySQL enums should always be returned as strings (closes #3501) [DHH]David Heinemeier Hansson2006-03-252-0/+3
* Add an integration test generatorJamis Buck2006-03-254-0/+36
* Use example.com as standard (closes #4413) [anna]David Heinemeier Hansson2006-03-252-3/+3
* Enable application/x-yaml processing by defaultJamis Buck2006-03-252-6/+9
* remove some documentation cruft on has_manyRick Olson2006-03-241-3/+0
* Change has_many :through to use the :source option to specify the source asso...Rick Olson2006-03-247-21/+83
* Don't polute the top level namespace in the console with ActionView helpers. ...Marcel Molina2006-03-232-4/+12
* Fixed that AWS Scaffold Fails with Struct as a Parameter (closes #4363) [joe@...David Heinemeier Hansson2006-03-233-1/+14
* STI associations are now aliased to the table name for backwards compatibilit...Rick Olson2006-03-231-9/+54
* Fix double url escaping of remote_function. Add :escape => false option to Ac...Nicholas Seckar2006-03-225-3/+23
* Fixed DB2 adapter so nullable columns will be determines correctly now and qu...David Heinemeier Hansson2006-03-223-4/+7
* Fix testDavid Heinemeier Hansson2006-03-221-1/+1
* fix test so that it passesRick Olson2006-03-221-1/+1
* Make all ActionView helpers available in the console for debugging purposes.Marcel Molina2006-03-213-0/+26
* Allow overriding of find parameters in scoped has_many :through calls [Rick O...Rick Olson2006-03-214-10/+41
* add self referential has_many :through example [Rick]Rick Olson2006-03-214-2/+29
* Fixed the hash.delete :sym (closes #2176) [Stefan Kaes]David Heinemeier Hansson2006-03-201-2/+9
* Fix assert_redirected_to so it works with symbolsJamis Buck2006-03-202-5/+20
* Turn RJS debugging on by default and show the source code when an exception i...David Heinemeier Hansson2006-03-202-2/+4
* Fix bug introduced by changeset 3679 which caused custom attribute? methods t...David Heinemeier Hansson2006-03-203-9/+31
* Added sample named route [DHH]David Heinemeier Hansson2006-03-201-2/+5
* lighttpd.conf should use CWD so the config file is portable across systems, b...David Heinemeier Hansson2006-03-201-3/+4