Deepak Kannan

Results 10 comments of Deepak Kannan

it is working perfectly on a physical machine, the error is occurring on a xen based virtual machine.

fixes https://github.com/leshill/handlebars_assets/issues/10

have not written any tests sorry. also cannot figure out the whole flow. **TODO** 1. rails templetes gets rendered under app/view but then asset pipeline does not pick up the...

thanks @zohararad I liked the convention for `to_hbs` :+1: but did not use it as i was already using active_model_serializer I am using active_model_serializer like in https://github.com/rails-api/active_model_serializers/issues/192 and rendering with...

the build failures are due to existing unrelated test-cases

+1. facing this issue as well

can patch Capfile like. as it is a Rakefile ``` ruby task :use_rvm do require 'capistrano/rvm' end task 'staging' => [:use_rvm] ``` my full `Capfile` is: ``` ruby # Load...

@gnufied have pushed tests they are failing though this PR has #2 as well. mocha was not getting installed without a Gemfile with newer versions

we can write documentation and generate docs wiki can be be for edge-cases and specific details the points you mentioned, sounds like good candidates for a wiki page