Jul 04, 2021
21 comments
964
Problem Sometimes while running `bundle install` during setting up a new project, you might get the following error:   Installing pg 1.2.0 with native extensions Gem::Ext::BuildError: ERROR: Failed to build gem native extension. current dir...
Snippet
Error installing `pg` gem
Admin
Apr 04, 2016
15 comments
879
Configure Gmail SMTP in Bootstrap _initAutoload() $config = array('ssl' => 'ssl', 'auth' => 'login', 'port' => 465, 'username' => 'YOUR USERNAME', 'password' => ...
Snippet
Sending Email with Zend using Gmail SMTP