Categories: Testing [Edit]

active_mocker

https://rubygems.org/gems/active_mocker
https://github.com/zeisler/active_mocker
Creates stub classes from any ActiveRecord model. By using stubs in your tests you don't need to load Rails or the database, sometimes resulting in a 10x speed improvement. ActiveMocker analyzes the methods and database columns to generate a Ruby class file. The stub file can be run standalone and comes included with many useful parts of ActiveRecord. Stubbed out methods contain their original argument signatures or ActiveMocker friendly code can be brought over in its entirety. Mocks are regenerated when the schema is modified so your mocks won't go stale, preventing the case where your unit tests pass but production code fails.

Total

Ranking: 9,415 of 187,960
Downloads: 330,818

Daily

Ranking: 7,053 of 187,950
Downloads: 286

Depended by

RankDownloadsName
143,7734,011csv_loader

Depends on

RankDownloadsName
13,046,650,903bundler
71,226,293,376activesupport
101,177,763,422rake
28930,361,546rspec
56624,152,169ruby-progressbar
57620,914,596rubocop
298152,661,010colorize
370120,507,454virtus
22,27467,367dissociated_introspection
26,92551,176active_record_schema_scrapper
42,69927,421reverse_parameters

Owners

#GravatarHandle
1iconzeisler