| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix date errors for SQLServer in association tests. Closes #3406. | Marcel Molina | 2006-01-13 | 2 | -9/+8 |
* | Escape database name in MySQL adapter when creating and dropping databases. C... | Marcel Molina | 2006-01-13 | 2 | -2/+4 |
* | Disambiguate table names for columns in validates_uniquness_of's WHERE clause... | Marcel Molina | 2006-01-13 | 2 | -3/+5 |
* | Fixed that .with_scope imposed create parameters bypass attr_protected | Tobias Lütke | 2006-01-10 | 2 | -2/+5 |
* | Fix doc bug | David Heinemeier Hansson | 2006-01-09 | 1 | -1/+1 |
* | Don't raise an exception when there are more keys than there are named bind v... | Marcel Molina | 2006-01-05 | 4 | -23/+2 |
* | Multiple enhancements and adjustments to DB2 adaptor. Closes #3377. | Marcel Molina | 2006-01-04 | 7 | -169/+207 |
* | Sanitize scoped conditions. | Marcel Molina | 2006-01-04 | 6 | -15/+37 |
* | Made Field.focus in prototype friendly to effects by adding optional delay pa... | David Heinemeier Hansson | 2005-12-31 | 1 | -0/+1 |
* | Added option to Base.reflection_of_all_associations to specify a specific ass... | David Heinemeier Hansson | 2005-12-27 | 3 | -3/+13 |
* | ActiveRecord::Base.schema_ignore_tables => ActiveRecord::SchemaDumper.ignore_... | Tobias Lütke | 2005-12-24 | 5 | -12/+12 |
* | SchemaDumper now doesn't fail anymore when there are unknown column types in ... | Tobias Lütke | 2005-12-24 | 5 | -19/+82 |
* | Better language for the CHANGELOG entry of previous commit. | Florian Weber | 2005-12-21 | 1 | -1/+1 |
* | Fixed that saving a model with multiple habtm associations, would only save t... | Florian Weber | 2005-12-21 | 3 | -4/+19 |
* | Fix form_for use of datetime_select and date_select as well as a few stylisti... | David Heinemeier Hansson | 2005-12-21 | 1 | -3/+4 |
* | Oops, I killed Tobi's changelog entries. | Scott Barron | 2005-12-20 | 1 | -0/+6 |
* | Fix change_column to work with postgres 7.x and 8.x. | Scott Barron | 2005-12-20 | 3 | -11/+22 |
* | removed :piggyback in favor of just allowing :select on :through associations | Tobias Lütke | 2005-12-20 | 4 | -7/+5 |
* | made .find() and class method delegation work on :through relations | Tobias Lütke | 2005-12-20 | 4 | -4/+57 |
* | DRY up PG's add_column a bit to use change_column_default and match the other | Scott Barron | 2005-12-20 | 1 | -9/+3 |
* | added :piggyback option to has_many :through relationships to pick up values ... | Tobias Lütke | 2005-12-20 | 5 | -3/+17 |
* | Check for the key instead of the value, because it (the value) can be false. | Scott Barron | 2005-12-20 | 1 | -1/+1 |
* | Fix typo in association docs. Closes #3296. | Marcel Molina | 2005-12-20 | 2 | -1/+3 |
* | Fixed :through relations when using STI inherited classes would use the inher... | Tobias Lütke | 2005-12-16 | 7 | -4/+39 |
* | Roll back [3244]. References #3116. | Jeremy Kemper | 2005-12-13 | 2 | -3/+1 |
* | MySQL: allow encoding option for mysql.rb driver. | Jeremy Kemper | 2005-12-13 | 2 | -5/+3 |
* | Added option inheritance for find calls on has_and_belongs_to_many and has_ma... | David Heinemeier Hansson | 2005-12-13 | 9 | -24/+73 |
* | Added tests for join models and fixed a bug #3177 | David Heinemeier Hansson | 2005-12-11 | 6 | -3/+29 |
* | MySQL: fixes for the bundled mysql.rb driver. References #3160. | Jeremy Kemper | 2005-12-10 | 2 | -8/+11 |
* | SQLServer: fix obscure optimistic locking bug, support uniqueidentifier colum... | Jeremy Kemper | 2005-12-10 | 2 | -4/+18 |
* | MySQL: ensure that @config is set. | Jeremy Kemper | 2005-12-09 | 1 | -3/+2 |
* | Fix bundled mysql.rb to correctly check for PROTO_41. Fixed scramble41 with ... | Jeremy Kemper | 2005-12-09 | 1 | -43/+37 |
* | Fix some test failures due to MySQL assumptions. Closes #3149. | Jeremy Kemper | 2005-12-08 | 2 | -6/+15 |
* | Oracle: active? performs a select instead of a commit. References #3133. | Jeremy Kemper | 2005-12-08 | 2 | -1/+3 |
* | Remove insignificant classes from docs | David Heinemeier Hansson | 2005-12-08 | 1 | -2/+2 |
* | MySQL: more robust test for nullified result hashes. References #3124. | Jeremy Kemper | 2005-12-08 | 2 | -8/+4 |
* | SQLite: find database file when RAILS_ROOT is a symlink. References #3116. | Jeremy Kemper | 2005-12-08 | 2 | -1/+3 |
* | Reloading an instance refreshes its aggregations as well as its associations.... | Jeremy Kemper | 2005-12-08 | 5 | -0/+32 |
* | Fixed that using :include together with :conditions array in Base.find would ... | David Heinemeier Hansson | 2005-12-08 | 3 | -3/+30 |
* | PostgreSQL: more robust sequence name discovery. References #3087. | Jeremy Kemper | 2005-12-08 | 3 | -5/+9 |
* | Oracle: use syntax compatible with Oracle 8. References #3131. | Jeremy Kemper | 2005-12-08 | 2 | -6/+7 |
* | Fixed RDoc warnings [DHH] | David Heinemeier Hansson | 2005-12-08 | 1 | -1/+1 |
* | Fix has_many :through | David Heinemeier Hansson | 2005-12-07 | 1 | -0/+1 |
* | Dont overwrite the documentation from the real base class | David Heinemeier Hansson | 2005-12-05 | 1 | -1/+0 |
* | Clear the connection cache entry when a new connection is established on the ... | Jeremy Kemper | 2005-12-05 | 2 | -21/+24 |
* | Clear connection cache after rolling back transaction. | Jeremy Kemper | 2005-12-05 | 1 | -2/+1 |
* | Move dummy active? and reconnect! from sqlite to base adapter. References #428. | Jeremy Kemper | 2005-12-04 | 2 | -13/+13 |
* | Connection cache to speed up retrieve_connection and get rid of dirty connect... | Jeremy Kemper | 2005-12-04 | 4 | -36/+12 |
* | Don't use transactional fixtures for when DDL changes are involved. | Jeremy Kemper | 2005-12-04 | 2 | -0/+3 |
* | MySQL: work around ruby-mysql/mysql-ruby inconsistency with mysql.stat. Elim... | Jeremy Kemper | 2005-12-03 | 2 | -7/+11 |