Results 10 issues of Huiming Teo

Hi, any plan to support [activerecord-import](https://github.com/zdennis/activerecord-import) gem? We use activerecord-import in production code, and use `DatabaseRewinder.clean` in our tests. When we run tests on activerecord-import related codes to perform bulk...

We're using [datagrid gem](https://github.com/bogdan/datagrid) together with draper decorators. They works very well so far, until recently [datagrid introduces preload feature](https://github.com/bogdan/datagrid/commit/3c756c383ed8ad8ddfd4e74cd502df3242f4bf57), where it actively preloads associations when rendering a ActiveRecord resource....

suggestion

Given a `test()` in a `within()`, ``` within('/home/vagrant/app1/current') do if test '[ -e tmp/pids/server.pid ]' execute :kill, '-INT', 'tmp/pids/server.pid' end end ``` Does it make sense to generate the following...

Hey @joshmanders, do you plan to add other themes into this distribution? Is there a way to achieve that, if I need to use another theme with this SASS package?

enhancement
question

https://github.com/purcell/rails-runit/blob/master/unicorn-run https://gist.github.com/brentkirby/1039720 https://gist.github.com/czarneckid/4639793

@iain Hi, I noticed the repo is not actively maintained, and most pending pull requests (#56 #58 #61) are related to Rails upgrades. Have you considered to extract `HttpAcceptLanguage::Parser` into...