aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/contributing_to_ruby_on_rails.md
Commit message (Collapse)AuthorAgeFilesLines
...
* | Better explain the bug report templates [ci skip]Godfrey Chan2015-04-191-9/+13
|/
* Fix typos and improve the documentationJon Atack2015-04-151-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a squash of the following commits, from first to last: - Fix minor, random things I’ve come across lately that individually did not seem worth making a PR for, so I saved them for one commit. One common error is using “it’s” (which is an abbreviation of “it is”) when the possessive “its” should be used for indicating possession. - Changes include the name of a test, so remove the `[skip ci]` (thanks @senny). - Line wrap the changes at 80 chars and add one more doc fix. - Add a missing line wrap in the Contributing to Ruby on Rails Guide. - Line wrap the `TIP` section in the Contributing to Ruby on Rails Guide as well. Rendering the guide locally with `bundle exec rake guides:generate` did not show any change in on-screen formatting after adding the line wrap. The HTML generated is (extra line added to illustrate where the line wrap takes place): <div class="info"><p>Please squash your commits into a single commit when appropriate. This simplifies future cherry picks and also keeps the git log clean.</p></div> - Squash commits.
* [ci skip] Update contributing guideIslam Wazery2015-04-121-2/+2
|
* [ci skip] Subject-verb agreementJoel Brewer2015-03-141-1/+1
|
* Remove line wrapping from the benchmark/ips outputPiotr Szotkowski2015-03-031-4/+4
| | | | [ci skip]
* Talk about Gemfile.lock in the contributing guideRafael Mendonça França2015-02-181-3/+7
| | | | [ci skip]
* Doc: run bundle update after cloning Rails.Brian Morearty2015-01-291-0/+8
|
* Changed "in GitHub" to "on GitHub" [ci skip]Prathamesh Sonpatki2015-01-141-1/+1
| | | | - Followup of https://github.com/rails/rails/pull/18503.
* - Changed `IN` to `ON` in markdown renderer conditionVipul A M2015-01-141-1/+1
| | | | - Changed `IN` to `ON` in all note sentences in guides.
* Minor documentation edits [ci skip]Robin Dupret2014-12-281-3/+3
|
* warn about reading guides in GitHubXavier Noria2014-12-231-0/+2
| | | | References #18148.
* Clarify ActiveRecord testing guidelines [ci skip]Sammy Larbi2014-12-211-1/+6
| | | | | | | | | | | 1. Specify that you need to create the test databases, and that no special Rails command needs to be run to do that. 2. Although the underscore style of `rake test_mysql` works, make the documentation of running the tests in RUNNING_UNIT_TESTS.rdoc consistent with the "Contributing..." guide. 3. Promote "Testing Active Record" to not be a subsection of "Running a Single Test," since it doesn't make sense as a subsection of that.
* Fix sentence structure [ci skip]Brooks Reese2014-12-051-1/+1
|
* remove misleading class [ci skip]Sergey Alekseev2014-12-041-1/+1
|
* Oops, missed a closing bracket [ci skip]Godfrey Chan2014-10-211-1/+1
|
* [ci skip] Provide more reasoning to not accept cosmetic changesTu Hoang2014-10-211-1/+1
|
* [CI SKIP] Improve force push note.Guo Xiang Tan2014-09-231-5/+5
|
* Added note about updating pull requests by force pushPrathamesh Sonpatki2014-09-231-0/+17
| | | | | | - Added note about force pushing same branch to update a existing pull request instead of opening new one in contributing guide. - [ci skip]
* Remove more references to respond_withJosé Valim2014-08-171-1/+1
|
* docs, add example for running a single test against core adapters.Yves Senn2014-07-221-0/+6
| | | | [ci skip]
* correct markdown usage [ci skip]Nishant Modak2014-07-091-3/+1
|
* [ci skip] Add benchmark your code section to contributing to ruby on rails ↵Juanito Fatas2014-05-271-0/+30
| | | | | | | guide. I have seen many times that maintainers want people to use this gem to give a benchmark report. It would be nice to add it and refer to it later.
* Rename Posts to Articles in Guides, continuation of 2d446e77 / #13774 [ci skip]John Kelly Ferguson2014-05-211-2/+2
|
* Reorganize ActiveRecord tasks [Arun Agrawal & Abd ar-Rahman Hamidi]Arun Agrawal2014-05-161-4/+4
|
* Branch name should match in text and code example.Ivan Tse2014-05-081-1/+1
| | | | [ci skip]
* Revert "Merge pull request #14940 from arunagw/hbakhtiyor-test-db-namespaces-ar"Yves Senn2014-05-031-4/+4
| | | | | This reverts commit fe9859600824268ff614cb3eb48b62c7165a1fbd, reversing changes made to add9560643ef79830febf47fa1228752d1df3502.
* Reorganize ActiveRecord tasks [Arun Agrawal & Abd ar-Rahman Hamidi]Arun Agrawal2014-05-031-4/+4
|
* Follow up to 38ad5438 [ci skip]Robin Dupret2014-05-021-27/+36
| | | | | | | | | | | | | | This commit adds new lines between titles, paragraphs and code blocks for an easier reading. Moreover, in order to be consistent with the other guides, let's remove the sharps on the right side of the different titles. The "Running a Single Test" part was also explained after the "Testing Active Record" one which shows how to run a single test under the scope of a specific adapter. Finally, let's explain the `-n` option to run a specific test method.
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-04-271-1/+1
|\
| * Revert "Running AR tests on postgres, mysql & sqlite"Vijay Dev2014-04-271-5/+10
| | | | | | | | | | | | | | | | This reverts commit 28bd442034e0974d0a4d664076dafb8e9555816d. Reason: Existing text was clearer imo. [ci skip]
| * Running AR tests on postgres, mysql & sqliteGaurish Sharma2014-04-211-10/+5
| | | | | | [ci skip]
| * Remove reference to outdated section Gaurish Sharma2014-04-201-1/+1
| | | | | | [ci skip]
* | Improve readability of contributing to rails guide. [ci skip]Guo Xiang Tan2014-04-231-5/+5
|/
* Fix spelling errors and grammar issuesSteven Harman2014-04-131-8/+11
| | | | | | Including replacing a few "smart quotes" with regular quotes (' and "), for consistency. [ci skip]
* Fix a few grammar issues. [ci skip]Steven Harman2014-04-111-5/+4
|
* Improve Contributing to Rails GuideGaurish Sharma2014-04-061-104/+122
| | | Logically group the content, so it makes more sense if someone tries to read from start of page to end of page. [ci skip]
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-02-091-1/+1
|\ | | | | | | | | | | | | Conflicts: guides/source/active_record_validations.md guides/source/api_documentation_guidelines.md guides/source/configuring.md
| * Remove old comments about suppressing warnings.Vipul A M2014-01-251-1/+1
| |
* | update contribution doc grammar. [ci skip]dpmehta022014-02-061-5/+6
|/ | | | | | | | - Manually applied from #13951. - Discussion at #13947. - Removed trailing whitespace from https://github.com/dpmehta02/rails/commit/18044e86af93672dfc38befbe974261e87b3518d /cc @dpmehta02
* Typo and grammatical fixes [ci skip]Akshay Vishnoi2013-12-021-1/+1
|
* Update pull request instructions as per the new Github UIAlex Johnson2013-10-301-7/+12
| | | | [ci skip]
* Be assertive about adding `[ci skip]` messageVipul A M2013-09-031-1/+1
|
* Add note about features vs. bugs.Steve Klabnik2013-08-261-3/+22
| | | | | Sometimes people ask what makes a feature and what makes a bug, so let's clarify that so we can show it to people later.
* Flesh out feedback portion of contributing guide.Steve Klabnik2013-08-261-1/+18
| | | | | I don't know of anyone that hangs out in #rails-contrib, and we should also let people know that feedback can take some time.
* Soften wording about knowing other devs.Steve Klabnik2013-08-261-1/+7
| | | | | Many people don't, so point them to a place where they can meet some.
* cleans the guides sources from fancy non-ASCII stuffXavier Noria2013-08-231-9/+9
|
* Added bug report template for ActionControllerPaul Nikitochkin2013-08-211-4/+6
| | | | [ci skip]
* explain how to contribute to the documentation.Yves Senn2013-08-191-1/+5
| | | | Follow-up to #11934
* clarify instructions in contributing_to_ruby_on_rails.md for committing [ci ↵Rex Feng2013-08-191-1/+1
| | | | skip]
* Add info about placing a new CHANGELOG entry to contributing guidePiotr Sarnacki2013-07-221-1/+1
|