hasen's tech life

Twitter: @hasen

Rails

# bundlerでエラーが出たので対応した.

# bundlerでエラーが出たので対応した. # Ruby $ ./bin/bundle i An error occurred while installing nokogiri (1.6.8.1), and Bundler cannot continue. Make sure that `gem install nokogiri -v '1.6.8.1' --source 'https://rubygems.org/'` succeeds …

bundle installでエラーが出たので対応した.

# bundle installでエラーが出たので対応した. $ ./bin/bundle i Gem::Ext::BuildError: ERROR: Failed to build gem native extension. current directory: /PATH/TO/vendor/bundle/ruby/2.5.0/gems/mysql2-0.5.2/ext/mysql2 checking for rb_absint_size(…

Unable to autoload constant XxxController... と出力されたので対応した.

# Unable to autoload constant XxxController... と出力されたので対応した. # タイポ.... Unable to autoload constant XxxController, expected /PATH/TO/app/controllers/yyy_controller.rb to define it $ vi app/controllers/yyy_controller.rb -- Xx…

Bookmark(2015-01-07)

・Wikipedia on HHVMhttp://hhvm.com/blog/7205/wikipedia-on-hhvm・New RelicでMemcachedを監視するhttp://takeshiyako.blogspot.jp/20…/…/new-relicmemcached.html・新米エンジニアがRailsにコントリビュートした話http://blog.spicelife.jp/entry/2015/01…