Robert Schulze
Robert Schulze
Hi @brendon , here is a very first step in fixing this: https://github.com/fnordfish/acts_as_list/commit/90f38c2cdef5a2fafb351bc79ea28a93cceeae8e There are probably a ton of tests missing to make this an actual fix. The underlying problem...
I have to correct myself. `ruby-install` does not use the current working directory, but `$HOME/src` as default. This looks like a much better option than `/tmp`.
Simply `$HOME` does not work inside chefs `execute` block, right? I came up with that one: 81c93bd7a0147052d36fb9d19f995560fc5c4aa9 Which is not optimal, since it makes a dumb assumption on where a...
Hi @ccocchi, thanks for reminding me... Well, we run a lot of rspec tests against the JSON-API our Rails app exposes. When we run the hole testsuite (or a larger...
Yes, I have tried to set `cache_templates` to `false`, doesn't make any difference. I tracked it down to [ActionView::Template#compile!](https://github.com/rails/rails/blob/master/actionpack/lib/action_view/template.rb#L253) where the source value of the template gets "deleted". Somehow this...
I'll try to build one. My guess is, that this happens to "partial templates" - but I'm not really sure. We converted our rabl app to rabl-railsm (which was fairly...
So, I've created an [test app](https://github.com/fnordfish/rabl-rails-testing) and in this one I _cannot_ reproduce this. However, in my big-app I have partials and extends with `/path/to/view`. When I change some of...
@Tonkpils seems, that your `details.json.rabl` is missing a `object :@post`
Just to add, that for ordered lists, it uses two spaces: ```html 1st Test 2nd Test ``` converts to ```markdown 1. [x] 1st Test 2. [ ] 2nd Test ```...
No need to be sorry :) ``` Here is imapsync 1.945 on host ubuntu-2gb-nbg1-1, a linux system with 0.4/1.9 free GiB of RAM with Perl 5.26.1 and Mail::IMAPClient 3.42 Modules...