Merge branch 'sf-auth-iframe' of github.com:travis-ci/travis-ember into sf-auth-iframe

Conflicts:
	Gemfile.lock
	assets/javascripts/lib/travis/auth.coffee
	public/javascripts/application.js
	public/stylesheets/application.css
This commit is contained in:
Sven Fuchs 2012-09-20 17:06:25 +02:00
commit 7f2505a71a
5 changed files with 1303 additions and 3004 deletions

View File

@ -22,7 +22,7 @@ GIT
GIT
remote: git://github.com/travis-ci/travis-api.git
revision: 3ddb2da33b29542aa093bcf0d28b324e6b38dcd4
revision: 8954eaa081b7b3c4a6449343eaf10d7c8d3c5c46
branch: sf-use-services
specs:
travis-api (0.0.1)
@ -30,6 +30,7 @@ GIT
hubble (~> 0.1)
newrelic_rpm (~> 3.3.0)
pg (~> 0.13.2)
rack-contrib (~> 1.1)
rack-ssl (~> 1.3)
redcarpet (~> 2.1)
sinatra (~> 1.3)
@ -174,6 +175,8 @@ GEM
rack (1.4.1)
rack-cache (1.2)
rack (>= 0.4)
rack-contrib (1.1.0)
rack (>= 0.9.1)
rack-protection (1.2.0)
rack
rack-ssl (1.3.2)

View File

@ -1,2 +1,3 @@
web: RUN_API=1 bundle exec unicorn -p $PORT -c ./unicorn.rb
guard: bundle exec guard
rerun: rerun -p 'assets/**/*' 'bundle exec rakep'

View File

@ -41,7 +41,7 @@ class EndpointSetter < Struct.new(:app, :endpoint)
end
end
use Rack::SSL if env == 'production'
use Rack::Deflater if deflate and deflate != '0'
app = proc do |env|

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff