| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #560 from guilleiguaran/fix_pluralize_table_names_false | Jon Leighton | 2011-05-16 | 1 | -0/+4 |
|\ |
|
| * | Fixing has_many association when ActiveRecord::Base.pluralize_table_names is ... | Guillermo Iguaran | 2011-05-15 | 1 | -0/+4 |
* | | CollectionAssociation#merge_target_lists should write to the underlying attri... | Jon Leighton | 2011-05-14 | 1 | -0/+1 |
|/ |
|
* | Add test to specify that attributes from an association's conditions should b... | Jon Leighton | 2011-05-10 | 1 | -0/+1 |
* | Don't quote ID's as Arel will quote them -- follow same conventions as the de... | Christopher Meiklejohn | 2011-05-08 | 1 | -0/+6 |
* | singular and collection relations in AR can now specify mass-assignment secur... | Josh Kalderimis | 2011-05-01 | 1 | -0/+2 |
* | Added tsvector Datatype Support | Benjamin Fritsch | 2011-04-26 | 1 | -1/+9 |
* | using the database adapter to typecast before executing prepared statement | Aaron Patterson | 2011-04-14 | 1 | -0/+1 |
* | Allow to read and write AR attributes with non valid identifiers | Santiago Pastorino | 2011-03-22 | 1 | -0/+3 |
* | Merge branch 'master' into nested_has_many_through | Jon Leighton | 2011-03-04 | 1 | -0/+28 |
|\ |
|
| * | The optimistic lock column should be increased when calling touch | Franck Verrot | 2011-02-09 | 1 | -0/+1 |
| * | make set_table_name take effect immediately | Jan | 2011-02-08 | 1 | -0/+4 |
| * | Correctly update counter caches on deletion for has_many :through [#2824 stat... | Jon Leighton | 2011-02-07 | 1 | -0/+4 |
| * | Support the :dependent option on has_many :through associations. For historic... | Jon Leighton | 2011-02-07 | 1 | -0/+1 |
| * | Fixing ordering of HABTM association deletion [#6191 state:resolved] | Edward Faulkner | 2011-02-04 | 1 | -0/+13 |
| * | Add create_association! for belongs_to | Jon Leighton | 2011-01-16 | 1 | -0/+1 |
| * | Support for :counter_cache on polymorphic belongs_to | Jon Leighton | 2010-12-31 | 1 | -0/+1 |
| * | Fix creation of has_many through records with custom primary_key option on be... | Szymon Nowak | 2010-12-23 | 1 | -0/+1 |
| * | has_many associations with :dependent => :delete_all should update the counte... | Jon Leighton | 2010-12-20 | 1 | -0/+1 |
| * | Verify that creating a has_many through record where there is a default_scope... | Jon Leighton | 2010-12-16 | 1 | -0/+1 |
* | | Merge branch 'master' into nested_has_many_through | Jon Leighton | 2010-11-08 | 1 | -0/+1 |
|\| |
|
| * | Add timestamps to Topic | Pratik Naik | 2010-11-02 | 1 | -0/+1 |
* | | Merge branch 'master' into nested_has_many_through | Jon Leighton | 2010-10-28 | 1 | -52/+61 |
|\| |
|
| * | made a pass in AR's schema.rb to keep (most) create statements in lexicograph... | Xavier Noria | 2010-10-22 | 1 | -59/+60 |
| * | has_one maintains the association with separate after_create/after_update | Xavier Noria | 2010-10-22 | 1 | -0/+8 |
* | | Support the :primary_key option on a through reflection in a nested through a... | Jon Leighton | 2010-10-19 | 1 | -0/+2 |
* | | Support for :primary_key option on the source reflection of a through associa... | Jon Leighton | 2010-10-19 | 1 | -2/+3 |
* | | Respect the :primary_key option on the through_reflection of (non-nested) thr... | Jon Leighton | 2010-10-19 | 1 | -0/+2 |
* | | Properly support conditions on any of the reflections involved in a nested th... | Jon Leighton | 2010-10-19 | 1 | -0/+1 |
* | | Add test_has_one_through_has_one_through_with_belongs_to_source_reflection | Jon Leighton | 2010-10-14 | 1 | -0/+1 |
* | | Add support for nested through associations in JoinAssociation. Hence Foo.joi... | Jon Leighton | 2010-10-09 | 1 | -0/+5 |
* | | Initial nested_has_many_through support [#1152] | Bodaniel Jeanes | 2010-09-26 | 1 | -0/+1 |
|/ |
|
* | A few schema changes for the SQL Server adapter. | Ken Collins | 2010-09-03 | 1 | -3/+3 |
* | While creating a new record using has_many create method default scope of chi... | Neeraj Singh | 2010-08-19 | 1 | -0/+5 |
* | Bug Fix -- clean up connection after stored procedure [#3151 state:resolved] | Jeff Lawson | 2010-08-17 | 1 | -0/+11 |
* | Both tests are using the same model, move the model to another file and add t... | Santiago Pastorino | 2010-08-14 | 1 | -1/+1 |
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 2 | -4/+4 |
* | Ensure we can nest include calls [#5285 state:resolved] | Neeraj Singh | 2010-08-12 | 1 | -0/+4 |
* | Merge branch 'master' into mysql2 | Brian Lopez | 2010-08-02 | 1 | -0/+15 |
|\ |
|
| * | Eager loading an association should not change the count of children | Neeraj Singh | 2010-08-02 | 1 | -0/+13 |
| * | added failing touch propagation test | Jakub Kuźma | 2010-08-02 | 1 | -0/+2 |
* | | update tests for mysql2 support | Brian Lopez | 2010-08-02 | 1 | -0/+24 |
|/ |
|
* | update_attribute should not update readonly attributes | Neeraj Singh | 2010-07-21 | 1 | -0/+1 |
* | Timestamp columns of HABTM join table should record timestamps | Neeraj Singh | 2010-07-21 | 1 | -0/+2 |
* | Ensure that primary_keys of HABTM records is not double quoted | Neeraj Singh | 2010-07-20 | 1 | -0/+13 |
* | string IDs are now quoted correctly [#5064 state:resolved] | Will St. Clair + Neeraj Singh | 2010-07-13 | 1 | -0/+17 |
* | reset_counter should work with non-traditional belongs_to and polymorphic bel... | Neeraj Singh | 2010-07-08 | 1 | -0/+13 |
* | adding column named 'group' to ensure that nothing breaks given that 'group' ... | Neeraj Singh | 2010-06-23 | 1 | -0/+1 |
* | Support fixtures for namespaced models [#2965 state:resolved] | Andrew White | 2010-04-25 | 1 | -0/+9 |
* | Refactor compute_type to handle situations where the correct class is already... | Andrew White | 2010-04-12 | 1 | -0/+14 |