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: jimjin/rubycas-client-1
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: wishabi/rubycas-client-1
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 5 commits
  • 1 file changed
  • 3 contributors

Commits on Mar 13, 2015

  1. Merge pull request #13 from mdsol/develop

    Merge develop into master
    Roderick Buenviaje committed Mar 13, 2015
    Copy the full SHA
    ed40809 View commit details

Commits on Oct 26, 2015

  1. Merge pull request #15 from mdsol/develop

    Develop into Master
    sakhtermdsol committed Oct 26, 2015
    Copy the full SHA
    c74e686 View commit details

Commits on Nov 23, 2015

  1. Merge pull request #17 from mdsol/develop

    Merge develop into master
    sakhtermdsol committed Nov 23, 2015
    Copy the full SHA
    74eeed4 View commit details
  2. Merge pull request #19 from mdsol/develop

    Merge develop into master
    sakhtermdsol committed Nov 23, 2015
    Copy the full SHA
    4b5f8a3 View commit details

Commits on Nov 25, 2015

  1. Added before method to filter for rails 4 compatibility

    William Golla committed Nov 25, 2015
    Copy the full SHA
    93ce3f6 View commit details
Showing with 4 additions and 0 deletions.
  1. +4 −0 lib/casclient/frameworks/rails/filter.rb
4 changes: 4 additions & 0 deletions lib/casclient/frameworks/rails/filter.rb
Original file line number Diff line number Diff line change
@@ -13,6 +13,10 @@ class Filter
DEFAULT_TIMEOUT = 30.minutes

class << self
def before(controller)
filter(controller)
end

def filter(controller)
raise "Cannot use the CASClient filter because it has not yet been configured." if config.nil?