-
In this example
``` ruby
class InteractionManager
def do_useful_thing_with(thing)
end
def handle_error_while_verbing_thing(error)
end
def get_called_from_outside(context)
…
-
Puma silently crashed, there's no error at all, puma_error.log, puma_access.log as well as production.log are empty. nginx log is also fine before crash. Here is capistrano configuration options:
``…
-
Hello,
The following command: `docker pull ruby:2.2.3 && docker run -t -i ruby:2.2.3 gem install nokogiri -v '1.6.6.2'` results in an error.
That was not the case a few days ago, so I suspect [this c…
-
Running into some issues with getting everything working correctly.
When i try using rails-composer, it fails with: The template [https://raw.github.com/RailsApps/rails-composer/master/composer.rb] c…
rikai updated
8 years ago
-
```
2) Celluloid::IO behaves like a Celluloid Actor detects recursion
Failure/Error:
fail Celluloid::ThreadLeak, "Aborted due to runaway threads (#{location})\n"\
"List: (#{loos…
-
Karma is running really slow now that my project has grown. I've passed in the debug flag and determined its due to karma-webpack. I was wondering if other people using this starter kit have experie…
-
This is a really great plugin, but I'm getting an issue where when using watchify and incremental build crashes.
Here are my versions:
```
├── browserify@11.0.1
├── pathmodify@0.4.0
└── watchify@3.3…
-
We are getting a lot of `MyModel(#70207742803840) expected, got MyModel(#70207749007680)` errors lately. This usually happens when models are loaded during the Rails boot process. They might be unload…
senny updated
8 years ago
-
```
➔ uname -a
Darwin johns-MBP 14.0.0 Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014; root:xnu-2782.1.97~2/RELEASE_X86_64 x86_64
➔ rbenv version
2.1.5 (set by /Users/john/.rbenv/version)
…
-
1.6.6.2
``` ruby
require 'bundler/setup'
require 'nokogiri'
class Doc < Nokogiri::XML::SAX::Document
def characters(chars)
p chars
end
end
str = "