2019-02-10から1日間の記事一覧

19/2/10 rails g controller の不要なファイルを生成されないようにする方法

rails g controller hogehogesを実行すると_test,_helper,_coffeeなど使用しないファイルまで生成してしまう。 設定を config/apprication.rbに追加する module ChatSpace class Application < Rails::Application config.generators do |g| g.stylesheets f…

19/2/9 rails haml導入

user-no-MacBook-Pro:chat-space user$ bundle installrbenv: bundle: command not found The `bundle’ command exists in these Ruby versions: 2.5.1 user-no-MacBook-Pro:chat-space user$ which bundle/Users/user/.rbenv/shims/bundleuser-no-MacBook-P…

19/2/9 ruby version切替です。

>|| $ ruby -v=> ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-darwin17]$ rbenv local 2.3.1-dev=> rbenv: version `2.3.1-dev’ not installed$ rbenv versions # rbenvでインストールしてあるrubyのバージョン確認=> system 2.3.1 *2.5.1 (set by /…