回答編集履歴
2
Bundler.require の記述を修正
answer
CHANGED
@@ -17,7 +17,7 @@
|
|
17
17
|
|
18
18
|
```lang-ruby
|
19
19
|
require 'bundler/setup'
|
20
|
-
|
20
|
+
Bundler.require
|
21
21
|
require 'sinatra/reloader'
|
22
22
|
|
23
23
|
get '/' do
|
1
sinatra-contrib オートリロードについてのリンクを追記
answer
CHANGED
@@ -30,4 +30,5 @@
|
|
30
30
|
* [Bundler: The best way to manage a Ruby application's gems](http://bundler.io/)
|
31
31
|
* [Sinatra Recipes - Development - Bundler](http://recipes.sinatrarb.com/p/development/bundler)
|
32
32
|
* [Gem - Bundler概要 - Qiita](http://qiita.com/hisonl/items/162f70e612e8e96dba50)
|
33
|
-
* [橋本商会 » Ruby書くならBundler使え](http://shokai.org/blog/archives/7262)
|
33
|
+
* [橋本商会 » Ruby書くならBundler使え](http://shokai.org/blog/archives/7262)
|
34
|
+
* [【Sinatra】オートリロードしてほしい - Qiita](http://qiita.com/izumin5210/items/cd2f9f48fbe1fdcaf628)
|