Commit Graph

76 Commits

Author SHA1 Message Date
Sammy Larbi
f5489f9ab4 Clarify ActiveRecord testing guidelines [ci skip]
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.
2014-12-21 10:18:46 -06:00
Brooks Reese
1a0e8e06b8 Fix sentence structure [ci skip] 2014-12-05 10:00:42 -06:00
Sergey Alekseev
872b6cc986 remove misleading class [ci skip] 2014-12-04 13:59:02 +03:00
Godfrey Chan
7bcffb5799 Oops, missed a closing bracket [ci skip] 2014-10-21 00:36:31 -07:00
Tu Hoang
8aa51b5def [ci skip] Provide more reasoning to not accept cosmetic changes 2014-10-21 14:24:10 +07:00
Guo Xiang Tan
c7bce61a22 [CI SKIP] Improve force push note. 2014-09-23 22:38:13 +08:00
Prathamesh Sonpatki
6aa11fbb1a Added note about updating pull requests by force push
- Added note about force pushing same branch to update a existing pull
  request instead of opening new one in contributing guide.
- [ci skip]
2014-09-23 18:15:30 +09:00
José Valim
57f5b00ba4 Remove more references to respond_with 2014-08-17 13:20:23 -04:00
Yves Senn
ce14ebe6b4 docs, add example for running a single test against core adapters.
[ci skip]
2014-07-22 08:41:25 +02:00
Nishant Modak
da5ac71885 correct markdown usage [ci skip] 2014-07-09 01:32:44 +05:30
Juanito Fatas
8b39eca5b7 [ci skip] Add benchmark your code section to contributing to ruby on rails 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.
2014-05-27 05:14:12 +08:00
John Kelly Ferguson
d02c810e29 Rename Posts to Articles in Guides, continuation of 2d446e77 / #13774 [ci skip] 2014-05-21 23:01:45 -04:00
Arun Agrawal
da4d841e16 Reorganize ActiveRecord tasks [Arun Agrawal & Abd ar-Rahman Hamidi] 2014-05-16 23:09:05 +02:00
Ivan Tse
04051df419 Branch name should match in text and code example.
[ci skip]
2014-05-08 00:29:45 -04:00
Yves Senn
b231825f3e Revert "Merge pull request #14940 from arunagw/hbakhtiyor-test-db-namespaces-ar"
This reverts commit fe9859600824268ff614cb3eb48b62c7165a1fbd, reversing
changes made to add9560643ef79830febf47fa1228752d1df3502.
2014-05-03 20:08:15 +02:00
Arun Agrawal
2de846852a Reorganize ActiveRecord tasks [Arun Agrawal & Abd ar-Rahman Hamidi] 2014-05-03 19:34:18 +02:00
Robin Dupret
4142a3019c Follow up to 38ad5438 [ci skip]
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.
2014-05-02 12:10:19 +02:00
Vijay Dev
668d8420dc Merge branch 'master' of github.com:rails/docrails 2014-04-27 21:35:38 +05:30
Vijay Dev
9ace0a7ba1 Revert "Running AR tests on postgres, mysql & sqlite"
This reverts commit 28bd442034e0974d0a4d664076dafb8e9555816d.

Reason: Existing text was clearer imo.

