Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jbox-web/ajax-datatables-rails
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: giantmonkey/ajax-datatables-rails
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 17 commits
  • 3 files changed
  • 4 contributors

Commits on Oct 29, 2014

  1. add function to filter records

    otty committed Oct 29, 2014
    Configuration menu
    Copy the full SHA
    86d7feb View commit details
    Browse the repository at this point in the history
  2. ‘unprivate’ records

    otty committed Oct 29, 2014
    Configuration menu
    Copy the full SHA
    7d879da View commit details
    Browse the repository at this point in the history
  3. support namespaced models

    otty committed Oct 29, 2014
    Configuration menu
    Copy the full SHA
    dafcd32 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2014

  1. support date ranges!

    otty committed Nov 7, 2014
    Configuration menu
    Copy the full SHA
    dffa889 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89ee521 View commit details
    Browse the repository at this point in the history
  3. hack for custom filter behavior

    otty committed Nov 7, 2014
    Configuration menu
    Copy the full SHA
    9d45b61 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2014

  1. Revert "hack for custom filter behavior"

    This reverts commit 9d45b61.
    otty committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    ab1dc56 View commit details
    Browse the repository at this point in the history
  2. Revert "check for valid date before constructing query"

    This reverts commit 89ee521.
    otty committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    bf904a2 View commit details
    Browse the repository at this point in the history
  3. remove date filter

    otty committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    54de2c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30aa19d View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2014

  1. prevent ActiveRecord / arel from destroying ILIKE operator values whe…

    …n using :includes or :joins
    vollnhals committed Dec 9, 2014
    Configuration menu
    Copy the full SHA
    685edc4 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. Configuration menu
    Copy the full SHA
    3fe2a0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e04a9e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19e1d4a View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Merge pull request #1 from giantmonkey/rails-4.2.11.3-or-arel-6.0-upg…

    …rade
    
    Rails 4.2.11.3 Compatibility or arel 6.0 upgrade
    momolog authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    925c100 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Configuration menu
    Copy the full SHA
    8870bf4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from giantmonkey/rails-4.2.11.3-or-arel-6.0-upg…

    …rade
    
    Or class doesn't need to be passed as array, required only for And
    momolog authored Jun 25, 2021
    Configuration menu
    Copy the full SHA
    e6c9a15 View commit details
    Browse the repository at this point in the history
Loading