openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
A
assert-request-plugin
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 11 hours
ago. based on code collected
1 day
ago.
Sep 14, 2025 — Sep 14, 2026
Showing page 1 of 7
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Rename boot to application, since rails's test_help requires that file.
Scott Woods
More...
over 17 years ago
Change method from search to find_name, more appropriate for current versions of rubygems.
Scott Woods
More...
over 17 years ago
Ignore test log file.
Scott Woods
More...
over 17 years ago
Ignore test database file.
Scott Woods
More...
over 17 years ago
Add file extension to README for github formatting.
Scott Woods
More...
over 17 years ago
Don't need this cruise config anymore.
Scott Woods
More...
over 17 years ago
Always ignore :format param, which is included when a REST URL includes a suffix such as .xml .
woods
More...
over 19 years ago
Yet more elaboration on how to handle params vs method behavior.
woods
More...
over 19 years ago
Add some additional thoughts for how to implement the new behavior for method and protocol.
woods
More...
over 19 years ago
Add to-do item, pointed out by a user in a forum.
woods
More...
over 19 years ago
Bump up to the latest rails version.
woods
More...
over 19 years ago
Add bill to recipient list for build failures.
woods
More...
over 19 years ago
Moved block that defines may_have before block that define must_have and changed above to below in the associated comments so the comments read correctly in the file and in rdoc which sorts the methods alphabetically.
bill
More...
over 19 years ago
Added position to ignore_columns array.
bill
More...
over 19 years ago
Update schema.rb for new migration.
woods
More...
over 19 years ago
Add config file for cruise control.
woods
More...
over 19 years ago
Switch to using migrations, rather than loading the schema by hand. This is more consistent with Rails behavior, and doesn't confuse cruise control.
woods
More...
over 19 years ago
Fix problem in installation instructions in README. Update TODO with completed items.
woods
More...
over 19 years ago
Rename plugin in repository to reflect name change in the code and docs.
woods
More...
over 19 years ago
Fix typo in documentation.
woods
More...
over 19 years ago
Decided that we need new syntax to support collections. Added notes for how the interface should look.
woods
More...
over 19 years ago
Improve README a little, fix broken links to assertions now that they're in their own module.
woods
More...
over 19 years ago
Wrap the assertions in their own module, so that we only export those to the application controller. This way we're not polluting their namespace with anything except the four method names for the assertions.
woods
More...
over 19 years ago
Add an exception hierarchy so that we're not using RuntimeError, and so that we can distinguish between the two different types of exceptions raised by this plugin (or catch all types at once).
woods
More...
over 19 years ago
Refactor the MethodRules and ProtocolRules classes so that they work more like the ParamRules class -- the collect the rules, *and* they perform the validation.
woods
More...
over 19 years ago
Include note about refactoring some code.
bill
More...
over 19 years ago
Finished all documentation. The HTML documentation can be generated by running the rake task "rake doc:plugin", and then running "open rdoc/index.html" on the mac to open the result in your browser.
woods
More...
over 19 years ago
Add some more notes about the patch, backing it out, and notes about the other assertions.
woods
More...
over 19 years ago
Update copyright date.
woods
More...
over 19 years ago
Make a note of what parts still need documentation.
woods
More...
over 19 years ago
←
1
2
3
4
5
6
7
→
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