0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 25, 2025 — Sep 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Additional thoughts. More... over 19 years ago
Method is actually encoded with an underscore. More... over 19 years ago
Don't need unit test for the deleted class anymore. 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. More... over 19 years ago
This gets much simpler now that the param_rules model is handling most of the logic. More... over 19 years ago
Add ActiveRecord support to parameters via is_a(). 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. More... over 19 years ago
Cross off several items that are completed now. 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. More... over 19 years ago
Add very basic validation -- checks for stated parameters, doesn't check for extras, though. More... over 19 years ago
Force arguments to "new" to prevent inconsistencies. Add canonical name method for logging and errors. 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. More... over 19 years ago
Replace all occurences of ValidateRequest and validate_request with AssertRequest and assert_request. More... over 19 years ago
Rewrite the to-do list based on some more interface design modifications. More... over 19 years ago
Don't need to test for block -- ruby does this for us. More... over 19 years ago
Remove support for passing declarations in via new -- they must be done via a block now. More... over 19 years ago
Get rid of option-style assertions, since we'll be requiring blocks from now on. More... over 19 years ago
Improve the comments and name to clarify how this works a bit. 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). More... over 19 years ago
Undo previous commit -- didn't want to include the files in lib More... over 19 years ago
A couple more to-do items. More... over 19 years ago
Fix typo in test name (didn't affect anything). More... over 19 years ago
Update TODO with all of the redesign issues that Bill and I hashed out. 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. More... over 19 years ago
Ignore the lock_version column, which is used internally by activerecord, but never submitted via forms. More... over 19 years ago
Found bad behavior for activerecord checks. Needs to be fixed. More... over 19 years ago
Ignore the rdoc directory from now on. 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. More... over 19 years ago
Change license to same as Rails (MIT). Was same as Ruby (custom+GPL). More... over 19 years ago
Convert variable names in parameters from symbols to strings. More... over 19 years ago