[ci skip]
2014-04-27 21:29:15 +05:30
Guo Xiang Tan
1c2484d4eb Improve readability of contributing to rails guide. [ci skip] 2014-04-23 12:36:06 -07:00
Gaurish Sharma
28bd442034 Running AR tests on postgres, mysql & sqlite
[ci skip]
2014-04-21 18:09:22 +05:30
Gaurish Sharma
0fd301aaf7 Remove reference to outdated section
[ci skip]
2014-04-20 01:39:52 +05:30
Steven Harman
c4d2e8eef2 Fix spelling errors and grammar issues
Including replacing a few "smart quotes" with regular quotes (' and "),
for consistency.
[ci skip]
2014-04-13 10:15:55 -04:00
Steven Harman
21bb6e0010 Fix a few grammar issues. [ci skip] 2014-04-11 16:14:08 -04:00
Gaurish Sharma
38ad5438cc Improve Contributing to Rails Guide
Logically group the content, so it makes more sense if someone tries to read from start of page to end of page. [ci skip]
2014-04-06 02:26:43 +05:30
Vijay Dev
92fdd65162 Merge branch 'master' of github.com:rails/docrails
Conflicts:
	guides/source/active_record_validations.md
	guides/source/api_documentation_guidelines.md
	guides/source/configuring.md
2014-02-09 23:33:55 +05:30
dpmehta02
b9ead0feb0 update contribution doc grammar. [ci skip]
- Manually applied from #13951.
- Discussion at #13947.
- Removed trailing whitespace from 18044e86af

/cc @dpmehta02
2014-02-06 09:39:09 +01:00
Vipul A M
9cc4dadb0b Remove old comments about suppressing warnings. 2014-01-25 14:04:09 +05:30
Akshay Vishnoi
ef0f633c66 Typo and grammatical fixes [ci skip] 2013-12-02 19:35:02 +05:30
Alex Johnson
178c4f74f9 Update pull request instructions as per the new Github UI
[ci skip]
2013-10-30 13:25:28 +05:30
Vipul A M
9da59af114 Be assertive about adding [ci skip] message 2013-09-03 01:02:45 +05:30
Steve Klabnik
55870cd8dd Add note about features vs. bugs.
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.
2013-08-26 13:57:03 -07:00
Steve Klabnik
a57416cc49 Flesh out feedback portion of contributing guide.
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.
2013-08-26 13:52:28 -07:00
Steve Klabnik
0085ecbe62 Soften wording about knowing other devs.
Many people don't, so point them to a place where they can meet
some.
2013-08-26 13:44:03 -07:00
Xavier Noria
b77f25cb84 cleans the guides sources from fancy non-ASCII stuff 2013-08-23 17:59:11 +02:00
Paul Nikitochkin
9d9254f5e0 Added bug report template for ActionController
[ci skip]
2013-08-21 23:26:20 +03:00
Yves Senn
2fcef6678a explain how to contribute to the documentation.
Follow-up to #11934
2013-08-19 14:00:33 +02:00
Rex Feng
331632585b clarify instructions in contributing_to_ruby_on_rails.md for committing [ci skip] 2013-08-19 00:33:15 -04:00
Piotr Sarnacki
4e211d3fac Add info about placing a new CHANGELOG entry to contributing guide 2013-07-22 17:25:22 +02:00
Amit Thawait
d92d28dde1 link break added after the Travis CI link
link break added after the Travis CI link
2013-07-09 11:35:12 +05:30
Amit Thawait
d78f8c8c7f Fixed broken link of Travis CI for rails and added full path 2013-07-08 12:49:36 -07:00
Vipul A M
c64feccc28 Update contributing to rails guide to depict new contributing to documentation info 2013-06-15 19:11:42 +05:30
Arun Agrawal
f8005de530 As we have moved to rails/docrails from lifo/docrails
Changing links to guides.

We are not worried for old versions as GitHub is 
handling the redirects.
2013-06-06 23:32:31 +02:00
Xavier Noria
3f35924b3c gist for Active Record issues [Neeraj Singh & Xavier Noria]
This commit closes issue #9775.
2013-04-01 09:43:57 +02:00
Vijay Dev
6d8c070821 Merge branch 'master' of github.com:lifo/docrails
Conflicts:
	activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb
	activerecord/test/cases/adapter_test.rb
	guides/source/testing.md

[ci skip]
2013-03-30 15:46:14 +05:30
Xavier Noria
b77b95eaa2 contrib guide: documents guidelines for running the test suite 2013-03-28 18:04:57 +01:00
Xavier Noria
3eebc143af contrib guide: documents how to generate a --dev application 2013-03-28 18:04:57 +01:00
Akira Matsuda
0725007fa4 s/Github/GitHub/ 2013-03-25 20:54:34 +09:00
Vipul A M
0db928a63a fix some typos 2013-03-25 00:20:25 +05:30
Jonathan Roes
55269f9849 Remove reference to BugMash. Link hasn't been updated in 4 years. 2013-03-05 00:15:07 -05:00