Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix sentence structure [ci skip] | Brooks Reese | 2014-12-05 | 1 | -1/+1 |
| | |||||
* | remove misleading class [ci skip] | Sergey Alekseev | 2014-12-04 | 1 | -1/+1 |
| | |||||
* | Oops, missed a closing bracket [ci skip] | Godfrey Chan | 2014-10-21 | 1 | -1/+1 |
| | |||||
* | [ci skip] Provide more reasoning to not accept cosmetic changes | Tu Hoang | 2014-10-21 | 1 | -1/+1 |
| | |||||
* | [CI SKIP] Improve force push note. | Guo Xiang Tan | 2014-09-23 | 1 | -5/+5 |
| | |||||
* | Added note about updating pull requests by force push | Prathamesh Sonpatki | 2014-09-23 | 1 | -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_with | José Valim | 2014-08-17 | 1 | -1/+1 |
| | |||||
* | docs, add example for running a single test against core adapters. | Yves Senn | 2014-07-22 | 1 | -0/+6 |
| | | | | [ci skip] | ||||
* | correct markdown usage [ci skip] | Nishant Modak | 2014-07-09 | 1 | -3/+1 |
| | |||||
* | [ci skip] Add benchmark your code section to contributing to ruby on rails ↵ | Juanito Fatas | 2014-05-27 | 1 | -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 Ferguson | 2014-05-21 | 1 | -2/+2 |
| | |||||
* | Reorganize ActiveRecord tasks [Arun Agrawal & Abd ar-Rahman Hamidi] | Arun Agrawal | 2014-05-16 | 1 | -4/+4 |
| | |||||
* | Branch name should match in text and code example. | Ivan Tse | 2014-05-08 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Revert "Merge pull request #14940 from arunagw/hbakhtiyor-test-db-namespaces-ar" | Yves Senn | 2014-05-03 | 1 | -4/+4 |
| | | | | | This reverts commit fe9859600824268ff614cb3eb48b62c7165a1fbd, reversing changes made to add9560643ef79830febf47fa1228752d1df3502. | ||||
* | Reorganize ActiveRecord tasks [Arun Agrawal & Abd ar-Rahman Hamidi] | Arun Agrawal | 2014-05-03 | 1 | -4/+4 |
| | |||||
* | Follow up to 38ad5438 [ci skip] | Robin Dupret | 2014-05-02 | 1 | -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/docrails | Vijay Dev | 2014-04-27 | 1 | -1/+1 |
|\ | |||||
| * | Revert "Running AR tests on postgres, mysql & sqlite" | Vijay Dev | 2014-04-27 | 1 | -5/+10 |
| | | | | | | | | | | | | | | | | This reverts commit 28bd442034e0974d0a4d664076dafb8e9555816d. Reason: Existing text was clearer imo. [ci skip] | ||||
| * | Running AR tests on postgres, mysql & sqlite | Gaurish Sharma | 2014-04-21 | 1 | -10/+5 |
| | | | | | | [ci skip] | ||||
| * | Remove reference to outdated section | Gaurish Sharma | 2014-04-20 | 1 | -1/+1 |
| | | | | | | [ci skip] | ||||
* | | Improve readability of contributing to rails guide. [ci skip] | Guo Xiang Tan | 2014-04-23 | 1 | -5/+5 |
|/ | |||||
* | Fix spelling errors and grammar issues | Steven Harman | 2014-04-13 | 1 | -8/+11 |
| | | | | | | Including replacing a few "smart quotes" with regular quotes (' and "), for consistency. [ci skip] | ||||
* | Fix a few grammar issues. [ci skip] | Steven Harman | 2014-04-11 | 1 | -5/+4 |
| | |||||
* | Improve Contributing to Rails Guide | Gaurish Sharma | 2014-04-06 | 1 | -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/docrails | Vijay Dev | 2014-02-09 | 1 | -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 M | 2014-01-25 | 1 | -1/+1 |
| | | |||||
* | | update contribution doc grammar. [ci skip] | dpmehta02 | 2014-02-06 | 1 | -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 Vishnoi | 2013-12-02 | 1 | -1/+1 |
| | |||||
* | Update pull request instructions as per the new Github UI | Alex Johnson | 2013-10-30 | 1 | -7/+12 |
| | | | | [ci skip] | ||||
* | Be assertive about adding `[ci skip]` message | Vipul A M | 2013-09-03 | 1 | -1/+1 |
| | |||||
* | Add note about features vs. bugs. | Steve Klabnik | 2013-08-26 | 1 | -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 Klabnik | 2013-08-26 | 1 | -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 Klabnik | 2013-08-26 | 1 | -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 stuff | Xavier Noria | 2013-08-23 | 1 | -9/+9 |
| | |||||
* | Added bug report template for ActionController | Paul Nikitochkin | 2013-08-21 | 1 | -4/+6 |
| | | | | [ci skip] | ||||
* | explain how to contribute to the documentation. | Yves Senn | 2013-08-19 | 1 | -1/+5 |
| | | | | Follow-up to #11934 | ||||
* | clarify instructions in contributing_to_ruby_on_rails.md for committing [ci ↵ | Rex Feng | 2013-08-19 | 1 | -1/+1 |
| | | | | skip] | ||||
* | Add info about placing a new CHANGELOG entry to contributing guide | Piotr Sarnacki | 2013-07-22 | 1 | -1/+1 |
| | |||||
* | link break added after the Travis CI link | Amit Thawait | 2013-07-09 | 1 | -1/+2 |
| | | | link break added after the Travis CI link | ||||
* | Fixed broken link of Travis CI for rails and added full path | Amit Thawait | 2013-07-08 | 1 | -2/+1 |
| | |||||
* | Update contributing to rails guide to depict new contributing to ↵ | Vipul A M | 2013-06-15 | 1 | -1/+3 |
| | | | | documentation info | ||||
* | As we have moved to rails/docrails from lifo/docrails | Arun Agrawal | 2013-06-06 | 1 | -2/+2 |
| | | | | | | Changing links to guides. We are not worried for old versions as GitHub is handling the redirects. | ||||
* | gist for Active Record issues [Neeraj Singh & Xavier Noria] | Xavier Noria | 2013-04-01 | 1 | -1/+9 |
| | | | | This commit closes issue #9775. | ||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-03-30 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | | | Conflicts: activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb activerecord/test/cases/adapter_test.rb guides/source/testing.md [ci skip] | ||||
| * | s/Github/GitHub/ | Akira Matsuda | 2013-03-25 | 1 | -1/+1 |
| | | |||||
| * | fix some typos | Vipul A M | 2013-03-25 | 1 | -1/+1 |
| | | |||||
* | | contrib guide: documents guidelines for running the test suite | Xavier Noria | 2013-03-28 | 1 | -0/+11 |
| | | |||||
* | | contrib guide: documents how to generate a --dev application | Xavier Noria | 2013-03-28 | 1 | -0/+16 |
|/ | |||||
* | Remove reference to BugMash. Link hasn't been updated in 4 years. | Jonathan Roes | 2013-03-05 | 1 | -2/+0 |
| | |||||
* | Fix file name in document [ci skip] | Ryunosuke SATO | 2013-02-05 | 1 | -1/+1 |
| | | | | This file was renamed in c8a25386d. |