|
|
|
|
|
by tptacek
5125 days ago
|
|
You're (respectfully) not terribly familiar with Rails, then, because the interpretation of foo[bar]=xxx as { :foo => { :bar => 'xxx' } } is one of the core patterns in the framework. Code all across the platform depends on that behavior. |
|
e.g. if you have the code:
someone could POST something like username[$ne]='?'&password[$ne]='?' and login.