Merge branch 'master' of github.com:diaspora/diaspora_rails
This commit is contained in:
commit
d39d02c8ec
3 changed files with 3 additions and 3 deletions
|
|
@ -9,7 +9,7 @@
|
|||
= stylesheet_link_tag "blueprint/screen", :media => 'screen'
|
||||
= stylesheet_link_tag "application"
|
||||
/= javascript_include_tag "http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"
|
||||
= javascript_include_tag 'jquery142', 'rails', 'view', 'publisher', 'google_a'
|
||||
= javascript_include_tag 'jquery142', 'rails', 'view', 'publisher', 'google'
|
||||
= javascript_include_tag 'tiny_mce/tiny_mce', 'jquery.infieldlabel'
|
||||
= render 'js/websocket_js'
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
= stylesheet_link_tag "blueprint/screen", :media => 'screen'
|
||||
= stylesheet_link_tag "sessions"
|
||||
/= javascript_include_tag"http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"
|
||||
= javascript_include_tag 'jquery142'
|
||||
= javascript_include_tag 'jquery142', 'google'
|
||||
|
||||
= csrf_meta_tag
|
||||
= yield(:head)
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ max_conns: 1024
|
|||
require: []
|
||||
|
||||
max_persistent_conns: 512
|
||||
environment: production
|
||||
environment: development
|
||||
servers: 1
|
||||
daemonize: true
|
||||
#chdir: /usr/applications/localhash/current
|
||||
|
|
|
|||
Loading…
Reference in a new issue