| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable use of MySQL stored procedures by default. | Justin Bailey | 2009-09-17 | 1 | -0/+12 |
* | Fix has_one with foreign_key and primary_key association bug which caused the... | Graeme Porteous | 2009-09-12 | 1 | -0/+1 |
* | Revert "Assert primary key does not exist in habtm when the association is de... | Jeremy Kemper | 2009-09-02 | 1 | -1/+1 |
* | Assert primary key does not exist in habtm when the association is defined, i... | José Valim | 2009-09-01 | 1 | -1/+1 |
* | PostgreSQL: XML datatype support | Leonardo Borges | 2009-08-09 | 1 | -2/+13 |
* | has_many :through create should not raise validation errors | railsbob | 2009-08-09 | 1 | -0/+4 |
* | fix schema_dumper_test for Oracle as it supports precision up to 38 | Raimonds Simanovskis | 2009-08-06 | 1 | -1/+6 |
* | added additional objects necessary for OracleAdapter specific tests | Raimonds Simanovskis | 2009-08-06 | 2 | -3/+48 |
* | Add simple support for ActiveModel's StateMachine for ActiveRecord | Joshua Peek | 2009-08-04 | 1 | -0/+7 |
* | Add primary_key option to belongs_to association | Szymon Nowak | 2009-07-15 | 1 | -0/+7 |
* | Ensure hm:t#create respects source associations hash conditions [#2090 state:... | mattbauer | 2009-06-21 | 1 | -0/+1 |
* | disabled base_test.rb tests that were not Oracle compatible (TIME datatype is... | Raimonds Simanovskis | 2009-06-09 | 1 | -0/+19 |
* | Schema dumper now records scale 0 decimal columns as decimal not integer. | Giles Alexander | 2009-06-01 | 1 | -0/+1 |
* | Fixed limited eager loading associations with numbers in the name [#2668 stat... | Benjamin Floering | 2009-05-18 | 1 | -0/+1 |
* | replace the aaa_create_tables_test hack with loading test database schema in ... | Mislav Marohnić | 2009-05-17 | 2 | -7/+4 |
* | Revert "Fixed bug with polymorphic has_one :as pointing to an STI record" | Jeremy Kemper | 2009-05-11 | 1 | -2/+1 |
* | Allow you to pass :all_blank to :reject_if option to automatically create a P... | Mike Breen | 2009-05-10 | 1 | -0/+1 |
* | Providing support for :inverse_of as an option to associations. | Murray Steele | 2009-05-04 | 1 | -0/+20 |
* | Fixed bug with polymorphic has_one :as pointing to an STI record | Ruy Asan | 2009-05-01 | 1 | -1/+2 |
* | 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 |