Closed SteveRedka closed 6 years ago
Hi Steve, thanks for your interest in PWB.
PWB is a rails engine - you can read more about engines here:
http://guides.rubyonrails.org/engines.html
This means that the secrets.yml file you need is in the /spec/dummy/config directory.
You will also need to go to the /spec/dummy directory to run "rails c" and "rails s".
Hi Steve, I trust I have answered your questions fully so I'll close this issue.
Hi.
I wanted to do some enhancements, but I couldn't even set up pwb separately locally.
Most of the tests fail with:
Although the key is set in
config.yml.travis
. Putting it into saidconfig/secrets.yml
doesn't affect anything.rails server
fails with this error:rails console
returns this:I checked the contribution instructions and wiki. They don't tell anything about setting up development environment.