aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/fixtures.rb
Commit message (Expand)AuthorAgeFilesLines
...
* [ci skip] Fix the dynamic fixtures exampleJeremy Baker2015-06-131-1/+1
* Merge pull request #20437 from pwnall/abstract_fixturesRafael Mendonça França2015-06-091-1/+1
|\
| * Fix crash when loading fixture with belongs_to association defined in abstrac...Victor Costan2015-06-041-1/+1
* | Stop `to_s(:db)` for fixture's timestampFumiaki MATSUSHIMA2015-06-071-1/+0
|/
* Resolve enums in test fixturesGeorge Claghorn2015-05-271-0/+5
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-8/+20
* Merge pull request #19177 from gregmolnar/fixturesRafael Mendonça França2015-03-021-5/+3
|\
| * Use the correct connection for reset_pk_sequenceMontana Low2015-03-011-5/+3
* | Merge pull request #17426 from jpcody/fixture_associations_fixAaron Patterson2015-02-241-0/+4
|\ \ | |/ |/|
| * Rely on through table name in has_many fixturesJoshua Cody2014-10-291-0/+4
* | Use Module#include instead of send :include, since now is a public method [ci...robertomiranda2015-01-311-2/+2
* | changed deleted_tables list to setHyonjee Joo2015-01-311-1/+2
* | Merge pull request #18512 from vipulnsward/18492-fixtures-with-stiAaron Patterson2015-01-311-1/+5
|\ \
| * | Fixes #18492Vipul A M2015-01-141-1/+5
* | | Remove most type related predicates from `Column`Sean Griffin2015-01-301-3/+3
|/ /
* | Fix lookup of fixtures with non-string labelPrathamesh Sonpatki2015-01-061-1/+1
* | Fix TypeError in Fixture creationMatt Hogan2015-01-051-1/+1
* | Remove deprecated `ActiveRecord::Fixtures` constantRafael Mendonça França2015-01-041-6/+0
* | Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-3/+3
* | Fix build failuresSean Griffin2014-11-221-1/+3
* | make it possible to access fixtures excluded by a `default_scope`.Yves Senn2014-11-211-1/+1
* | Avoid unnecessary allocations/callsPablo Herrero2014-11-021-1/+1
|/
* Merge pull request #17014 from grosser/grosser/fast-fixturesAaron Patterson2014-10-101-34/+2
|\
| * speed up fixtures by not loading all their classesgrosser2014-10-061-34/+2
* | Use Hash#each_key instead of Hash#keys.eachErik Michaels-Ober2014-09-291-1/+1
|/
* fix fixtures not loading if a belongs_to association is defined with a :forei...Will Bryant2014-09-221-1/+1
* Updated comment about features of fixturesPrathamesh Sonpatki2014-09-191-0/+3
* extract updating all fixture cache to a method so we can lock laterAaron Patterson2014-09-031-1/+5
* [ci skip] Fix example code of ActiveRecord::FixtureSet.context_classyuuji.yaginuma2014-08-291-1/+1
* don't log errors when all is finePeter Schröder2014-07-171-5/+5
* Move uuid_v5 and uuid_v3 to Digest::UUIDRafael Mendonça França2014-07-151-2/+2
* Revert code changes at "Copy edits and code font wrap for Active Record [ci s...Rafael Mendonça França2014-06-131-1/+7
* Copy edits and code font wrap for Active Record [ci skip]Zachary Scott2014-06-131-15/+11
* Remove deprecation warningAkshay Vishnoi2014-06-111-4/+0
* remove deprecation call while initializing `ClassCache` objectKuldeep Aggarwal2014-06-111-7/+1
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-06-071-3/+4
|\
| * [ci skip] remove double "in your"schneems2014-06-041-1/+1
| * [ci skip] less derogatory explanation of defaultsschneems2014-06-021-2/+3
| * [ci skip] fix "note" syntaxschneems2014-06-021-1/+1
* | fix polymorphic? method and reuse iteileencodes2014-06-021-1/+1
|/
* Merge pull request #15210 from arthurnn/fix_hbtm_reflectionArthur Neves2014-05-241-1/+1
* No need to call sendRafael Mendonça França2014-04-101-1/+1
* Merge pull request #12016 from roderickvd/uuid_fixesRafael Mendonça França2014-04-041-9/+24
|\
| * Auto-generate stable fixture UUIDs on PostgreSQL.Roderick van Domburg2014-01-071-9/+24
* | Extend fixture label replacement to allow string interpolationEric Steele2014-03-151-1/+2
* | Fixed typo in comment about MAX_ID.Vajrasky Kok2014-02-231-1/+1
* | Update deprecation warning to give more information about callerT.J. Schuck2014-01-161-2/+2
* | Revert "ask the fixture set for the sql statements"Aaron Patterson2014-01-091-12/+10
|/
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-12-201-1/+1
|\
| * Typos. return -> returns. [ci skip]Lauro Caetano2013-12-031-1/+1