RailsCasts Pro episodes are now free!

Learn more or hide this

Ramesh Krishnan's Profile

GitHub User: rameshk

Comments by Ramesh Krishnan

Avatar

Ryan, Thanks for another precise tutorial. I have used MetaWhere with jQGrid and its multisearch feature and thought I might share this. The url from the multisearch contains a json hash. To use the parameters in the hash I did the following in the controller:-
<script src="https://gist.github.com/809192.js"> </script>
and then pass the filters hash to the where(filters). This works very well. However I do not know how to use the parameters coming from the 'groupOp' key of the json hash. Help will be appreciated.

Once again many thanks and hope the above will be of help to a few.