aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow file uploads in Integration Tests. Closes #11091 [RubyRedRick]Michael Koziarski2008-03-033-1/+98
* Improve performance on :include/:conditions/:limit queries by selectively joi...Michael Koziarski2008-03-032-10/+29
* Refactor partial rendering into a PartialTemplate class. [Pratik]Michael Koziarski2008-03-0314-140/+211
* Adding TimeWithZone #marshal_dump and #marshal_loadGeoff Buesing2008-03-033-0/+18
* Add OrderedHash#to_hash. Closes #11266 [josh]Michael Koziarski2008-03-033-0/+9
* Fix syntax errors in the documentation for image submit tag. Closes #11073 [...Michael Koziarski2008-03-021-3/+3
* Make the mysql schema dumper roundtrip the limits of text/blob columns. Clos...Michael Koziarski2008-03-023-0/+40
* Allow html_options to be passed to all the date helpers. Closes #6000 [h-lam...Michael Koziarski2008-03-023-48/+252
* Fix regexp to contain only one rjs, and add rhtml [lifofifo]Michael Koziarski2008-03-011-1/+1
* Use realtime to reduce garbage. [adymo]Michael Koziarski2008-02-291-1/+1
* Improve performance by avoiding named block arguments. Closes #11109 [adymo]Michael Koziarski2008-02-295-18/+65
* Added that requests with JavaScript as the priority mime type in the accept h...David Heinemeier Hansson2008-02-294-2/+30
* Provide a post title for sqlite3Jeremy Kemper2008-02-281-2/+2
* Fix that batched :include would pull in duplicate records in some cases. Clos...Jeremy Kemper2008-02-284-4/+35
* mark encodingJeremy Kemper2008-02-281-0/+1
* Fix Hash#from_xml with Type records. Closes #9242 [Juanjo Bazan, Isaac Feliu]Jeremy Kemper2008-02-272-4/+50
* Fix edge case with colons in times interpreted as bind variables by requiring...Jeremy Kemper2008-02-272-1/+3
* Changelog attribution for #9312Jeremy Kemper2008-02-271-1/+1
* Adding Time#end_of_day, _quarter, _week, and _year. Closes #9312.Jeremy Kemper2008-02-275-0/+99
* Fix preloading nil polymorphic belongs_to. Closes #11218 [matrix9180]Jeremy Kemper2008-02-273-7/+17
* Remove dead code from hmt#delete. Closes #11236 [rubyruy]Jeremy Kemper2008-02-272-1/+3
* Fix rdoc typo. Closes #11205 [wangchun]Jeremy Kemper2008-02-241-1/+1
* PostgreSQL: support server versions 7.4 through 8.0 and the ruby-pg driver. C...Jeremy Kemper2008-02-225-24/+80
* Patch to add a -e (export) option to script/plugin install. Closes #10847 [jo...Michael Koziarski2008-02-212-0/+5
* Add #clear to mem_cache_store, flushes all cachesJeremy Kemper2008-02-211-0/+4
* Sort the results to remove platform dependent test failuresMichael Koziarski2008-02-201-2/+2
* Move the eager load nested include tables into schema.rb and use delete_all i...Michael Koziarski2008-02-202-64/+57
* Revert to previous mysql-specific assertion, and only run the test on mysql.Michael Koziarski2008-02-201-3/+5
* remove implicit assumption about mysql in the assertionMichael Koziarski2008-02-201-2/+2
* Make date_helper use tag and content_tag. Move to assert_dom_equal instead o...Michael Koziarski2008-02-202-119/+127
* Sort test cases to make test runs deterministicMichael Koziarski2008-02-201-1/+1
* Remove disconnect! in test case, it causes segfaults on sqlite3 and completel...Michael Koziarski2008-02-201-6/+2
* Cleanup whitespace and remove keys instead of providing nilMichael Koziarski2008-02-202-4/+2
* Remove reference to 'postgres' user in the connection and Rakefiles. Allows ...Michael Koziarski2008-02-202-8/+8
* URI.decode site username/password. Closes #11169 [Ernesto Jimenez]Jeremy Kemper2008-02-194-4/+20
* use stubbing instead of monkeypatching to stop tests from interfering ...Michael Koziarski2008-02-191-14/+13
* Correct typo in before_type_cast code. Closes #11165 [amishyn]Michael Koziarski2008-02-192-2/+18
* Remove mysql option from a test that applies to all databases. References #11...Jeremy Kemper2008-02-191-5/+4
* Don't assume all records from nested include are of same class. Closes #11154...Jeremy Kemper2008-02-192-1/+119
* Ensure nested preloading works when associations return nil. Closes #11145 [...Michael Koziarski2008-02-183-1/+9
* Check the host string contains %d before using String#%, this avoids warning...Michael Koziarski2008-02-181-1/+1
* Add :trailing_slash option to UrlWriter. Closes #9117 [juanjo.bazan]Michael Koziarski2008-02-182-2/+37
* Add user and password configuration options to ActiveResource::Base, not all...Michael Koziarski2008-02-185-12/+271
* Make dynamic finders respect the :include on HasManyThrough associations. Cl...Michael Koziarski2008-02-186-1/+16
* Fix observed_class. References #11099.Jeremy Kemper2008-02-172-7/+6
* Pass array of addressesJeremy Kemper2008-02-171-1/+1
* Update generated comments to reflect the fact that config.frameworks works fi...Michael Koziarski2008-02-171-2/+2
* Adding TimeWithZone#between?Geoff Buesing2008-02-173-1/+12
* Time.=== returns true for TimeWithZone instancesGeoff Buesing2008-02-163-0/+13
* TimeWithZone #+ and #- behave consistently with numeric arguments regardless ...Geoff Buesing2008-02-163-4/+37