-
I have a very simple recipe:
``` ruby
dpkg_package 'test'
```
and a ChefSpec test for it:
``` ruby
require 'spec_helper'
describe 'app_jenkins_master::dpkg' do
let(:chef_run) { ChefSpec::SoloRu…
-
Here's where I pushed it to rubygems:
Here's where I try to install.
Notice the 6 minutes between each step.
What can I do to debug this?
-
```
$ sass --version
Sass 3.1.1 (Brainy Betty)
$ ls -la static/
drwxrwxrwx 7 administrator administrator 238 May 23 11:29 .
drwxr-xr-x 22 administrator administrator 748 May 23 11:26 ..
drwxrwx…
-
Using Rails 3.2, added rack-attack to Gemfile and bundled. Then created an initializer with only the following rule:
``` ruby
Rack::Attack.throttle("req/ip", :limit => 10, :period => 1) { |req| req.i…
-
Dear Community,
Polymer direction: https://www.youtube.com/watch?v=JH6jEcLxJEI
So sad. The main reason I select polymer to develop the webapp is that It keeps the html part without js. The front…
-
Hey guys,
I am trying to use guard-rspec gem and I am getting the following when I run
bundle exec guard
14:07:36 - INFO - Guard is using TerminalTitle to send notifications.
14:07:36 - INFO - Guard…
-
Commenting this block out makes it work fine https://github.com/sheerun/vim-polyglot/blob/master/syntax/twig.vim#L22-L24
`:echo b:main_syntax` returns `twig` but when I comment this block out it r…
-
The app is a pretty straight Rails app with scaffolding and accesses a PostgreSQL 9.3 database locally using ActiveRecord. Running on 64 bit Linux, Centos 6.5 with Oracle JDK 8 installed by RPM.
We …
-
Has anyone ever used [ICU Message Format](http://userguide.icu-project.org/formatparse/messages) strings within `i18next`? I am looking for a way to pass an ICU Message string into the `t` function p…
-
I have an issue where dropdowns (even require ones) dont update.
Example:
Brand new install. I create a site, great. I go to create a rack, but then I see I want to put it in a rack group. So…