| Commit message (Expand) | Author | Age | Files | Lines |
* | Added option to Base.reflection_of_all_associations to specify a specific ass... | David Heinemeier Hansson | 2005-12-27 | 1 | -3/+5 |
* | ActiveRecord::Base.schema_ignore_tables => ActiveRecord::SchemaDumper.ignore_... | Tobias Lütke | 2005-12-24 | 3 | -8/+8 |
* | SchemaDumper now doesn't fail anymore when there are unknown column types in ... | Tobias Lütke | 2005-12-24 | 3 | -19/+46 |
* | Fixed that saving a model with multiple habtm associations, would only save t... | Florian Weber | 2005-12-21 | 1 | -4/+1 |
* | 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 |
* | Fix change_column to work with postgres 7.x and 8.x. | Scott Barron | 2005-12-20 | 1 | -1/+11 |
* | removed :piggyback in favor of just allowing :select on :through associations | Tobias Lütke | 2005-12-20 | 2 | -6/+2 |
* | made .find() and class method delegation work on :through relations | Tobias Lütke | 2005-12-20 | 2 | -4/+35 |
* | 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 | 2 | -2/+10 |
* | 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 | 1 | -1/+1 |
* | Fixed :through relations when using STI inherited classes would use the inher... | Tobias Lütke | 2005-12-16 | 1 | -1/+2 |
* | Roll back [3244]. References #3116. | Jeremy Kemper | 2005-12-13 | 1 | -1/+1 |
* | MySQL: allow encoding option for mysql.rb driver. | Jeremy Kemper | 2005-12-13 | 1 | -5/+1 |
* | Added option inheritance for find calls on has_and_belongs_to_many and has_ma... | David Heinemeier Hansson | 2005-12-13 | 5 | -23/+48 |
* | Added tests for join models and fixed a bug #3177 | David Heinemeier Hansson | 2005-12-11 | 1 | -1/+1 |
* | MySQL: fixes for the bundled mysql.rb driver. References #3160. | Jeremy Kemper | 2005-12-10 | 1 | -8/+9 |
* | SQLServer: fix obscure optimistic locking bug, support uniqueidentifier colum... | Jeremy Kemper | 2005-12-10 | 1 | -4/+8 |
* | 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 |
* | Oracle: active? performs a select instead of a commit. References #3133. | Jeremy Kemper | 2005-12-08 | 1 | -1/+1 |
* | 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 | 1 | -8/+2 |
* | SQLite: find database file when RAILS_ROOT is a symlink. References #3116. | Jeremy Kemper | 2005-12-08 | 1 | -1/+1 |
* | Reloading an instance refreshes its aggregations as well as its associations.... | Jeremy Kemper | 2005-12-08 | 2 | -0/+7 |
* | Fixed that using :include together with :conditions array in Base.find would ... | David Heinemeier Hansson | 2005-12-08 | 1 | -3/+4 |
* | PostgreSQL: more robust sequence name discovery. References #3087. | Jeremy Kemper | 2005-12-08 | 1 | -3/+4 |
* | Oracle: use syntax compatible with Oracle 8. References #3131. | Jeremy Kemper | 2005-12-08 | 1 | -6/+5 |
* | 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 |
* | MySQL: work around ruby-mysql/mysql-ruby inconsistency with mysql.stat. Elim... | Jeremy Kemper | 2005-12-03 | 1 | -7/+9 |
* | Added preliminary support for join models [DHH] Added preliminary support for... | David Heinemeier Hansson | 2005-12-03 | 13 | -439/+505 |
* | Work-in progress for providing better join model support and polymorphic asso... | David Heinemeier Hansson | 2005-12-02 | 5 | -43/+142 |
* | Allow validate_uniqueness_of to be scoped by more than just one column. Close... | Marcel Molina | 2005-12-02 | 1 | -5/+15 |
* | Firebird: active? and reconnect! methods for handling stale connections. Ref... | Jeremy Kemper | 2005-12-02 | 1 | -2/+23 |
* | Firebird: updated for FireRuby 0.4.0. References #3009. | Jeremy Kemper | 2005-12-02 | 1 | -67/+35 |
* | PostgreSQL: active? compatibility with the pure-Ruby driver. Still need to m... | Jeremy Kemper | 2005-11-28 | 1 | -2/+4 |
* | MySQL: active? compatibility with the pure-Ruby driver. References #428. | Jeremy Kemper | 2005-11-28 | 1 | -1/+5 |
* | Oracle: active? check pings the database rather than testing the last command... | Jeremy Kemper | 2005-11-24 | 1 | -17/+15 |
* | SQLServer: resolve column aliasing/quoting collision when using limit or offs... | Jeremy Kemper | 2005-11-24 | 1 | -1/+6 |
* | Reloading a model doesn't lose track of its connection. References #2996. | Jeremy Kemper | 2005-11-24 | 1 | -8/+8 |
* | Fixed bug where using update_attribute after pushing a record to a habtm asso... | Florian Weber | 2005-11-23 | 1 | -1/+5 |
* | MySQL, PostgreSQL: reconnect! also reconfigures the connection. Otherwise, t... | Jeremy Kemper | 2005-11-22 | 2 | -19/+36 |
* | has_and_belongs_to_many: use JOIN instead of LEFT JOIN. References #2937. | Jeremy Kemper | 2005-11-21 | 1 | -2/+2 |