私はレールサンドとセレンツールの学習に慣れていません。このプロセスで、次の手順を実行する必要があります。選択したフォルダーで、次のコマンドを実行します。
git clone http://github.com/wolframarnold/selenium-test-app.git
selenium-test-app フォルダーに移動し、次を実行します。
cp ./vendor/plugins/active_scaffold/test/mock_app/config/database.yml ./config/
上記のコマンドまではすべてうまくいきましたが、以下のコマンドを実行すると:
rake db:migrate"
このエラーが見つかりました:
$ rake db:migrate
rake aborted!
undefined method `name' for "actionmailer":String
c:/Users/BH/selenium-test-app/config/environment.rb:9:in `<top (required)>'
Tasks: TOP => db:migrate => environment
(See full trace by running task with --trace)
このエラーについて誰か助けてください。