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

Added the possibility to use scopes with arguments, by passing a array or a lambda via the scopes option and more. #121

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Dec 5, 2011

  1. Added the possibility to use scopes with arguments, by passing a arra…

    …y or a lambda via the scopes option.
    budu committed Dec 5, 2011
    Configuration menu
    Copy the full SHA
    4d6ebbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    daafcb3 View commit details
    Browse the repository at this point in the history
  3. Improved the extra_data option to handle hashes where the keys are th…

    …e columns passed to select and the values are the names of the methods to be called or lambdas.
    budu committed Dec 5, 2011
    Configuration menu
    Copy the full SHA
    27656f1 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2011

  1. Configuration menu
    Copy the full SHA
    1f09e1f View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2011

  1. Fixed tests arguments expectations for json_for_autocomplete and get_…

    …autocomplete_items methods.
    budu committed Dec 7, 2011
    Configuration menu
    Copy the full SHA
    884e72c View commit details
    Browse the repository at this point in the history
  2. Refactored parts of the json_for_autocomplete unit tests and made the…

    … 'with extra data' test check that the extra data attribute is actually returned.
    budu committed Dec 7, 2011
    Configuration menu
    Copy the full SHA
    d1a691c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46e480c View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2011

  1. Modified the Formtastic 2 custom input to handle a new :id_field opti…

    …on that generate an id field and set the id_element html option.
    budu committed Dec 8, 2011
    Configuration menu
    Copy the full SHA
    b299862 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2011

  1. Configuration menu
    Copy the full SHA
    7b0a195 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2011

  1. Added a callback to be able to send extra data to the autocomplete ac…

    …tion and removed the minified version of the JS file.
    budu committed Dec 20, 2011
    Configuration menu
    Copy the full SHA
    4a96561 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95fd7ce View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2012

  1. Configuration menu
    Copy the full SHA
    cdad96d View commit details
    Browse the repository at this point in the history
  2. Added the label option to be able to specify a specific method to be …

    …used for the content of the autocompletion list.
    budu committed Jan 22, 2012
    Configuration menu
    Copy the full SHA
    a2ebcd1 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2012

  1. Extracted the code binding the keyup.clearId event into a function an…

    …d call it when creating autocomplete field.
    budu committed Jan 24, 2012
    Configuration menu
    Copy the full SHA
    c0bcf6f View commit details
    Browse the repository at this point in the history