Skip to content

Commit

Permalink
Merge branch 'master' of github.com:thinchat/thin_auth
Browse files Browse the repository at this point in the history
  • Loading branch information
wengzilla committed Jun 17, 2012
2 parents 8aace09 + 421bbc7 commit cc26521
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 72 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ capybara-*.html
/spec/tmp/*
**.orig
rerun.txt
pickle-email-*.html
pickle-email-*.html
config/database.yml
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "config/secret"]
path = config/secret
url = [email protected]:chrismanderson/thin_secret.git
[submodule "config/deploy"]
path = config/deploy
url = [email protected]:thinchat/thin_cap.git
2 changes: 0 additions & 2 deletions app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
class ApplicationController < ActionController::Base
protect_from_forgery

private

def after_sign_out_path_for(resource_or_scope)
Expand Down
1 change: 1 addition & 0 deletions config/deploy
Submodule deploy added at 82e94c
62 changes: 0 additions & 62 deletions config/deploy.rb

This file was deleted.

1 change: 1 addition & 0 deletions config/deploy.rb
2 changes: 0 additions & 2 deletions config/deploy/development.rb

This file was deleted.

2 changes: 0 additions & 2 deletions config/deploy/production.rb

This file was deleted.

2 changes: 0 additions & 2 deletions config/deploy/staging.rb

This file was deleted.

2 changes: 1 addition & 1 deletion config/secret

0 comments on commit cc26521

Please sign in to comment.