문제

I have stupid question, on which can't find answer.
I tried to install Selenium from https://github.com/paytonrules/selenium-on-rails
they say:

To install:

Install Selenium on Rails: script/plugin install

where should I write these words?
in terminal from rails root - no effect.

I even don't have folder "plugin" in folder "script", and creating doesn't help. Please, clerify this question for me

도움이 되었습니까?

해결책

This is the Rails 2.x way of installing a plugin.

If you are using Rails 3.x you need to install plugins with rails plugin install

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