In the Ruby example for 'find all releases for repository' method (
http://api.beanstalkapp.com/release.html) it currently says...
Beanstalk::API::Release.find_all_for_environment(
environment_id=7,
"repo",
page=nil
)
...where releases can be found by environment - is supplying the environment_id allowed and accessible to the REST API? This is the only place where it is mentioned, and it'd be great if this is valid!
Chris