Switched web server to puma

Added styling to gathers page
Added styling to account page
Improved forms styling
This commit is contained in:
Luke Barratt 2014-04-15 10:59:52 +01:00
parent 0112ef9005
commit 37e768c68f
51 changed files with 909 additions and 653 deletions

View file

@ -1,5 +1,7 @@
#!/usr/bin/env ruby.exe
# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
#!/usr/bin/env ruby
require 'rack/handler'
Rack::Handler::WEBrick = Rack::Handler.get(:puma)
APP_PATH = File.expand_path('../../config/application', __FILE__)
require File.expand_path('../../config/boot', __FILE__)