aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bit to eager requiring of oracle bindings in oracle adapter #634David Heinemeier Hansson2005-02-181-1/+1
* Loading the Routes should happen in the environments #655David Heinemeier Hansson2005-02-171-0/+10
* Skip Active Record tests in Action Pack if the SQLite database cant be brough...David Heinemeier Hansson2005-02-173-3/+9
* Addded validation for validate all the associated objects before declaring fa...David Heinemeier Hansson2005-02-173-5/+28
* AR, AP, and AM should look for AS in sibling directory before trying RubyGems...David Heinemeier Hansson2005-02-171-2/+6
* Fixed the verbosity of using the AR storeDavid Heinemeier Hansson2005-02-171-2/+9
* Call Active Support 0.9 until releaseDavid Heinemeier Hansson2005-02-151-1/+1
* All libraries should link against the independent active supportDavid Heinemeier Hansson2005-02-151-9/+1
* Moved Active Support into its own gemDavid Heinemeier Hansson2005-02-157-28/+26
* Fix test case for MySQL #598David Heinemeier Hansson2005-02-151-0/+1
* Small indentDavid Heinemeier Hansson2005-02-151-1/+1
* Added keyword-style approach to defining the custom relational bindings #545 ...David Heinemeier Hansson2005-02-073-1/+132
* Fixed documentation snafus #575, #576, #577, #585David Heinemeier Hansson2005-02-0714-55/+55
* Added that the 'fixture :posts' syntax can be used for has_and_belongs_to_man...David Heinemeier Hansson2005-02-071-2/+9
* Added an Oracle adapter that works with the Oracle bindings by Yoshida (http:...David Heinemeier Hansson2005-02-0718-32/+558
* Dont call id explicitly to do reloading that way we get rid of the warnings #...David Heinemeier Hansson2005-02-072-11/+11
* Fixed Base#clone for use with PostgreSQL #565 [hanson@surgery.wisc.edu]David Heinemeier Hansson2005-02-073-4/+13
* Prepared for 0.9.5 releaseDavid Heinemeier Hansson2005-01-253-2/+3
* Updated documentation for serializeDavid Heinemeier Hansson2005-01-251-2/+0
* Updated documentation for serializeDavid Heinemeier Hansson2005-01-252-4/+5
* Fixed dependency reloading by switching to a remove_const approach where all ...David Heinemeier Hansson2005-01-252-2/+16
* Added the option of supplying an array of ids and attributes to Base#update, ...David Heinemeier Hansson2005-01-256-74/+81
* Fixed documentation #538David Heinemeier Hansson2005-01-251-1/+1
* The create and build methods are only available for has_one/belongs_to if an ...David Heinemeier Hansson2005-01-251-2/+3
* git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@498 5ecf4fe2-1ee6-0...David Heinemeier Hansson2005-01-241-0/+2
* Added Base.update_collection that can update an array of id/attribute pairs, ...David Heinemeier Hansson2005-01-242-1/+59
* Added ActiveRecord::Base.timestamps_gmt that can be set to true to make the a...David Heinemeier Hansson2005-01-242-7/+14
* Added that update_all calls sanitize_sql on its updates argument, so stuff li...David Heinemeier Hansson2005-01-243-1/+6
* Fixed that the dynamic finders didnt treat nil as a "IS NULL" but rather "= N...David Heinemeier Hansson2005-01-243-1/+28
* Fixed install.rb filesDavid Heinemeier Hansson2005-01-241-1/+10
* Added bind-named arrays for interpolating a group of ids or strings in condit...David Heinemeier Hansson2005-01-243-4/+23
* Added that has_and_belongs_to_many associations with additional attributes al...David Heinemeier Hansson2005-01-244-18/+54
* Fixed that records fetched with piggy-back attributes or through rich has_and...David Heinemeier Hansson2005-01-243-2/+24
* Added mass-assignment protection for the inheritance column -- regardless of ...David Heinemeier Hansson2005-01-233-3/+17
* Fixed that association proxies would fail === tests like PremiumSubscription ...David Heinemeier Hansson2005-01-233-0/+11
* A few missing filesDavid Heinemeier Hansson2005-01-201-0/+12
* Replaced === checks with is_a? checks #502, #82 [Marcel Molina]David Heinemeier Hansson2005-01-204-7/+7
* Fixed that column aliases didn't work as expected with the new MySql411 drive...David Heinemeier Hansson2005-01-202-1/+3
* Fixed that find_all would produce invalid sql when called sequentialy #490 [S...David Heinemeier Hansson2005-01-202-1/+6
* Made ready for release of 0.9.4.1David Heinemeier Hansson2005-01-182-2/+2
* Cleanup the proxy rollback #492David Heinemeier Hansson2005-01-181-14/+6
* Fixed that the belongs_to and has_one proxy would fail a test like 'if projec...David Heinemeier Hansson2005-01-187-32/+81
* Fixed that the Ruby/MySQL adapter wouldn't connect if the password was empty ...David Heinemeier Hansson2005-01-182-1/+7
* Made human_attribute_name(attribute_key_name) use Inflector.humanizeDavid Heinemeier Hansson2005-01-171-1/+1
* Made ready for release of 0.9.4David Heinemeier Hansson2005-01-173-2/+3
* Make sure #470 shouldnt be happeningDavid Heinemeier Hansson2005-01-171-13/+0
* Added test_forgetting_the_load_when_foreign_key_enters_lateDavid Heinemeier Hansson2005-01-171-0/+8
* Only remember that an association was loaded if it was foundDavid Heinemeier Hansson2005-01-171-1/+1
* Test for #489David Heinemeier Hansson2005-01-171-1/+8
* belongs_to association should always honor a present foreign key and conditio...David Heinemeier Hansson2005-01-173-23/+33