Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port DumbledORM ResultSet #14

Closed
wants to merge 1 commit into from

Commits on Mar 3, 2011

  1. Added a jQuery-like interface for result sets

    This is a port of the ResultSet class from [DumbledORM][1]. The
    `find_many` method will return a ResultSet object instead of an array.
    All method calls on the result set will be passed onto all the models in
    the set. This allows for fancy jQuery-like syntax.
    
     [1]: https://github.com/jasonmoo/DumbledORM
    Sander Marechal committed Mar 3, 2011
    Configuration menu
    Copy the full SHA
    50e05bd View commit details
    Browse the repository at this point in the history