This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# require "rack/openid" | |
require 'devise/strategies/base' | |
require 'uri' | |
module Devise | |
module Strategies | |
# Default strategy for signing in a user, based on openid | |
# Redirects to sign_in page if it's not authenticated | |
class OpenId < Warden::Strategies::Base | |
include Devise::Strategies::Base |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@implementation MyAppDelegate | |
static NSOperationQueue *sharedOperationQueue = nil; | |
- (void)applicationDidFinishLaunching:(UIApplication *)application { | |
//setup the operation queue |