aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Eliminate Active Support warnings.Jeremy Kemper2006-08-297-12/+10
* Keep onsubmit around for form_remote_forDavid Heinemeier Hansson2006-08-291-3/+5
* Update Initializer to use load_once_paths to avoid plugin reloading. Referenc...Nicholas Seckar2006-08-297-51/+118
* Reload should take options for the replaceDavid Heinemeier Hansson2006-08-291-2/+2
* FormEncodedStringParser needs a tad more work before it can handle POST data ...David Heinemeier Hansson2006-08-284-73/+106
* start an Active Resource changelogJeremy Kemper2006-08-261-0/+3
* Typo in integration app session. Closes #5864.Jeremy Kemper2006-08-261-1/+1
* Deprecation: test deprecated instance vars in partials.Jeremy Kemper2006-08-269-9/+29
* Actually, indifferent access mattered in the bowels (hashes hidden in arrays)David Heinemeier Hansson2006-08-262-1/+3
* Result is made indifferent on the way outDavid Heinemeier Hansson2006-08-263-3/+2
* Changed the POST parameter processing to use the new QueryStringParser and ma...David Heinemeier Hansson2006-08-264-4/+7
* More tests for array/hashing in parameters, one failingDavid Heinemeier Hansson2006-08-261-0/+6
* Nested subclasses are not prefixed with the parent class' table_name since th...Jeremy Kemper2006-08-253-12/+39
* Automatically included ActionController::UrlWriter, such that URL generation ...David Heinemeier Hansson2006-08-254-0/+95
* Use Array#assoc in ActiveSupport::OrderedHash.Jeremy Kemper2006-08-252-8/+4
* SQLServer: work around bug where some unambiguous date formats are not correc...Jeremy Kemper2006-08-253-3/+20
* SQLServer: fix eager association test. Closes #5901.Jeremy Kemper2006-08-252-1/+7
* Add UrlWriter to allow writing urls from Mailers and scripts.Nicholas Seckar2006-08-243-1/+122
* Clashing type columns due to a sloppy join shouldn't wreck single-table inher...Jeremy Kemper2006-08-243-11/+29
* map.resources docs typo closes #5895Jeremy Kemper2006-08-241-2/+2
* Fixtures: correct escaping of \n and \r. Closes #5859.Jeremy Kemper2006-08-244-8/+15
* Fixed XMLRPC multicall when one of the called methods returns a struct object.Kent Sibilev2006-08-235-6/+31
* Migrations: gracefully handle missing migration files. Closes #5857.Jeremy Kemper2006-08-237-1/+60
* MySQL: update test schema for MySQL 5 strict mode. Closes #5861.Jeremy Kemper2006-08-232-11/+13
* Clean up and run the Active Record integration tests by default. Closes #5854.Jeremy Kemper2006-08-226-77/+48
* Rollback #5819 since it's compatible with PostgreSQL 8.1 only. References #5819.Jeremy Kemper2006-08-222-3/+5
* Add test case from ticket #4090Nicholas Seckar2006-08-221-0/+12
* Clean up and run the Active Record integration tests by default.Jeremy Kemper2006-08-226-39/+60
* Fix unit tests for JSON emittersThomas Fuchs2006-08-201-3/+11
* to_xml: correct naming of included associations. Closes #5831.Jeremy Kemper2006-08-203-1/+8
* Correct example in cookies docs. Closes #5832.Jeremy Kemper2006-08-202-7/+10
* Pushing a record onto a has_many :through sets the association's foreign key ...Jeremy Kemper2006-08-203-13/+27
* unbraindeadify addition to has_many :throughJeremy Kemper2006-08-194-9/+30
* Pushing a record onto a has_many :through sets the association's foreign key ...Jeremy Kemper2006-08-193-10/+21
* whitespaceJeremy Kemper2006-08-191-2/+1
* PostgreSQL: simplify index introspection query. Closes #5819.Jeremy Kemper2006-08-192-5/+4
* Greatly increased performance of String.to_json, which speeds up RJS consider...Thomas Fuchs2006-08-182-16/+19
* Add records to has_many :through using <<, push, and concat by creating the a...Jeremy Kemper2006-08-184-36/+104
* Cache nil results for :included has_one associations also. Closes #5787.Jeremy Kemper2006-08-173-4/+13
* Add tests for prior checkinNicholas Seckar2006-08-172-2/+10
* Widen too narrow rescueNicholas Seckar2006-08-171-1/+1
* Detect missing_constants calls from removed modules and fail accordingly.Nicholas Seckar2006-08-173-0/+21
* Fix const_missing to behave responsibly when called within anonymous modulesNicholas Seckar2006-08-162-2/+25
* Update require_dependency to return true or false as require does.Nicholas Seckar2006-08-162-7/+9
* Shorten index name.Jeremy Kemper2006-08-161-1/+1
* Included associations: go deep.Jeremy Kemper2006-08-168-17/+75
* Stop using defined? in Dependencies.qualified_const_defined? since defined? m...Nicholas Seckar2006-08-163-1/+29
* Fixed a bug which would cause .save to fail after trying to access a empty ha...Tobias Lütke2006-08-163-10/+21
* Nested classes are given table names prefixed by the singular form of the par...Jeremy Kemper2006-08-163-10/+31
* Dependencies can autoload directories of nested classes.Jeremy Kemper2006-08-168-5/+54