Rodrigo Willrich
Rodrigo Willrich
I'm translating the JavaScript section to english. Here is what I've done already: - [x] JavaScript has no limits! - [x] Variables, types and values - [ ] Operators -...
I'm using sortable tree in a ActiveAdmin, in Rails 4.2, with the following: ``` ruby sortable tree: true, roots_collection: -> { Taxon.categories.roots }, max_levels: 2 ``` But when visit the...
I installed Rich alongside ActiveAdmin. My default locale is set to `pt-BR` in `config/application.rb` file: ``` # config/application.rb config.i18n.default_locale = :'pt-BR' ``` Before I try to install Rich, the translations...
- Change main path to relative (I was having some errors with another tool that was caused by this); - Add `examples` directory to ignore.
The same method you use to pass flags to the rsync command itself would be useful to the ssh command passed to rsync as the `-e ssh` flag.
I need a way to pass some settings to the ssh command, but in this line https://github.com/middleman-contrib/middleman-deploy/blob/master/lib/middleman-deploy/methods/rsync.rb#L24 nothing is being passed to it. Can we develop a way to pass...