0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 11 hours ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updating CHANGELOG.rdoc More... over 13 years ago
Updating Gemspec dependencies More... over 13 years ago
Updating tests to work with latest shoulda More... over 13 years ago
Updating Gemspec and adding Gemfile as well as requiring gems to pass More... over 13 years ago
Updating gemspec to include railtie More... over 13 years ago
Updating to add Rails 2.x and 3.x compat - initial draft More... over 13 years ago
Updated readme. More... over 14 years ago
Fixed mispelling. More... over 14 years ago
Updated readme. More... over 14 years ago
Updated readme. More... over 14 years ago
Regenerated gemspec for version 0.5.2 More... almost 15 years ago
Version bump to 0.5.2 More... almost 15 years ago
Improved backtrace output. More... almost 15 years ago
Regenerated gemspec for version 0.5.1 More... almost 15 years ago
Version bump to 0.5.1 More... almost 15 years ago
Updated changelog. More... almost 15 years ago
Make sure a preloader's data is only deleted once. More... almost 15 years ago
Don't preload the same data multiple times. More... almost 15 years ago
Regenerated gemspec for version 0.5.0 More... almost 15 years ago
Version bump to 0.5.0 More... almost 15 years ago
Updated documentation. More... almost 15 years ago
Remove the backtrace from the warning. More... almost 15 years ago
Allow a preloader to be redefined. This should allow the preloaders to be used with autotest. More... almost 15 years ago
Renamed Methods module to DataMethods. More... almost 15 years ago
Fixed the way the model_class is inferred from the model_type. string.classify doesn't handle singular forms correctly, so instead I pluralize the string before classifying it. More... almost 15 years ago
Updated documentation. More... almost 15 years ago
Added changelog. More... almost 15 years ago
Added better error handling. Each individual record is added to the preloader in a block, which allows the exceptions to be rescued. A warning is printed when an error occurs, and an exception is raised during a test when a record is accessed that had an error during proloading. More... almost 15 years ago
Fixed failing tests. Added .idea to .gitignore More... almost 15 years ago
Added module Methods with all FactoryData methods so it can be included in Spec::Runner or ActiveSupport::TestCase giving some_model instead of FactoryData.some_model More... almost 15 years ago