docker changes and user authenticated message
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env ruby
|
||||
def run(script); `#{script}` end
|
||||
|
||||
run "docker build -t bterkuile/mozo-rails ."
|
||||
@@ -68,6 +68,8 @@ class InMemoryQCounter
|
||||
end
|
||||
end
|
||||
end
|
||||
rescue RestClient::ResourceNotFound
|
||||
# view not available, initialize as zero
|
||||
rescue => e
|
||||
raise e
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user