| Commit message (Expand) | Author | Age | Files | Lines |
* | Serialized attribute can be serialized in an integer column | Rafael Mendonça França | 2012-12-21 | 1 | -1/+2 |
* | Make sure the tests pass in the case closer to described in #8195 | Rafael Mendonça França | 2012-12-10 | 1 | -0/+1 |
* | Use 1.8 hash style in pg specific schema | Carlos Antonio da Silva | 2012-11-28 | 1 | -3/+3 |
* | Merge pull request #8276 from pwnall/pgsql_text_limits | Rafael Mendonça França | 2012-11-20 | 1 | -0/+5 |
* | Fix deleting from a HABTM join table upon destroying an object of a model wit... | Nick Rogers | 2012-11-13 | 1 | -0/+5 |
* | #7914 get default value when type uses schema name | Arturo Pie | 2012-10-14 | 1 | -1/+8 |
* | Merge pull request #7822 from lulalala/reset-counter-cache-for-has-many-through | Rafael Mendonça França | 2012-10-02 | 1 | -0/+1 |
* | set the configured #inheritance_column on #become (#7503) | Yves Senn | 2012-09-03 | 1 | -0/+5 |
* | Merge pull request #5210 from Pliny/masteri | Rafael Mendonça França | 2012-08-21 | 1 | -0/+6 |
* | Backport #7173. | Jeremy Walker | 2012-08-09 | 1 | -2/+4 |
* | Ported PR #4856 to 3-2-stable. | Jeremy Walker | 2012-08-09 | 1 | -1/+2 |
* | Merge pull request #6878 from masarakki/master | Rafael Mendonça França | 2012-06-28 | 2 | -0/+19 |
* | Postgresql doesn't accept limits on binary (bytea) columns. | Victor Costan | 2012-05-21 | 1 | -0/+1 |
* | Test for #5549. | Aaron Patterson | 2012-03-28 | 1 | -0/+1 |
* | Fix type_to_sql with text and limit on mysql/mysql2. Fix GH #3931. | kennyj | 2012-02-29 | 2 | -3/+3 |
* | Remove extra attributes from HABTM join tables in AR tests | Rafael Mendonça França | 2012-01-26 | 1 | -2/+0 |
* | Merge pull request #4487 from sarenji/fix-reset-counters | Aaron Patterson | 2012-01-17 | 1 | -0/+10 |
* | serialize fails on subclass | Alvaro Bautista | 2011-12-23 | 1 | -0/+2 |
* | Added ActiveRecord::Base.store for declaring simple single-column key/value s... | David Heinemeier Hansson | 2011-10-13 | 1 | -0/+1 |
* | Only use LOWER for mysql case insensitive uniqueness check when column has a ... | Joseph Palermo | 2011-10-09 | 2 | -1/+23 |
* | Raise error when using write_attribute with a non-existent attribute. | Jon Leighton | 2011-09-13 | 1 | -1/+7 |
* | Fix exception if old and new targets are both nil. Fixes #1471. | Jon Leighton | 2011-07-12 | 1 | -0/+1 |
* | Merge pull request #2017 from Casecommons/active_record_lint | José Valim | 2011-07-08 | 1 | -0/+2 |
|\ |
|
| * | ActiveRecord::Base should pass ActiveModel::Lint. | Grant Hutchins & Peter Jaros | 2011-07-08 | 1 | -0/+2 |
* | | Destroy association habtm record before destroying the record itself. Fixes i... | Tomas D'Stefano | 2011-07-08 | 1 | -0/+2 |
|/ |
|
* | 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 |