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
1 day
ago. based on code collected
1 day
ago.
Sep 25, 2025 — Sep 25, 2026
Showing page 3 of 7
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Additional thoughts.
woods
More...
over 19 years ago
Method is actually encoded with an underscore.
woods
More...
over 19 years ago
Don't need unit test for the deleted class anymore.
woods
More...
over 19 years ago
Make sure that the params hash isn't getting altered by validation. This way we don't have to dup it.
woods
More...
over 19 years ago
This gets much simpler now that the param_rules model is handling most of the logic.
woods
More...
over 19 years ago
Add ActiveRecord support to parameters via is_a().
woods
More...
over 19 years ago
Move some stuff from the functional test into the general test helper so that the unit tests can get to it too.
woods
More...
over 19 years ago
Cross off several items that are completed now.
woods
More...
over 19 years ago
Add more rigorous validation for nested hashes, and now report on unexpected parameters as well. This is probably a fairly complete algebra for params now.
woods
More...
over 19 years ago
Add very basic validation -- checks for stated parameters, doesn't check for extras, though.
woods
More...
over 19 years ago
Force arguments to "new" to prevent inconsistencies. Add canonical name method for logging and errors.
woods
More...
over 19 years ago
Start breaking things. Add basic support for must_have and may_have, including lists and blocks as arguments. No validation yet.
woods
More...
over 19 years ago
Replace all occurences of ValidateRequest and validate_request with AssertRequest and assert_request.
woods
More...
over 19 years ago
Rewrite the to-do list based on some more interface design modifications.
woods
More...
over 19 years ago
Don't need to test for block -- ruby does this for us.
woods
More...
over 19 years ago
Remove support for passing declarations in via new -- they must be done via a block now.
woods
More...
over 19 years ago
Get rid of option-style assertions, since we'll be requiring blocks from now on.
woods
More...
over 19 years ago
Improve the comments and name to clarify how this works a bit.
woods
More...
over 19 years ago
A tricky way to avoid calling render in all of our actions. I already removed the calls to render from all the actions. (mistakenly committed two revs ago).
woods
More...
over 19 years ago
Undo previous commit -- didn't want to include the files in lib
woods
More...
over 19 years ago
A couple more to-do items.
woods
More...
over 19 years ago
Fix typo in test name (didn't affect anything).
woods
More...
over 19 years ago
Update TODO with all of the redesign issues that Bill and I hashed out.
woods
More...
over 19 years ago
Change all activerecord columns to be set to type string, since we don't want assert_request to check the types; that should be done by validation so that the user can be told what the problem is.
woods
More...
over 19 years ago
Ignore the lock_version column, which is used internally by activerecord, but never submitted via forms.
woods
More...
over 19 years ago
Found bad behavior for activerecord checks. Needs to be fixed.
woods
More...
over 19 years ago
Ignore the rdoc directory from now on.
woods
More...
over 19 years ago
Get rid of generated directory -- it gets cleared out during rdoc generation, including the .svn directory, which messes things up.
woods
More...
over 19 years ago
Change license to same as Rails (MIT). Was same as Ruby (custom+GPL).
woods
More...
over 19 years ago
Convert variable names in parameters from symbols to strings.
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