bundle setup
This commit is contained in:
parent
a70031d2bc
commit
640c37981d
5
Makefile
5
Makefile
|
@ -1,3 +1,8 @@
|
||||||
index:
|
index:
|
||||||
# rails g controller home index
|
# rails g controller home index
|
||||||
# URL is then: http://localhost:3000/home/index
|
# URL is then: http://localhost:3000/home/index
|
||||||
|
|
||||||
|
# run this once.
|
||||||
|
rails-setup:
|
||||||
|
bundle config set --local path 'vendor/bundle'
|
||||||
|
bundle install
|
||||||
|
|
Loading…
Reference in New Issue