1
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 9 hours ago.
Jun 01, 2023 — Jun 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
changed {{ to %{ to remove deprecation warning of i18n gem More... almost 14 years ago
Rspec changed to RSpec More... almost 14 years ago
[VERSION] Bump More... about 14 years ago
[DOC] Added installation instructions using the simplified load mechanism More... about 14 years ago
[ARCH] Fixed rake spec on parent project More... about 14 years ago
[AR/ARCH] Simplified loading for Remarkable::ActiveRecord More... about 14 years ago
[AM/SPECS] Cleaned up spec_helper for Remarkable::ActiveModel More... about 14 years ago
[CORE/ARCH] Refactored remarkable to remarkable/core More... about 14 years ago
[AM/ARCH] Simplified loading scheme for Remarkable::ActiveModel More... about 14 years ago
[CORE/ARCH] Refactored loading scheme. You now just need require "remarkable" More... about 14 years ago
[ARCH/AR] Reorganized lib structure for remarkable_activerecord More... about 14 years ago
[ARCH/AM] Reorgnized lib structure for remarkable_activemodel More... about 14 years ago
[ARCH/DOC] Use Jeweler for building gems. Updated documentation. More... about 14 years ago
[AR] Removed redundent matchers from Remarkable::ActiveRecord. Redundent specs are kept in for now. More... about 14 years ago
[AM] Culled out subject_attributes and custom describe from Remarkable::ActiveModel More... about 14 years ago
[ARCH] Added remarkable_activemodel to the complete rake spec task More... about 14 years ago
[AR] After much wrestling, culled subject_attributes and custom describe block out. May put it back in later. More... about 14 years ago
[AR] Refactored describe.rb and added some extra examples More... about 14 years ago
[AR] Example description no longer includes the subject class name More... about 14 years ago
[AR] Remarkable::ActiveRecord should set the subject class, even within a nested context. More... about 14 years ago
[AR] Remarkable::Core::ExampleGroup#described_class is an instance method, not class method. More... about 14 years ago
[AR] Manually substituted all :conditions scope match to :where More... about 14 years ago
[AR] Fixed describe override by having it include Describe into metagenerated nested example classes. More... about 14 years ago
[CORE] Remarkable::Matchers should call :after_include callback if defined More... about 14 years ago
[CORE] Modified spec for spec binding so it matches against the dynamically-generated spec class More... about 14 years ago
[CORE] Since Pending is no longer a default matcher, it should be included only once More... about 14 years ago
[CORE] Fixed typo in spec for include_matchers! More... about 14 years ago
[AR] Removed backwards compatibility for pre Rails 3 in base AR matcher More... about 14 years ago
[AR] Fixed validate_associated matcher, passes the association rather than :base for finding the error message More... about 14 years ago
[AR] Fixed association matcher spec for habtm example More... about 14 years ago