Ken Ip

Results 8 comments of Ken Ip

I have no idea why when i inspect my db the index name is `index_2fe5614a8b4e9a5c34c0f93f230e423e36d53bda`!

@wiziple any concerns that you have here? Rather than keeping the fork it's best to stay united. This PR helps with SEO and should really be considered.

Correct. 0.4.x requires `plugin.toml` which we don't have. dokku supports running multiple processes defined in Procfile since 0.3.14 and as a result I've moved over to use Procfile too. Why...

Yeah, looks like that's the migration path for us. Of course whether or not to support `supervisord` beyond 0.3.x is up to @statianzo. I was just curious if there's a...

Give this a try: https://github.com/kenips/bootstrap-for-ember/releases/tag/0.8.2. You'll have to update the copy inside `node_modules/ember-cli-bootstrap/bower_components` no your apps's `bower_components` This is not a long term solution though so I'm not going to...

This is a problem due to remote ruby version mismatching. Just use 1.9.2 until heroku updates to 1.9.3.

You probably haven't setup the PATH correctly, just look at the guide @lohsu mentioned. To verify, run `heroku run "ruby -v"` and make sure that you have the matching ruby...