문제

Digging around emberjs git repo, I found the file config.ru, which contains the line require 'ember-dev'. I started rackup without any errors, but when I then tried irb -rember-dev , I got a load error.

도움이 되었습니까?

해결책

Ember-dev is a repository hosted on GitHub. Try to start irb in the bundler environment

bundle exec irb -r ember-dev
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top