Top "Rake-test" questions

'You do not have access to the app' when trying to access heroku console

I recently started collaborating in a project on Heroku using Ruby on Rails. I was added as a collaborator and …

ruby-on-rails heroku collaboration rails-console rake-test
Using the seed value from rake in unit and functional tests

When running unit and functional tests using rake, on a rails application, I notice that there is a seed value …

ruby-on-rails rake rake-test
Rake test - creates YAML error, how do I fix this?

When running a Rake test, I get some errors referring to the YAML file. Any ideas on how to fix …

ruby-on-rails yaml rake-test