Javier Aranda
Javier Aranda
@eval @javierjulio What is the reason for not applying these changes?
The site is down for at least a week. I have a copy of the main documentation obtained from Google Cache. You can download it from [here](https://www.dropbox.com/s/02cdm2so6eepg7l/cramp-documentacion.pdf?dl=0) while the site...
Using airbrake-ruby 5.1.1, if you set `nil` to `remote_config_host` you get the following error: ``` undefined method `chomp' for nil:NilClass **Airbrake: applying remote settings: {} ``` Possible solutions: 1) Implement...
I send a PR with a fix for this issue: airbrake/airbrake-ruby#632
Meantime, I have applied this patch to my app: ``` class Airbrake::Config::Processor def process_remote_configuration return unless @config.remote_config_host super end end Airbrake.configure do |c| # ... c.remote_config_host = nil end ```
Thanks you @dblock for the offer, but currently I'm no longer using MongoDB in my projects!
@stof any idea on how use this gem in the assets pipeline?
Not that I know! For example, in DigitalOcean droplet with Ubuntu 22.04 LTS ``` $ apt update $ apt upgrade $ wget https://raw.githubusercontent.com/dokku/dokku/v0.27.6/bootstrap.sh $ DOKKU_TAG=v0.27.6 bash bootstrap.sh $ ls -la...
Since Ubuntu 21.04 the home folder for new created users has 750 as default permissions: https://ubuntu.com/blog/private-home-directories-for-ubuntu-21-04 I think this is something that should be checked by dokku during installation and...
@unixmonkey @vitalinfo I think that this gem should behave like the [webdrivers gem](https://github.com/titusfortner/webdrivers). Currently is unusable for us due to space limitation.