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 17 hours
ago. based on code collected
about 18 hours
ago.
Sep 25, 2025 — Sep 25, 2026
Showing page 6 of 7
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fundamental shift in how this plugin is used. The key method is now called "assert_valid_request", and now raises an exception (RequestError) if the request is not valid. The old method was called "validate_request", and it would set an error message in the flash and redirect.
woods
More...
over 19 years ago
Ignore the following "magic" columns when validating incoming parameters based on an ActiveRecord model: * created_at * updated_at * created_on * updated_on * created_by * updated_by
woods
More...
about 20 years ago
Add support for ActiveRecord types, e.g. :dog => Dog. Improve documentation. Should be fairly complete now.
woods
More...
about 20 years ago
Fix formatting.
woods
More...
about 20 years ago
Clarify to-do list a little, change cat to dog for variety's sake (README already has kitten).
woods
More...
about 20 years ago
Add copyright statements to source code.
woods
More...
about 20 years ago
Fix weird tabs that got in there somehow.
woods
More...
about 20 years ago
Rename the plugin in the repository as well. This rename is to make the plugin name consistent with the name of its primary method.
woods
More...
about 20 years ago
Change the name of the plugin from RequestValidation to ValidateRequest, so that it's consistent with the method name, and not as confusing.
woods
More...
about 20 years ago
Documentation changes -- add licensing, update plugin installation instructions.
woods
More...
about 20 years ago
Fix spacing in log output.
woods
More...
about 20 years ago
More cleaning, commenting, and clarifying.
woods
More...
about 20 years ago
Factor out all of the common functionality between the two main classes into one abstract class (the big win).
woods
More...
about 20 years ago
Factor out the differing behavior between the two methods into a separate function.
woods
More...
about 20 years ago
Refactor remaining functionality to objects (coarse for now).
woods
More...
about 20 years ago
Move request method handling into its own class to preserve namespace.
woods
More...
about 20 years ago
Do some more cleaning and commenting.
woods
More...
about 20 years ago
Remove performance optimization clause that's not necessary.
woods
More...
about 20 years ago
Simplify some statements now that we're relying on exceptions.
woods
More...
about 20 years ago
Accidentally performed last check in (ignore it). Moved check for empty requirements into appropriate method.
woods
More...
about 20 years ago
Refactor to replace complex return value structure with exceptions.
woods
More...
about 20 years ago
Refactor to replace complex return value structure with exceptions.
woods
More...
about 20 years ago
Refactor parameter pairs into their own class.
woods
More...
about 20 years ago
Implement nested options as well.
woods
More...
about 20 years ago
Verify that double nested requirements work as well.
woods
More...
about 20 years ago
Implement nested parameter requirements (but not options yet).
woods
More...
about 20 years ago
Add better documentation.
woods
More...
about 20 years ago
Change default action to the site's document root, not our opentopo-specific URL.
woods
More...
about 20 years ago
Move the request_validation plugin to its own project.
woods
More...
about 20 years ago
Fix small setup item so that tests pass.
woods
More...
about 20 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