| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "fallback_string_to_date sets Date._parse comp arg to true, so that st... | Geoff Buesing | 2009-08-05 | 1 | -2/+0 |
* | fallback_string_to_date sets Date._parse comp arg to true, so that strings wi... | Matt Ganderup | 2009-08-03 | 1 | -0/+2 |
* | quoted_date converts time-like objects to ActiveRecord::Base.default_timezone... | Geoff Buesing | 2009-08-03 | 1 | -0/+2 |
* | SQLite: drop support for 'dbfile' option in favor of 'database.' | Jeremy Kemper | 2009-08-01 | 1 | -0/+2 |
* | Add primary_key option to belongs_to association | Szymon Nowak | 2009-07-15 | 1 | -0/+4 |
* | Implement #many? for NamedScope and AssociationCollection using #size [#1500 ... | Chris Kampmeier | 2009-05-17 | 1 | -0/+2 |
* | Added :touch option to belongs_to associations that will touch the parent rec... | David Heinemeier Hansson | 2009-04-16 | 1 | -1/+3 |
* | Added ActiveRecord::Base#touch to update the updated_at/on attributes with th... | David Heinemeier Hansson | 2009-04-16 | 1 | -0/+5 |
* | Prepare for final 2.3 release | David Heinemeier Hansson | 2009-03-15 | 1 | -3/+1 |
* | Rename ActiveRecord::Base.each to ActiveRecord::Base.find_each | Pratik Naik | 2009-03-11 | 1 | -2/+1 |
* | Release RC2 today | David Heinemeier Hansson | 2009-03-05 | 1 | -1/+1 |
* | So it didnt happen yesterday, but very soon! Just need the final details iron... | David Heinemeier Hansson | 2009-02-28 | 1 | -1/+1 |
* | Prep for RC2 later today | David Heinemeier Hansson | 2009-02-27 | 1 | -1/+1 |
* | Added ActiveRecord::Base.each and ActiveRecord::Base.find_in_batches for batc... | David Heinemeier Hansson | 2009-02-23 | 1 | -0/+2 |
* | Add ActiveRecord::Base.exists? with no args [#1817 state:committed] | Scott Taylor | 2009-02-05 | 1 | -0/+5 |
* | Mark CHANGELOGs for release | David Heinemeier Hansson | 2009-02-01 | 1 | -1/+1 |
* | Add support for nested object forms to ActiveRecord and the helpers in Action... | Eloy Duran | 2009-02-01 | 1 | -0/+9 |
* | Merge docrails | Pratik Naik | 2009-01-18 | 1 | -2/+2 |
* | Fixed broken after_save callback; was being called when before_create was can... | Michael Lovitt | 2009-01-16 | 1 | -0/+4 |
* | Introduce transaction_joinable flag to mark that the fixtures transaction can... | Jeremy Kemper | 2009-01-10 | 1 | -0/+2 |
* | Introduce dynamic scopes for ActiveRecord: you can now use class methods like... | Yaroslav Markin | 2008-12-28 | 1 | -0/+2 |
* | ActiveRecord::Base#new_record? now returns false for existing records (was ni... | Yaroslav Markin | 2008-12-27 | 1 | -0/+2 |
* | normalize author names in changelogs [#1495 state:committed] | Xavier Noria | 2008-12-16 | 1 | -392/+392 |
* | Changelog entry for #1294 | Jeremy Kemper | 2008-12-08 | 1 | -0/+2 |
* | Add :having option to find, to use in combination with grouped finds. Also ad... | miloops | 2008-12-01 | 1 | -0/+2 |
* | Added default_scope to Base [#1381 state:committed] (Paweł Kondzior) | Pratik Naik | 2008-11-16 | 1 | -0/+16 |
* | Revert "Added default_scope to Base [#1381 state:committed] (Paweł Kondzior)... | David Heinemeier Hansson | 2008-11-16 | 1 | -16/+0 |
* | Added default_scope to Base [#1381 state:committed] (Paweł Kondzior) | David Heinemeier Hansson | 2008-11-16 | 1 | -0/+16 |
* | Prepare for RC2 | David Heinemeier Hansson | 2008-11-14 | 1 | -1/+1 |
* | Revert commit which breaks all the tests. | Michael Koziarski | 2008-11-07 | 1 | -2/+0 |
* | Fixed the sanitize helper to avoid double escaping already properly escaped e... | David Heinemeier Hansson | 2008-11-06 | 1 | -1/+1 |
* | Stop logging SHOW FIELDS and SET SQL_AUTO_IS_NULL=0 for the MysqlAdapter as t... | David Heinemeier Hansson | 2008-11-06 | 1 | -0/+2 |
* | Ensure indices don't flip order in schema.rb [#1266 state:committed] | Jordi Bunster | 2008-10-30 | 1 | -0/+2 |
* | Fixed that serialized strings should never be type-casted (i.e. turning "Yes"... | David Heinemeier Hansson | 2008-10-27 | 1 | -0/+5 |
* | Update CHANGELOGs with the last few fixes, set date for today | David Heinemeier Hansson | 2008-10-24 | 1 | -1/+3 |
* | Prepare for Rails 2.2.0 [RC1] | David Heinemeier Hansson | 2008-10-23 | 1 | -1/+1 |
* | Add Model#delete instance method, similar to Model.delete class method. [#108... | Hongli Lai (Phusion | 2008-09-21 | 1 | -0/+2 |
* | Deal with MySQL's quirky handling of defaults and blob/text columns | Frederick Cheung | 2008-09-14 | 1 | -0/+2 |
* | Multiparameter attributes skip time zone conversion for time-only columns [#1... | gbuesing | 2008-09-14 | 1 | -0/+2 |
* | Base.skip_time_zone_conversion_for_attributes uses class_inheritable_accessor... | miloops | 2008-09-14 | 1 | -0/+2 |
* | Revert "Add :accessible option to Associations for allowing mass assignments ... | Pratik Naik | 2008-09-10 | 1 | -18/+0 |
* | Missing doc updates | David Heinemeier Hansson | 2008-09-09 | 1 | -0/+2 |
* | Add special AssociationReflection methods for creating association objects, a... | Hongli Lai (Phusion) | 2008-09-09 | 1 | -1/+1 |
* | Make the options that has_many, belongs_to and other association generation m... | Hongli Lai (Phusion) | 2008-09-09 | 1 | -0/+2 |
* | Changed all benchmarking reports to be in milliseconds | David Heinemeier Hansson | 2008-09-05 | 1 | -0/+2 |
* | Database connections are now pooled, one pool per #establish_connection call. | Jeremy Kemper | 2008-09-02 | 1 | -0/+2 |
* | Missed changelog update for #501 | Jeremy Kemper | 2008-08-28 | 1 | -0/+2 |
* | Rollback the transaction when a before_* callback returns false. | Xavier Noria | 2008-08-24 | 1 | -0/+2 |
* | Made migrations transactional for PostgreSQL [#834 state:resolved] | Tarmo Tänav | 2008-08-22 | 1 | -0/+2 |
* | Set config.active_record.timestamped_migrations = false to have migrations wi... | Nik Wakelin | 2008-07-17 | 1 | -0/+2 |