Gerry Cardinal III

Results 7 comments of Gerry Cardinal III

@cbowns ok, I see now that the placeholder does align in iOS 6. However, it does not align in iOS 7, so that's the issue I am reporting here.

![mptextview-ios7-align](https://f.cloud.github.com/assets/183249/1872572/2c686cf8-78a8-11e3-976a-166e42076dcc.png)

We are working on a pull request with a sample / example project and we can work on a pull request with a fix for this iOS 7 issue after...

@machty not sure, but this gem supports it and doesn't give instructions about the option / requirement to set `config.handlebars.precompile` to `true` (unless that's the default? don't know why my...

Of course, but should this be mentioned somewhere (e.g. in the Installation instructions or in a new Common Issues section)? And why does the gem have conditional code paths based...

Ok, it looks like `handlebars.precompile` does default to `true`. When we set Ember.js up, something told us to set `handlebars.precompile` to `false` (I will check with my teammate on why...

The ember-rails gem README contains the following: > Default behavior for ember-rails is to precompile handlebars templates. If you don't want this behavior you can turn > it off in...