-
Running `script/boxen` gives the following error:
```
Could not find addressable-2.3.2 in any of the sources
Run `bundle install` to install missing gems.
```
I ran `bundle install` and still get th…
-
I'm trying to install edx-platform on ubuntu 12.10 through the "create-dev-env.sh, every thing is fine untile the ruby-rvm part
originally I'v rvm installed and have ruby-1.9.3-p374 as default beside…
-
It's recommended to update the bash shebang in `.osx` for better portability.
FROM
``` bash
#!/bin/bash
```
TO
``` bash
#!/usr/bin/env bash
```
-
Hello,
I'm pretty new to the zsh, and installed https://github.com/robbyrussell/oh-my-zsh
j + [tab_key] works perfectly in bash, but something wrong in zsh, please help.
-
Getting the following error whenever I issue any yeoman command. Just want to see if I could hash it out here before I ask in the the Grunt repo.
```
Unable to find Gruntfile. Do you need any --help…
-
I'd like to suggest that the "utility" functions be moved into a plugin, so that it's not mandatory to have those functions in the namespace. I tend to either write my own set of utility functions or…