Postmodern

Results 636 comments of Postmodern

We should list all ruby non-profits, so RubyCentral doesn't hog the show.

I can try writing up a page. Would `/community/` be a good place for it or should it have it's own dir?

@chikamichi should we make a separate issue for compiling from source. I donate the instructions from the [chruby wiki](https://github.com/postmodern/chruby/wiki/Ruby).

I see. Maybe the matching could be written as a pure Ruby String parsing method?

I'll take a stab at it. Also started doing minor cleanups (reducing duplicate calls). Pull Request at a later date.

As @mpapis informed me, the command is being ran in a plain shell from git? As long as `auto.sh` gets loaded by the shell, auto-switching should take; before the first...

Or since git does not preserve the current shell environment, maybe install scss-lint globally under system ruby?

``` chruby system sudo gem install scss-lint # scss-lint should now be accessible to git and cron ```

The default ruby is system ruby. You can configure a default ruby via the shell configuration or via `.ruby-version`. However, since git blows away the current environment, the default ruby...

It is not a nightmare to install a gem globally. system ruby exists for a reason. Don't fear the system ruby, don't fear your own system.