mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-05-30 08:20:45 +00:00
Switched web server to puma
Added styling to gathers page Added styling to account page Improved forms styling
This commit is contained in:
parent
0112ef9005
commit
37e768c68f
51 changed files with 909 additions and 653 deletions
|
@ -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__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue