-
This is the error I get when I edit Vagrantfile trying to get it working with `chef-server`
```
vagrant provision
[vagrant] Updating host entry for default VM. Administrator privileges wi…
-
anyone run into this
```
undefined method `application' for Rails:Module
# xxxx/gems/ruby-2.2.3/gems/apivore-1.4.5/lib/apivore/swagger_checker.rb:75:in `fetch_swagger!'
```
running Rails 4.2.4 on R…
-
Hi,
I was really glad to see the precompile option added to deface. I use deface quite widely for Spree Commerce and the precompile would certainly give a great boost - GREAT JOB Deface Team!
Howeve…
-
We currently have one jobs server running 5 resque workers (resque-pool).
Some jobs still run on the `app` server (mostly the stock sufia jobs), while some run on the `jobs` server (most of our lo…
-
**Issue by [KieranP](https://github.com/KieranP)**
_Wednesday Sep 26, 2012 at 10:02 GMT_
_Originally opened as https://github.com/paulasmuth/fnordmetric/issues/98_
---
I'd like to do `thin -C fnord…
-
We do have quite a few (long-running) rake tasks in our Rails application. Runtimes vary from a few minutes up to 12 hours. For several reasons, it’s not trivial to convert these to Resque jobs. Still…
-
## やり方について
- 1人1台あった方が良かったかも
- インフラ部分を複数人で行うとわけわからなくなる。アプリはたぶん共有でも大丈夫だけどlocal上で開発したほうが良さそう
- ミドルウェアとアプリは分けてdeployする方法にしたほうが良かった
- アプリはcapistrano。インフラはrsyncやscp
- 大きな方針で進むと後戻りがしずらい(?)今回はアプリ側でDBを使わず…
-
Alright folks,
I don't know what I'm doing wrong. Its got to be something stupid, but I can't figure it out. Here's what I've got:
Rails 3.2.13
Font Assets 0.1.10
In my production.rb, I h…
-
After `rails server` , My current Problem is
```
user@user-MACPC repo % rails server
/Users/user/.gem/ruby/3.1.0/gems/migration_comments-0.4.1/lib/migration_comments.rb:26:in `block in setup': und…
-
I think adding webhook support for automated triggering of deployments will be a great addition to this already awesome tool. This way CI services like travis, jenkins etc. can easily be integrated cr…