aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typo in association docs. Closes #3296.Marcel Molina2005-12-201-1/+1
* Fixed :through relations when using STI inherited classes would use the inher...Tobias Lütke2005-12-161-1/+2
* Roll back [3244]. References #3116.Jeremy Kemper2005-12-131-1/+1
* MySQL: allow encoding option for mysql.rb driver.Jeremy Kemper2005-12-131-5/+1
* Added option inheritance for find calls on has_and_belongs_to_many and has_ma...David Heinemeier Hansson2005-12-135-23/+48
* Added tests for join models and fixed a bug #3177David Heinemeier Hansson2005-12-111-1/+1
* MySQL: fixes for the bundled mysql.rb driver. References #3160.Jeremy Kemper2005-12-101-8/+9
* SQLServer: fix obscure optimistic locking bug, support uniqueidentifier colum...Jeremy Kemper2005-12-101-4/+8
* MySQL: ensure that @config is set.Jeremy Kemper2005-12-091-3/+2
* Fix bundled mysql.rb to correctly check for PROTO_41. Fixed scramble41 with ...Jeremy Kemper2005-12-091-43/+37
* Oracle: active? performs a select instead of a commit. References #3133.Jeremy Kemper2005-12-081-1/+1
* Remove insignificant classes from docsDavid Heinemeier Hansson2005-12-081-2/+2
* MySQL: more robust test for nullified result hashes. References #3124.Jeremy Kemper2005-12-081-8/+2
* SQLite: find database file when RAILS_ROOT is a symlink. References #3116.Jeremy Kemper2005-12-081-1/+1
* Reloading an instance refreshes its aggregations as well as its associations....Jeremy Kemper2005-12-082-0/+7
* Fixed that using :include together with :conditions array in Base.find would ...David Heinemeier Hansson2005-12-081-3/+4
* PostgreSQL: more robust sequence name discovery. References #3087.Jeremy Kemper2005-12-081-3/+4
* Oracle: use syntax compatible with Oracle 8. References #3131.Jeremy Kemper2005-12-081-6/+5
* Fixed RDoc warnings [DHH]David Heinemeier Hansson2005-12-081-1/+1
* Fix has_many :throughDavid Heinemeier Hansson2005-12-071-0/+1
* Dont overwrite the documentation from the real base classDavid Heinemeier Hansson2005-12-051-1/+0
* Clear the connection cache entry when a new connection is established on the ...Jeremy Kemper2005-12-052-21/+24
* Clear connection cache after rolling back transaction.Jeremy Kemper2005-12-051-2/+1
* Move dummy active? and reconnect! from sqlite to base adapter. References #428.Jeremy Kemper2005-12-042-13/+13
* Connection cache to speed up retrieve_connection and get rid of dirty connect...Jeremy Kemper2005-12-044-36/+12
* MySQL: work around ruby-mysql/mysql-ruby inconsistency with mysql.stat. Elim...Jeremy Kemper2005-12-031-7/+9
* Added preliminary support for join models [DHH] Added preliminary support for...David Heinemeier Hansson2005-12-0313-439/+505
* Work-in progress for providing better join model support and polymorphic asso...David Heinemeier Hansson2005-12-025-43/+142
* Allow validate_uniqueness_of to be scoped by more than just one column. Close...Marcel Molina2005-12-021-5/+15
* Firebird: active? and reconnect! methods for handling stale connections. Ref...Jeremy Kemper2005-12-021-2/+23
* Firebird: updated for FireRuby 0.4.0. References #3009.Jeremy Kemper2005-12-021-67/+35
* PostgreSQL: active? compatibility with the pure-Ruby driver. Still need to m...Jeremy Kemper2005-11-281-2/+4
* MySQL: active? compatibility with the pure-Ruby driver. References #428.Jeremy Kemper2005-11-281-1/+5
* Oracle: active? check pings the database rather than testing the last command...Jeremy Kemper2005-11-241-17/+15
* SQLServer: resolve column aliasing/quoting collision when using limit or offs...Jeremy Kemper2005-11-241-1/+6
* Reloading a model doesn't lose track of its connection. References #2996.Jeremy Kemper2005-11-241-8/+8
* Fixed bug where using update_attribute after pushing a record to a habtm asso...Florian Weber2005-11-231-1/+5
* MySQL, PostgreSQL: reconnect! also reconfigures the connection. Otherwise, t...Jeremy Kemper2005-11-222-19/+36
* has_and_belongs_to_many: use JOIN instead of LEFT JOIN. References #2937.Jeremy Kemper2005-11-211-2/+2
* MySQL: introduce :encoding option to specify the character set for client, co...Jeremy Kemper2005-11-211-3/+23
* Simpler Mysql load test.Jeremy Kemper2005-11-211-2/+2
* Revert [3130]. Behavior of introducing Kernel.binding causes breakage.Marcel Molina2005-11-212-3/+3
* Use Kernel.binding rather than binding to allow columns of that name. Refere...Jeremy Kemper2005-11-212-3/+3
* r3181@asus: jeremy | 2005-11-19 02:52:24 -0800Jeremy Kemper2005-11-193-33/+38
* Correct boolean handling in generated reader methods. References #2945.Jeremy Kemper2005-11-191-2/+11
* Don't generate read methods for columns whose names are not valid ruby method...Jeremy Kemper2005-11-191-1/+10
* Document :force option to create_table. References #2921.Jeremy Kemper2005-11-171-0/+3
* Don't add the same conditions twice in has_one finder sql. References #2916.Jeremy Kemper2005-11-171-1/+1
* Rename Version constant to VERSION. Closes #2802.Marcel Molina2005-11-171-1/+1
* r3118@asus: jeremy | 2005-11-16 00:32:48 -0800Jeremy Kemper2005-11-162-2/+2