本厚木のエンジニアブログではある

日々の開発で出たエラーや日常などいろいろ書いていくブログです。

2017-10-31から1日間の記事一覧

Rails 表示中のページを判定する方法 複数のcurrent_page?を判定する方法

Railsで表示中のページを判定する方法 以下のようなパターンでいけます! current_page?(root_path) current_page?(action: 'index') current_page?(controller: 'shop', action: 'index') current_page?(controller: 'shop', action: 'index', order: 'asc'…

vagrant エラー VBoxManage: error: Could not rename the directory 解決方法

久々に別プロジェクトの開発をする際にvagrant upをした際に下記のエラーがでたので解決した方法をメモとしてまとめる The name of your virtual machine couldn't be set because VirtualBox is reporting another VM with that name already exists. Most …