libv8 and mac…
Always… when I setup new rails project with fresh ruby I encouter issues with gems… $ gem install libv8 -v '3.16.14.11′ Building native extensions. This could take a while… ERROR: Error installing libv8: ERROR:...
przez Rafath Khan · Published 20 października, 2017 · Last modified 24 października, 2019
Always… when I setup new rails project with fresh ruby I encouter issues with gems… $ gem install libv8 -v '3.16.14.11′ Building native extensions. This could take a while… ERROR: Error installing libv8: ERROR:...
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...
Recently I’ve worked with react-redux-starter-kit and I needed to add redux-persist to save data between switching routes (walking through the webpage). Scenario was simple, load data from API – save it and on returning...
Recently I’ve been working on my inchef-app on localhost, app is almost done, but it was working only on my localhost. My previous projects I was running with unicorn and simple rails and jquery...
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...
I’ve always same issue with changes in the controllers or models in development env. So recently I found solution which works perfectly: in config/environment/development.rb add or set: config.cache_classes = false config.reload_classes_only_on_change = false also...
Rails 5.1 is on the board so… lets test it 😉 If you, like me, have multiple versions of rails in your gem libs, than to user proper one do this: mkdir new_project &&...
Each time I create new ssh-key I have to set password, and than every time have to enter this password while I’m logging into trusted servers… so to avoid enter password insert into .profile...
Well, last post was 31.03, so, I think, I break the term rule of #DSP 2017 two posts per week, unfortunately I didnt make it, due to my deadline for another project, however I...
Just for update, I planned to start working on inChef, unfortunately – and it will sound like excuse – I didn’t had time ;). However – doing some background work, so it will be...
Najnowsze komentarze