Richard Lee

Results 25 issues of Richard Lee

You'll also need to enable it on Travis-CI website. Build example: https://travis-ci.org/dlackty/coolline/builds/71461694

For some environments, `ENV['HOME']` might not be available and this gem will fail to load, however `Etc.getpwuid.dir` would still be available no matter `ENV["HOME"]` is presented or not. ref. http://stackoverflow.com/questions/4190930/cross-platform-means-of-getting-users-home-directory-in-ruby

In 0eb478b1b5c71b2dd2f1d85b3d312a290dacc2cc, there's a small typo in Podfile syntax.

Hello, we're recently use this gem as rack middleware for our pure rack app, and found it doesn't specify active_support, which is used in auto_locale, as dependency.

### Motivation / Background This Pull Request has been created because there's a typo in README sample codes. ### Detail This Pull Request changes a typo in README sample codes....