LoginSignup
0
0

More than 5 years have passed since last update.

Railsの導入

Last updated at Posted at 2016-11-19

Rubymine / IntelliJ Ideaを100%使いこなす!Rails開発入門!から参照されています。

Railsの導入

前置き

この章はRailsの環境構築を目的としており、
Rubymineの設定とは関係ないため、内容を知っている人は飛ばしても大丈夫です。

homebrewのrbenvの導入

以下の記事を参照
http://qiita.com/issobero/items/e0443b79da117ed48294
* homebrew等は本家のgithubのreadmeに書いてある方法で導入すること

railsプロジェクトの導入と初期設定

railsプロジェクトの雛形のclone
# git clone https://github.com/ogontaro/rails_template
macにruby2.3.1の導入
# rbenv install 2.3.1
railsのプロジェクト事前準備
# cd rails_template
# bundle install --path vendor/bundle
# bundle exec rake db:reset

以上。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0