1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
# Help and Discussion
If you need help or just want to talk about the http.rb,
visit the http.rb Google Group:
https://groups.google.com/forum/#!forum/httprb
You can join by email by sending a message to:
[httprb+subscribe@googlegroups.com](mailto:httprb+subscribe@googlegroups.com)
# Reporting bugs
The best way to report a bug is by providing a reproduction script. A half
working script with comments for the parts you were unable to automate is still
appreciated.
In any case, specify following info in description of your issue:
- What you're trying to accomplish
- What you expected to happen
- What actually happened
- The exception backtrace(s), if any
- Version of gem or commit ref you are using
- Version of ruby you are using
|