khoan
khoan
``` class BamController < ActionController::Base # @skip parsing Bam class Bam end end ``` anyway to skip parsing `BamController::Bam`? Thanks.
``` ruby ``` generates ``` html Delete ``` expected **form="bam"** to be included in hidden input ``` html Delete ```
## folder/ step: Drag & Drop a folder (bam/) into gitfs result: only .keep (bam/.keep) object were added expected: recursive copy of folder is added into gitfs whereas: `$ ditto...
Setup ``` cd /path/to/rails/app/src cat config/initializers/config.rb Config.setup do |config| config.const_name = 'Settings' config.use_env = true config.env_prefix = 'SETTINGS' config.env_separator = '__' config.env_converter = :downcase config.env_parse_values = true end cat config/settings/test.yml...
### Workaround As a workaround the slowness, I just set the ruby_path in vimrc ``` let g:ruby_path = system('rbenv prefix') filetype indent plugin on ``` ### Finding When I comment...
``` $ bin/bam Uglifier version 4.1.11 #
AFAIK, it's currently impossible to easily set callback dynamically per call. I propose passing callback_path transparently from request phase to callback phase. Below is a monkey patch. Thoughts? ``` ruby...
``` $ heroku stack -r tech === ⬢ testapp Available Stacks * heroku-16 cedar-14 container $ heroku buildpacks === Buildpack URLs 1. heroku/ruby 2. https://github.com/heroku/heroku-buildpack-google-chrome 3. https://github.com/heroku/heroku-buildpack-chromedriver $ cat bin/test...
I'm on es 1.7. Relative protocol URI fails to tokenized. ``` $ curl -XPUT bam -d ' { "settings": { "analysis": { "tokenizer": { "url_full": { "type": "url", "allow_malformed": true...
I'm on es 1.7. Things blows up on file:/// URI. ``` $ curl -XPUT bam -d ' { "settings": { "analysis": { "tokenizer": { "url_full": { "type": "url", "allow_malformed": true...