aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/has_one_associations_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix `has_one` `enum` `where` queriesJon Moss2016-05-261-0/+18
* Merge pull request #21581 from ronakjangir47/restrict_with_errorYves Senn2015-09-171-0/+18
|\
| * `restrict_with_error` message will now respect owner’s human name in any lo...Ronak Jangir2015-09-121-0/+18
|/
* Only nullify persisted has_one target associationsAgis-2015-08-241-0/+8
* Deprecate and rename the keys for association restrict_dependent_destroyRoque Pinel2015-07-201-0/+19
* Silence deprecation warning from force reloadPrem Sichanugrist2015-07-161-1/+2
* Deprecate force association reload by passing truePrem Sichanugrist2015-07-151-0/+6
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-1/+1
* Follow-up to #10776Robin Dupret2015-02-261-1/+1
* `WhereClause#predicates` does not need to be publicSean Griffin2015-01-271-4/+4
* Remove all references to `where_values` in testsSean Griffin2015-01-251-4/+4
* Extracted `ActiveRecord::AttributeAssignment` to `ActiveModel::AttributesAssi...Bogdan Gusiev2015-01-231-1/+1
* Fix warning: assigned but unused variable - postRyuta Kamizono2014-12-311-1/+1
* Fix error message when trying to create an associated recordRafael Mendonça França2014-12-301-0/+8
* Share foreign_key_present? implementation in _has_ associationsbrainopia2014-12-311-0/+6
* Add foreign_type option for polymorphic has_one and has_many.Ulisses Almeida + Kassio Borges2014-12-081-0/+11
* Fix a bug where AR::RecordNotSaved loses error messagesYuki Nishijima2014-11-271-3/+10
* Build fix when running in isolationArun Agrawal2014-11-141-0/+1
* Ignore SCHEMA queries when asserting no queriesAkira Matsuda2014-08-281-1/+1
* Associations now raise `ArgumentError` on name conflicts.Lauro Caetano2014-01-311-0/+10
* `has_one` and `belongs_to` accessors don't add ORDER BY to the queries anymore.Rafael Mendonça França2014-01-211-0/+7
* Raise `ArgumentError` when `has_one` is used with `counter_cache`Godfrey Chan2013-11-291-0/+8
* Fix test name [ci skip]Carlos Antonio da Silva2013-11-141-1/+1
* Fixes problem with replacing has_one association record with itselfDenis Redozubov2013-11-111-2/+16
* Save association when primary key is manually setlaurocaetano2013-10-241-0/+11
* Avoid empty transaction from setting has_one association on new record.Dylan Thacker-Smith2013-09-111-0/+2
* Dropped deprecated option `:restrict` for `:dependent` in associationsNeeraj Singh2013-07-031-16/+0
* Fix #8856 Ensure has_one association=(associate) triggers save.Chris Thompson2013-04-301-0/+16
* Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by"Guillermo Iguaran2013-01-181-2/+2
* User Rails 4 find_byrobertomiranda2013-01-181-2/+2
* User assert_kind_of, invert assert_equal expectationsCarlos Antonio da Silva2012-11-291-3/+3
* Added STI support to init and building associationsJason Rush2012-11-291-0/+30
* Do not create useless database transaction when building `has_one` association.Bogdan Gusiev2012-11-101-0/+6
* Remove mass_assignment_options from ActiveRecordGuillermo Iguaran2012-09-161-16/+0
* Remove mass assignment security from ActiveRecordGuillermo Iguaran2012-09-161-16/+0
* Remove the dependent_restrict_raises option.Jon Leighton2012-08-101-43/+13
* Fix #7191. Remove unnecessary transaction when assigning has_one associations.kennyj2012-08-081-0/+13
* s/scoped/scope/Jon Leighton2012-08-011-1/+1
* Deprecate ActiveRecord::Base.scoped.Jon Leighton2012-07-271-4/+4
* ActiveRecord::Base.all returns a Relation.Jon Leighton2012-07-271-1/+1
* remove deprecated callsJon Leighton2012-04-271-3/+3
* find and replace deprecated keysJon Leighton2012-04-271-1/+1
* %s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other th...Jon Leighton2012-04-271-1/+1
* remove calls to find(:first), find(:last) and find(:all)Jon Leighton2012-04-261-2/+2
* Fix #5069 - Protect foreign key from mass assignment throught association bui...Jean Boussier2012-03-051-0/+16
* Fix typoRafael Mendonça França2012-02-011-2/+2
* Use human attribute name to show the dependent destroy messageRafael Mendonça França2012-02-011-1/+25
* fix has_one, has_many restrict error messageManoj2012-02-011-1/+1
* Remove deprecation warnings from testsRafael Mendonça França2012-01-311-6/+12
* suggested fixes for :dependent => :restrict deprecation.Manoj2012-01-311-16/+5