| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed dumping from postgresql columns in index in wrong order. [#2515 state:r... | Max Lapshin | 2009-04-21 | 1 | -0/+2 |
* | Quote table names when casting to regclass so that capitalized tables are sup... | Scott Woods | 2009-04-21 | 1 | -0/+4 |
* | Added :touch option to belongs_to associations that will touch the parent rec... | David Heinemeier Hansson | 2009-04-16 | 1 | -0/+2 |
* | Ensure has_many :through works with changed primary keys [#736 state:resolved] | Jim Remsik and Tim Pope | 2009-03-09 | 1 | -0/+5 |
* | Ensure validates_uniqueness_of considers limit on the field. [#1042 state:res... | Arthur Klepchukov | 2009-03-07 | 1 | -0/+4 |
* | Add support for nested object forms to ActiveRecord and the helpers in Action... | Eloy Duran | 2009-02-01 | 1 | -0/+11 |
* | Sqlite adapter's copy_table incorrectly attempts to recreate a primary key id... | Jacob Dunphy | 2009-01-29 | 1 | -0/+5 |
* | Fix dirty handling of nullable non-integer numeric columns [#1692 state:resol... | Carlos Kozuszko | 2009-01-16 | 1 | -0/+1 |
* | Preload uses exclusive scope [#643 state:resolved] | Frederick Cheung | 2008-12-26 | 1 | -2/+4 |
* | Fix preloading of has_one :through associations on belongs_to [#1507 state:re... | Matt Jones | 2008-12-18 | 1 | -0/+5 |
* | Remove SQL Server cases from tests for latest adapter work to pass rails expe... | Ken Collins | 2008-11-19 | 1 | -5/+0 |
* | fix assignment to has_one :through associations. | Matt Jones | 2008-11-15 | 1 | -0/+10 |
* | Create mysql binary_fields table with latin1 character set as with utf8 all t... | Tarmo Tänav | 2008-08-26 | 1 | -2/+2 |
* | coerce blank strings to nil values for boolean and integer fields | Josh Susser | 2008-08-22 | 1 | -1/+1 |
* | update_counters should update nil values. | miloops | 2008-07-15 | 1 | -0/+1 |
* | Add has_many :primary_key option to allow setting the primary key on a has ma... | Andre Arko | 2008-07-06 | 1 | -0/+1 |
* | Always treat integer :limit as byte length. [#420 state:resolved] | Tarmo Tänav | 2008-06-22 | 1 | -0/+7 |
* | Fix validates_uniqueness_of for SQL keywords [#23 state:resolved] | Alex MacCaw | 2008-05-11 | 1 | -0/+4 |
* | Fixed AssociationsPreload such that it doesnt require foreign keys to be inte... | David Heinemeier Hansson | 2008-04-30 | 1 | -0/+5 |
* | Fixed that pessimistic locking you reference the quoted table name (Josh Suss... | David Heinemeier Hansson | 2008-04-30 | 1 | -0/+1 |
* | Ensure postgresql tests work when starting from scratch. | Frederick Cheung | 2008-04-30 | 1 | -1/+1 |
* | Ensure table names are quoted by the association preloading code. | Frederick Cheung | 2008-04-26 | 1 | -0/+11 |
* | Use schema.rb for all databases | Frederick Cheung | 2008-04-22 | 38 | -2873/+421 |
* | Add support for interleaving migrations by storing which migrations have run ... | Rick Olson | 2008-04-09 | 1 | -1/+1 |
* | Fix schema.rb some more. sponsors.sponsorable_type should be a string. Refere... | Jeremy Kemper | 2008-03-21 | 1 | -1/+1 |
* | Fix schema.rb. Please to be testing on more than just MySQL! References #9067. | Jeremy Kemper | 2008-03-21 | 1 | -24/+24 |
* | Add has_one :through support, finally. Closes #4756 [thechrisoshow] | Rick Olson | 2008-03-21 | 1 | -0/+21 |
* | Make the mysql schema dumper roundtrip the limits of text/blob columns. Clos... | Michael Koziarski | 2008-03-02 | 1 | -0/+11 |
* | PostgreSQL: support server versions 7.4 through 8.0 and the ruby-pg driver. C... | Jeremy Kemper | 2008-02-22 | 1 | -1/+3 |
* | Move the eager load nested include tables into schema.rb and use delete_all i... | Michael Koziarski | 2008-02-20 | 1 | -0/+19 |
* | Fix has_many :through a polymorphic has_many. Closes #10529 [Aleksey Kondrate... | Jeremy Kemper | 2008-02-02 | 1 | -0/+6 |
* | Fixed preloading belongs_to associations which reference a custom foreign key... | Jeremy Kemper | 2008-01-31 | 1 | -0/+9 |
* | Add posts.comments_count for other databases. Closes #10804. | Jeremy Kemper | 2008-01-28 | 1 | -0/+2 |
* | Make sure that belongs_to counter decrements when assigning nil Closes #10804... | Michael Koziarski | 2008-01-26 | 1 | -0/+1 |
* | belongs_to supports :dependent => :destroy and :delete. Closes #10592. | Jeremy Kemper | 2008-01-19 | 1 | -1/+1 |
* | move schema | Jeremy Kemper | 2008-01-18 | 34 | -0/+2932 |