0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected 1 day ago.
Sep 14, 2025 — Sep 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rename boot to application, since rails's test_help requires that file. More... over 17 years ago
Change method from search to find_name, more appropriate for current versions of rubygems. More... over 17 years ago
Ignore test log file. More... over 17 years ago
Ignore test database file. More... over 17 years ago
Add file extension to README for github formatting. More... over 17 years ago
Don't need this cruise config anymore. More... over 17 years ago
Always ignore :format param, which is included when a REST URL includes a suffix such as .xml . More... over 19 years ago
Yet more elaboration on how to handle params vs method behavior. More... over 19 years ago
Add some additional thoughts for how to implement the new behavior for method and protocol. More... over 19 years ago
Add to-do item, pointed out by a user in a forum. More... over 19 years ago
Bump up to the latest rails version. More... over 19 years ago
Add bill to recipient list for build failures. 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. More... over 19 years ago
Added position to ignore_columns array. More... over 19 years ago
Update schema.rb for new migration. More... over 19 years ago
Add config file for cruise control. 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. More... over 19 years ago
Fix problem in installation instructions in README. Update TODO with completed items. More... over 19 years ago
Rename plugin in repository to reflect name change in the code and docs. More... over 19 years ago
Fix typo in documentation. More... over 19 years ago
Decided that we need new syntax to support collections. Added notes for how the interface should look. More... over 19 years ago
Improve README a little, fix broken links to assertions now that they're in their own module. 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. 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). 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. More... over 19 years ago
Include note about refactoring some code. 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. More... over 19 years ago
Add some more notes about the patch, backing it out, and notes about the other assertions. More... over 19 years ago
Update copyright date. More... over 19 years ago
Make a note of what parts still need documentation. More... over 19 years ago