factory_data_preloader icon indicating copy to clipboard operation
factory_data_preloader copied to clipboard

Preload data created by factory girl (or any other Rails fixtures alternative) so that you can use Rails' built-in test transactions.

Results 6 factory_data_preloader issues
Sort by recently updated
recently updated
newest added

Bumps [activesupport](https://github.com/rails/rails) from 3.2.9 to 7.0.4.1. Release notes Sourced from activesupport's releases. v7.0.4.1 This is a security release. More information is available in our security announcements forum: https://discuss.rubyonrails.org/c/security-announcements/9 Active Support...

dependencies

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 0.3.35 to 0.3.61. Release notes Sourced from tzinfo's releases. v0.3.61 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require from...

dependencies

Bumps [activerecord](https://github.com/rails/rails) from 3.2.9 to 3.2.14. Commits 2fcd13e Preparing for 3.2.14 release 47fb44f Update CHANGELOG entry a96df04 Preparing for 3.2.14.rc2 release 1900a56 Use Ruby 1.8 syntax 2ae2728 Merge pull request...

dependencies

Bumps [i18n](https://github.com/svenfuchs/i18n) from 0.6.1 to 0.9.5. Release notes *Sourced from [i18n's releases](https://github.com/svenfuchs/i18n/releases).* > ## v0.9.5 > * [#404](https://github-redirect.dependabot.com/svenfuchs/i18n/issues/404) reported a regression in 0.9.3, which wasn't fixed by 0.9.4. [#408](https://github-redirect.dependabot.com/svenfuchs/i18n/issues/408) fixes...

dependencies

Steps to reproduce: $ echo -e "require 'rubygems'; require 'factory_data_preloader'\nquit" > irb_load_test $ irb < irb_load_test and compare output to: $ echo -e "require 'rubygems'; require 'fastercsv'\nquit" > irb_load_test $...

Hey, I just tracked down a bug in our system that prevented us from running rake test (could still run the individual rake test:units, test:functionals, etc.). I had gone through...