openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
M
model_stubbing
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
4 days
ago. based on code collected
4 days
ago.
Mar 12, 2025 — Mar 12, 2026
Showing page 1 of 3
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Correctly decrement open transactions to fix broken-ness when used with Rails 2.3.2's new savepoint implementation of transactions
history
More...
almost 17 years ago
Correctly initialize the first test after dynamically calling define_models.
Darrick Wiebe
More...
about 17 years ago
Bettor support for nested definitions.
Darrick Wiebe
More...
about 17 years ago
Allow a recursive search up the class heirarchy for the definition of the models, allowing the stub method to be called from nested describe blocks in rspec.
Darrick Wiebe
More...
about 17 years ago
Calling new_<stub>! twice would give back two of the same
Lawrence Pit
More...
over 17 years ago
Added create_<stub> shortcut
Lawrence Pit
More...
over 17 years ago
update for edge rails with hack so ActiveRecord::Base.connection.increment_open_transactions still works in older versions of rails
rick
More...
over 17 years ago
Revert "added ModelDefinition::StubProxy so that you can relate stubs to other stubs that haven't been created yet."
rick
More...
over 17 years ago
added ModelDefinition::StubProxy so that you can relate stubs to other stubs that haven't been created yet.
rick
More...
over 17 years ago
I don't think this is the time, nor the place
rick
More...
over 17 years ago
ensure that stubs are loaded in the order that they're entered
rick
More...
over 17 years ago
convenience method for associating your stubs with other stubs in model definitions
rick
More...
over 17 years ago
dont cache instantiated stubs with :id => :new
rick
More...
over 17 years ago
small tweak so that calling define_method with only a hash inherits from the existing stubs properly
rick
More...
over 17 years ago
custom #define_models method for TestCase and Spec ExampleGroup classees
rick
More...
over 17 years ago
dup values so that in-place edits to model values do not update the stub values
rick
More...
over 17 years ago
update specs for :validate, so its checked from the model, not the definition. make :validate => false by default
rick
More...
over 17 years ago
initialize @options in ModelStubbing::Definition
rick
More...
over 17 years ago
add validation and callback option support to #model
rick
More...
over 17 years ago
add :validate and :callbacks options to ModelStubbing::Definition
rick
More...
over 17 years ago
don't modify has_many stub array
rick
More...
over 17 years ago
fix failing specs due to #connection not being defined
rick
More...
over 17 years ago
teardown instantiated stubs
Lawrence Pit
More...
over 17 years ago
Clear stubbing records between tests, to prevent re-use of modified instantiated stub -- thnx D. Bell
Lawrence Pit
More...
over 17 years ago
teardown fixtures when all tests have run
Lawrence Pit
More...
over 17 years ago
When assigning has_many instantiated stubs, temporarily act as new otherwise AR inserts rows
Lawrence Pit
More...
over 17 years ago
make sure new_record is set to true before inserting
Lawrence Pit
More...
over 17 years ago
Added more tests (tests for new_<modelname>! which save!s instantiated tests to the database)
Lawrence Pit
More...
over 17 years ago
Simplified a few tests and added tests for has_many associationsy
Lawrence Pit
More...
over 17 years ago
Making all tests pass
Lawrence Pit
More...
over 17 years ago
←
1
2
3
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree