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,672 of 192,186
Downloads: 339,408

Daily

Ranking: 26,351 of 192,156
Downloads: 10

Depended by

RankDownloadsName
144,6064,140csv_loader

Depends on

RankDownloadsName
13,348,548,670bundler
71,327,350,156activesupport
81,294,659,704rake
29971,677,503rspec
55681,359,413ruby-progressbar
56679,793,911rubocop
308159,590,489colorize
390125,941,995virtus
22,39370,687dissociated_introspection
27,45052,525active_record_schema_scrapper
43,26528,199reverse_parameters

Owners

#GravatarHandle
1iconzeisler