| Commit message (Expand) | Author | Age | Files | Lines |
* | updating CHANGELOG | Aaron Patterson | 2010-11-17 | 1 | -0/+9 |
* | syncs CHANGELOGs for 3.0.2 in 3-0-stable with the ones in master | Xavier Noria | 2010-11-09 | 1 | -0/+29 |
* | has_one maintains the association with separate after_create/after_update | Xavier Noria | 2010-10-22 | 1 | -0/+3 |
* | Merge CHANGELOGs from 3-0-stable | Santiago Pastorino | 2010-10-18 | 1 | -0/+4 |
* | removing nonsensical tests, limit now actually adds a limit | Aaron Patterson | 2010-09-15 | 1 | -1/+13 |
* | Update CHANGELOGs for 3.0 release and upcoming 3.1 | Jeremy Kemper | 2010-08-29 | 1 | -16/+2 |
* | Clean up CHANGELOGs | Jeremy Kemper | 2010-08-28 | 1 | -0/+10 |
* | change 'a SQL' to 'an SQL' as suggested by the api documentation guidelines | Jaime Iniesta | 2010-08-26 | 1 | -2/+2 |
* | lifecycle should be two words, life cycle | Jaime Iniesta | 2010-08-26 | 1 | -1/+1 |
* | applied guidelines to "# =>" | Paco Guzman | 2010-08-12 | 1 | -1/+1 |
* | Prep for RC | David Heinemeier Hansson | 2010-07-26 | 1 | -1/+1 |
* | Add missing entries and tidy up CHANGELOG. | José Valim | 2010-07-19 | 1 | -0/+2 |
* | Add missing CHANGELOG items. | José Valim | 2010-06-30 | 1 | -0/+2 |
* | Update CHANGELOGs. | José Valim | 2010-06-28 | 1 | -1/+4 |
* | Information about new rake task in CHANGELOG | Łukasz Strzałkowski | 2010-06-28 | 1 | -0/+1 |
* | Clean CHANGELOG whitespace. | Emilio Tagua | 2010-06-22 | 1 | -254/+254 |
* | setting the timezone in postgres to whatever ruby thinks the timezone is [#48... | Aaron Patterson | 2010-06-17 | 1 | -0/+5 |
* | Revert "Temporarily revert "Update after_commit and after_rollback docs and t... | Jeremy Kemper | 2010-06-08 | 1 | -0/+2 |
* | Fix ActiveRecord::Base.compute_type swallowing NoMethodError. [#4751 state:re... | Andrew Bloomgarden | 2010-06-08 | 1 | -0/+2 |
* | Temporarily revert "Update after_commit and after_rollback docs and tests to ... | Jeremy Kemper | 2010-06-08 | 1 | -2/+0 |
* | Get ready for beta 4 | David Heinemeier Hansson | 2010-06-08 | 1 | -1/+1 |
* | Revert "Revert "Add index length support for MySQL [#1852 state:open]"" | Pratik Naik | 2010-05-09 | 1 | -0/+10 |
* | Revert "Add index length support for MySQL [#1852 state:open]" | José Valim | 2010-05-08 | 1 | -10/+0 |
* | Add index length support for MySQL [#1852 state:resolved] | Emili Parreno | 2010-05-08 | 1 | -0/+10 |
* | Make find_or_create and find_or_initialize work mixing explicit parameters an... | Santiago Pastorino | 2010-05-07 | 1 | -0/+2 |
* | Add after_commit and after_rollback callbacks to ActiveRecord that are called... | Brian Durand | 2010-04-29 | 1 | -0/+2 |
* | Move several configuration values from Hash to ActiveSupport::XmlMini, which ... | José Valim | 2010-04-29 | 1 | -0/+2 |
* | Destroy respects optimistic locking. | Curtis Hawthorne | 2010-04-27 | 1 | -0/+2 |
* | Drop support for postgres driver. Use pg >= 0.9.0. | Jeremy Kemper | 2010-04-24 | 1 | -0/+2 |
* | improve how ActiveRecord::Observer defines callbacks on observed models | Mislav Marohnić | 2010-04-16 | 1 | -0/+5 |
* | Update changelogs for release | David Heinemeier Hansson | 2010-04-13 | 1 | -1/+1 |
* | Add Relation extensions | Pratik Naik | 2010-04-02 | 1 | -0/+10 |
* | Add missed changelog for table_name_prefix | Jeremy Kemper | 2010-03-29 | 1 | -2/+4 |
* | Silenced "SHOW FIELDS" and "SET SQL_AUTO_IS_NULL=0" statements from the MySQL... | David Heinemeier Hansson | 2010-02-06 | 1 | -0/+5 |
* | PostgreSQLAdapter: set time_zone to UTC when Base.default_timezone == :utc so... | Jack Christensen | 2010-01-25 | 1 | -0/+2 |
* | Add missing CHANGELOG entry about relations as scopes | Pratik Naik | 2010-01-18 | 1 | -0/+8 |
* | Rename named_scope to scope | Pratik Naik | 2010-01-18 | 1 | -0/+2 |
* | Merge | David Heinemeier Hansson | 2010-01-03 | 1 | -0/+5 |
|\ |
|
| * | Add Relation#except | Pratik Naik | 2010-01-03 | 1 | -0/+5 |
* | | Changed ActiveRecord::Base.store_full_sti_class to be true by default reflect... | David Heinemeier Hansson | 2010-01-03 | 1 | -0/+2 |
|/ |
|
* | Add Relation#delete_all | Pratik Naik | 2009-12-29 | 1 | -0/+4 |
* | Add Model.having and Relation#having | Pratik Naik | 2009-12-29 | 1 | -0/+4 |
* | Add Relation#count | Pratik Naik | 2009-12-28 | 1 | -0/+7 |
* | Add Model.readonly and association_collection#readonly finder method | Pratik Naik | 2009-12-28 | 1 | -0/+5 |
* | Fix a typo in CHANGELOG | Pratik Naik | 2009-12-28 | 1 | -1/+1 |
* | Add Model.lock and relation#lock now that arel has locking | Pratik Naik | 2009-12-28 | 1 | -0/+7 |
* | Add Model.from and association_collection#from finder methods | Pratik Naik | 2009-12-28 | 1 | -0/+5 |
* | Add relation.destroy_all | Pratik Naik | 2009-12-27 | 1 | -0/+5 |
* | Add relation.exists? | Pratik Naik | 2009-12-27 | 1 | -0/+6 |
* | Add find(ids) to relations | Pratik Naik | 2009-12-27 | 1 | -0/+6 |