| Commit message (Expand) | Author | Age | Files | Lines |
* | Change Migration documentation to use the new syntax. Closes #9813 [sjgman9] | Michael Koziarski | 2007-10-08 | 1 | -5/+5 |
* | validates_uniqueness_of behaves well with single-table inheritance. Closes #3... | Jeremy Kemper | 2007-10-08 | 3 | -2/+34 |
* | Use fast date/time parsing by default. Closes #9811. | Jeremy Kemper | 2007-10-07 | 3 | -35/+34 |
* | Closed wrong ticket. Closes #9802, reopens #9699. | Jeremy Kemper | 2007-10-07 | 1 | -1/+1 |
* | Raise ProtectedAttributeAssignmentError in development and test environments ... | Jeremy Kemper | 2007-10-07 | 3 | -14/+54 |
* | Reinstate failsafe date/time parsing rescues. Head off some obvious failures ... | Jeremy Kemper | 2007-10-07 | 2 | -22/+29 |
* | MySQL: speedup date/time parsing. | Jeremy Kemper | 2007-10-07 | 3 | -58/+96 |
* | Check for the dir instead of relying on an exception. | Jeremy Kemper | 2007-10-07 | 1 | -5/+7 |
* | Fix calling .clear on a has_many :dependent=>:delete_all association. [ta... | Michael Koziarski | 2007-10-07 | 3 | -2/+5 |
* | Allow change_column to set NOT NULL in the PostgreSQL adaptor. Closes #3904 [... | Michael Koziarski | 2007-10-07 | 3 | -18/+29 |
* | Move misplaced CHANGELOG entry | Jeremy Kemper | 2007-10-06 | 1 | -2/+0 |
* | Missed the add | Michael Koziarski | 2007-10-06 | 2 | -0/+4 |
* | Send the correct INSERT statement when dealing with objects with only primary... | Michael Koziarski | 2007-10-06 | 22 | -8/+94 |
* | Only cache attributes which need it for performance reasons. Closes #9767 [sk... | Michael Koziarski | 2007-10-06 | 2 | -1/+75 |
* | Test for each JSON fragment to workaround assumed hash ordering. | Jeremy Kemper | 2007-10-06 | 1 | -1/+4 |
* | Simplify some JSON tests | Jeremy Kemper | 2007-10-06 | 1 | -4/+4 |
* | Fix that ActiveRecord would create attribute methods and override custom attr... | Rick Olson | 2007-10-06 | 4 | -15/+54 |
* | Don't call attr_readonly on polymorphic belongs_to associations, in case it m... | Rick Olson | 2007-10-05 | 3 | -1/+7 |
* | Bump versions for 1.2.4 release. | Jeremy Kemper | 2007-10-05 | 2 | -2/+2 |
* | Hash#to_json takes :only or :except options to specific or omit certain hash ... | Jeremy Kemper | 2007-10-04 | 2 | -2/+36 |
* | Try loading activerecord-<adaptername>-adapter gem before trying a plain requ... | Jeremy Kemper | 2007-10-04 | 2 | -8/+8 |
* | only create custom accessors for Kernel:: methods | Tobias Lütke | 2007-10-03 | 1 | -11/+4 |
* | Allow column accessors to be created even if Kernel. or Object# methods of th... | Tobias Lütke | 2007-10-03 | 1 | -4/+15 |
* | Cache the descends_from_activerecord? call to speed up query generation. [ska... | Michael Koziarski | 2007-10-03 | 1 | -3/+8 |
* | Ruby 1.9 compat, consistent load paths | Jeremy Kemper | 2007-10-02 | 1 | -3/+2 |
* | Fixed JSON encoding to use quoted keys according to the JSON standard (closes... | David Heinemeier Hansson | 2007-09-30 | 1 | -5/+0 |
* | Add attr_readonly to specify columns that are skipped during a normal ActiveR... | Rick Olson | 2007-09-30 | 5 | -17/+85 |
* | Make size for has_many :through use counter cache if it exists. Closes #9734... | Rick Olson | 2007-09-30 | 3 | -1/+22 |
* | Don't implicitly assign instance variables by using them as block arguments | Jeremy Kemper | 2007-09-30 | 1 | -1/+2 |
* | Remove DB2 adapter since IBM chooses to maintain their own adapter instead. | Jeremy Kemper | 2007-09-29 | 2 | -242/+2 |
* | Extract Oracle, SQLServer, and Sybase adapters into gems. | Jeremy Kemper | 2007-09-29 | 4 | -2007/+2 |
* | Ruby 1.9 compat for instance method check in Mysql adapter. | Jeremy Kemper | 2007-09-29 | 1 | -1/+2 |
* | Updated CHANGELOGs. They need to be filtered for duplicates | David Heinemeier Hansson | 2007-09-29 | 1 | -1/+1973 |
* | Failing counter cache test. References #6896. | Jeremy Kemper | 2007-09-28 | 1 | -0/+18 |
* | Missing test | David Heinemeier Hansson | 2007-09-28 | 1 | -0/+148 |
* | Fixtures test fixes and general cleanup. Closes #9682 [norbert] | Jeremy Kemper | 2007-09-28 | 3 | -130/+113 |
* | Fixed spelling errors (closes #9706) [tarmo/rmm5t] | David Heinemeier Hansson | 2007-09-28 | 17 | -24/+24 |
* | MySQL: change_column raises if the table or column doesn't exist. | Jeremy Kemper | 2007-09-28 | 1 | -1/+5 |
* | Added :include option to to_json (closes #9677) [chuyeow] | David Heinemeier Hansson | 2007-09-28 | 3 | -63/+84 |
* | Added fixture caching thatll speed up a normal fixture-powered test suite bet... | David Heinemeier Hansson | 2007-09-28 | 4 | -15/+90 |
* | Correctly quote id list for limited eager loading. Closes #7482. | Jeremy Kemper | 2007-09-22 | 3 | -2/+7 |
* | self.fixture_class_names is defined twice in fixtures.rb (closes #7135) [jarkko] | David Heinemeier Hansson | 2007-09-22 | 1 | -3/+1 |
* | Removed unnecessary or statement (closes #7158) [richcollins] | David Heinemeier Hansson | 2007-09-22 | 1 | -1/+1 |
* | Fix broken mysql test [frederick.cheung@gmail.com] | Michael Koziarski | 2007-09-22 | 1 | -0/+1 |
* | Fixed that using version-targetted migrates would fail on loggers other than ... | David Heinemeier Hansson | 2007-09-22 | 2 | -1/+7 |
* | Docfix (closes #7593) [tarmo] | David Heinemeier Hansson | 2007-09-22 | 1 | -2/+2 |
* | Fixed rename_column for SQLite when using symbols for the column names (close... | David Heinemeier Hansson | 2007-09-22 | 3 | -3/+15 |
* | Docfix (closes #8767) [kampers] | David Heinemeier Hansson | 2007-09-22 | 1 | -1/+1 |
* | Allow frameworks to be required by their gem name (closes #8845) [drnic] | David Heinemeier Hansson | 2007-09-22 | 1 | -0/+1 |
* | Make date tests pass on 64-bit (closes #9121) [mutru] | David Heinemeier Hansson | 2007-09-22 | 1 | -1/+1 |