Kategoria: development

challenge with libxml on… of course mac os

challenge with libxml on… of course mac os

problem: gem install libxml-ruby -v '3.1.0′ –source 'https://rubygems.org/' Building native extensions. This could take a while… ERROR: Error installing libxml-ruby: ERROR: Failed to build gem native extension. current directory: /Volumes/Accounts/rafath/.rvm/gems/ruby-2.5.3/gems/libxml-ruby-3.1.0/ext/libxml /Volumes/Accounts/rafath/.rvm/rubies/ruby-2.5.3/bin/ruby -r ./siteconf20191122-40373-1hk8d7t.rb extconf.rb...

Git what the frog?

Git what the frog?

Recently I had interesting case with git and hubflow git hf finish feature xxx Fetching origin fatal: empty string is not a valid pathspec. please use . instead if you meant to match all...

Pow and pry… working together

Pow and pry… working together

Use pry-remote to interact with your rails app running in pow # In your Gemfile gem 'pry-remote', :group => :development # Install with bundler $ bundle # In your ruby code binding.remote_pry # In...

Bye bye vagrant welcome localhost….

Bye bye vagrant welcome localhost….

Last few days I’ve spent on cinfiguring rails 5.1 and webpack – well totally wasted time, if you use vagrant and want to have live reload with webpack (on vagrant), then prepare your self...

Hello HTTPS thanks letsencrypt!

Recently I read some where about lets encrypt (https://letsencrypt.org/) organization, which allows to generate ssl certificates for your site, I’ve a bit of them, so I thought that it would be nice to have...

Jak przyspieszyć Vagrant Box (na mac osx)

Jak przyspieszyć Vagrant Box (na mac osx)

Dziś przypadkowo, całkiem zrezygnowany  i zmęczony już vagrantem, szukałem alternatyw, myślałem, aby w końcu przesiąść się na localhost i lokalnie instalować wszystkie potrzebne paczki. Jedną z głównych przyczyn używania vagranta było to, że w...