mount Grape 到 rails 里 调试时,每次 Grape 的改动无法立即生效,必须重启 rails server 才可以 效率实在太低了,有没有办法让 Grape 的改动立即生效?
把 lib 目录在 application.rb 里面做 reload.
#1 楼 @Saito config.autoload_paths += %W(#{config.root}/lib) 这个选项是打开的
要 reload routes
http://stackoverflow.com/a/9238856/667158
#3 楼 @doitian 3Q, 可用
#3 楼 @doitian 谢谢! @iwinux
#5 楼 @cqpx 之前试过这个方法也不行诶(忘了具体情况了),有空再试一次~谢谢啦
@doitian @suupic https://github.com/rails/rails/commit/363a06f351e2d52d3717ea3334c174665ac72103 << wycats 刚刚的一个提交。可以 reload external routes.
#7 楼 @Saito 赞,等 4.0