Merge branch 'master' into openid
Conflicts: app/controllers/user_controller.rb app/views/user/login.html.erb public/stylesheets/common.css
This commit is contained in:
commit
11aff90f63
473 changed files with 13052 additions and 912 deletions
9
config/initializers/asset_tag_helper.rb
Normal file
9
config/initializers/asset_tag_helper.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
module ActionView
|
||||
module Helpers
|
||||
module AssetTagHelper
|
||||
def asset_path(source)
|
||||
compute_public_path(source, nil)
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
|
@ -18,7 +18,7 @@ if defined?(SOFT_MEMORY_LIMIT) and defined?(PhusionPassenger)
|
|||
|
||||
# Restart if we've hit our memory limit
|
||||
if resident_size > SOFT_MEMORY_LIMIT
|
||||
Process.kill("USR1", 0)
|
||||
Process.kill("USR1", Process.pid)
|
||||
end
|
||||
|
||||
# Return the result of this request
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue