| Commit message (Expand) | Author | Age | Files | Lines |
* | Compatibility patches for calculations | David Heinemeier Hansson | 2006-02-25 | 1 | -31/+27 |
* | Updated docs (closes #3799) [ruby@bobsilva.com] | David Heinemeier Hansson | 2006-02-25 | 1 | -0/+10 |
* | Fixed that reflections would bleed across class boundaries in single-table in... | David Heinemeier Hansson | 2006-02-25 | 1 | -2/+4 |
* | Makes ActiveRecord::Schema respect AR::Base.table_name_prefix (closes #3848) ... | David Heinemeier Hansson | 2006-02-25 | 1 | -2/+2 |
* | Documentation fixes (closes #3838) | David Heinemeier Hansson | 2006-02-25 | 2 | -2/+2 |
* | Added calculations: Base.count, Base.average, Base.sum, Base.minimum, Base.ma... | David Heinemeier Hansson | 2006-02-25 | 3 | -55/+199 |
* | Renamed Errors#count to Errors#size but kept an alias for the old name (and i... | David Heinemeier Hansson | 2006-02-23 | 1 | -1/+4 |
* | Reflections don't attempt to resolve module nesting of association classes. S... | Jeremy Kemper | 2006-02-22 | 2 | -8/+9 |
* | Improved the Oracle OCI Adapter with better performance for column reflection... | David Heinemeier Hansson | 2006-02-21 | 2 | -26/+47 |
* | Added :count option to pagination that'll make it possible for the ActiveReco... | David Heinemeier Hansson | 2006-02-20 | 1 | -1/+1 |
* | save polymorphic joins from the has_many|one association (closes #3812) [Rick... | David Heinemeier Hansson | 2006-02-12 | 3 | -4/+12 |
* | Allow has_many :through to work with :include [Michael Schoen]. Closes #3611 | Michael Koziarski | 2006-02-10 | 2 | -2/+2 |
* | PostgreSQL: smarter schema dumps using pk_and_sequence_for(table). Closes #2920. | Jeremy Kemper | 2006-02-09 | 1 | -2/+14 |
* | SQLServer: more compatible limit/offset emulation. Closes #3779. | Jeremy Kemper | 2006-02-09 | 1 | -1/+3 |
* | Closes #3784. | Jeremy Kemper | 2006-02-09 | 1 | -5/+5 |
* | Update AR default timezone docs. | Jeremy Kemper | 2006-02-09 | 1 | -1/+1 |
* | Polymorphic join support for has_one associations (has_one :foo, :as => :bar)... | Jeremy Kemper | 2006-02-09 | 2 | -3/+9 |
* | PostgreSQL: correctly parse negative integer column defaults. References #3776. | Jeremy Kemper | 2006-02-09 | 1 | -1/+1 |
* | * Fix pagination problems when using include | Michael Koziarski | 2006-02-09 | 4 | -21/+122 |
* | ActiveRecord::RecordInvalid now states which validations failed in its defaul... | Tobias Lütke | 2006-02-05 | 1 | -2/+2 |
* | Update versions to match latest from stable | David Heinemeier Hansson | 2006-02-05 | 1 | -1/+1 |
* | Just go with Subclasses instead of OnlySubclasses | David Heinemeier Hansson | 2006-02-04 | 1 | -1/+1 |
* | Just go with Subclasses instead of OnlySubclasses | David Heinemeier Hansson | 2006-02-04 | 1 | -4/+2 |
* | Using AssociationCollection#build with arrays of hashes should call build, no... | David Heinemeier Hansson | 2006-02-03 | 1 | -1/+1 |
* | Remove definition of reloadable? from ActiveRecord::Base to make way for new ... | Nicholas Seckar | 2006-02-02 | 1 | -8/+0 |
* | Add Reloadable::OnlySubclasses which handles the common case where a base cla... | Nicholas Seckar | 2006-02-02 | 2 | -7/+5 |
* | Fixed schema handling for DB2 adapter that didn't work: an initial schema cou... | David Heinemeier Hansson | 2006-02-01 | 2 | -8/+11 |
* | Silly me | David Heinemeier Hansson | 2006-02-01 | 1 | -5/+0 |
* | Added Errors#any? to mean !Errors#empty? [DHH] | David Heinemeier Hansson | 2006-02-01 | 1 | -0/+5 |
* | Support the :column option for remove_index with the PostgreSQL adapter. Clos... | Marcel Molina | 2006-01-31 | 1 | -7/+1 |
* | Added reusable reloading support through the inclusion of the Relodable modul... | David Heinemeier Hansson | 2006-01-29 | 2 | -0/+8 |
* | Add documentation for add_index and remove_index. Closes #3600. | Marcel Molina | 2006-01-25 | 1 | -1/+11 |
* | If the OCI library is not available, raise an exception indicating as much. C... | Marcel Molina | 2006-01-25 | 1 | -0/+8 |
* | give helpful error messages when fixtures accessed style table_name(:name) ca... | Tobias Lütke | 2006-01-25 | 1 | -1/+5 |
* | Make dynamic finders honor additional passed in :conditions. Closes #3569. | Marcel Molina | 2006-01-22 | 1 | -2/+9 |
* | Show a meaningful error when the DB2 adapter cannot be loaded due to missing ... | Nicholas Seckar | 2006-01-22 | 1 | -0/+8 |
* | allow has_many :through to work with custom :foreign key (closes #3422) [Rick... | David Heinemeier Hansson | 2006-01-21 | 1 | -2/+1 |
* | Fix .count for has_many associations with multi-line finder-sql. Closes #3540 | Michael Koziarski | 2006-01-21 | 2 | -2/+4 |
* | Add AR::Base.base_class for querying the ancestor AR::Base subclass [Jamis Buck] | Jamis Buck | 2006-01-20 | 1 | -4/+16 |
* | allow the 'lock_version' column to be configured with set_locking_column. Cl... | Michael Koziarski | 2006-01-14 | 1 | -4/+25 |
* | Don't hardcode id in acts_as_list. Closes #3370 | Michael Koziarski | 2006-01-14 | 1 | -1/+1 |
* | Don't alter the Hash passed to attributes=, closes #3385 | Michael Koziarski | 2006-01-14 | 1 | -2/+3 |
* | Escape database name in MySQL adapter when creating and dropping databases. C... | Marcel Molina | 2006-01-13 | 1 | -2/+2 |
* | Disambiguate table names for columns in validates_uniquness_of's WHERE clause... | Marcel Molina | 2006-01-13 | 1 | -3/+3 |
* | Fixed that .with_scope imposed create parameters bypass attr_protected | Tobias Lütke | 2006-01-10 | 1 | -2/+3 |
* | Fix doc bug | David Heinemeier Hansson | 2006-01-09 | 1 | -1/+1 |
* | Don't raise an exception when there are more keys than there are named bind v... | Marcel Molina | 2006-01-05 | 1 | -1/+0 |
* | Multiple enhancements and adjustments to DB2 adaptor. Closes #3377. | Marcel Molina | 2006-01-04 | 2 | -64/+99 |
* | Sanitize scoped conditions. | Marcel Molina | 2006-01-04 | 1 | -1/+1 |
* | Added option to Base.reflection_of_all_associations to specify a specific ass... | David Heinemeier Hansson | 2005-12-27 | 1 | -3/+5 |