Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gist for Active Record issues [ci skip] #9775

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 13 additions & 0 deletions guides/source/contributing_to_ruby_on_rails.md
Expand Up @@ -30,6 +30,19 @@ At the minimum, your issue report needs a title and descriptive text. But that's

Then, don't get your hopes up! Unless you have a "Code Red, Mission Critical, the World is Coming to an End" kind of bug, you're creating this issue report in the hope that others with the same problem will be able to collaborate with you on solving it. Do not expect that the issue report will automatically see any activity or that others will jump to fix it. Creating an issue like this is mostly to help yourself start on the path of fixing the problem and for others to confirm it with an "I'm having this problem too" comment.

### Create a gist for Active Record Issues

If you are filing an Active Record bug then in order to make it easier to
verify those bugs please use one of the templates mentioned below while
creating the gist.

* If you are using published versions of gems then please create a gist
[like this](https://gist.github.com/neerajdotname/5187092).

* If you are using master version of Rails then create a gist [like
this](https://gist.github.com/neerajdotname/5187194). Note that in this
case both `Gemfile` and test file are needed.

### Special Treatment for Security Issues

WARNING: Please do not report security vulnerabilities with public GitHub issue reports. The [Rails security policy page](http://rubyonrails.org/security) details the procedure to follow for security issues.
Expand Down