Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rails 5.0 will target Ruby 2.2+, correct rails guide example [ci skip] | Gaurav Sharma | 2015-05-20 | 1 | -1/+1 |
| | |||||
* | Fix method call typo [ci skip] | Zachary Scott | 2015-05-02 | 1 | -1/+1 |
| | |||||
* | Clean up debugging guide and fix minor grammatical errors[ci skip] | Thomas Osborn | 2015-05-01 | 1 | -46/+39 |
| | |||||
* | Fix typos and improve the documentation | Jon Atack | 2015-04-15 | 1 | -3/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Tiny documentation edits [ci skip] | Robin Dupret | 2015-03-03 | 1 | -1/+1 |
| | |||||
* | Merge pull request #19168 from gsamokovarov/byebug-defaults-guide | Robin Dupret | 2015-03-02 | 1 | -3/+3 |
|\ | | | | | Nit pick the byebug settings guide for default values [ci skip] | ||||
| * | Nit pick the byebug settings guide for default values [ci skip] | Genadi Samokovarov | 2015-03-02 | 1 | -3/+3 |
| | | | | | | | | | | In #19097 we had a discussion where we decided to change `byebug` settings sections default part to actually say `defaults`. | ||||
* | | Web Console documentation for the upcoming 2.1 release [ci skip] | Genadi Samokovarov | 2015-03-02 | 1 | -49/+58 |
|/ | | | | | | | | | | | | | | | | | | | With the upcoming 2.1 [web-console release], I have tweaked the existing documentation a bit. I tried to focus on the spawning console use case, because I think a lot of people overlook that. Tried to explain it as best as I can, however, my English and prose aren't my best skills :) If you guys can chime in and help me improve the wording, I would be extremely grateful. There has been some configuration default changes. For example, the whitelisted IPs always include IPv4 and IPv6 localhosts now and this wasn't the case in 2.0. I think a lot of people got bitten by it, that's why I changed it. I'm a bit confused on how to document this. Should I just document the latest version, I don't think I can expect all the people reading the guide to be on it. [web-console release]: https://github.com/rails/web-console/pull/110 | ||||
* | Minor guides edits [ci skip] | Robin Dupret | 2015-02-21 | 1 | -17/+14 |
| | |||||
* | Merge pull request #18679 from adipra3n/master | Zachary Scott | 2015-02-16 | 1 | -0/+52 |
|\ | | | | | Add web console in debugging rails applications guide [ci skip] | ||||
| * | document web console in debugging guide [ci skip] | Adi Pradhan | 2015-01-26 | 1 | -0/+52 |
| | | | | | | | | | | | | document web console in debugging guide [ci skip] document web console in debugging guide [ci skip] | ||||
* | | Updating Query Tracer github repository | Thiago Pradi | 2015-02-14 | 1 | -1/+1 |
| | | |||||
* | | [ci skip] | James T. Perreault | 2015-02-03 | 1 | -1/+1 |
|/ | | | | improve sentence flow with grammar change | ||||
* | - Changed `IN` to `ON` in markdown renderer condition | Vipul A M | 2015-01-14 | 1 | -1/+1 |
| | | | | - Changed `IN` to `ON` in all note sentences in guides. | ||||
* | Updating guides for Rails 5.0 [ci skip] | Lucas Caton | 2015-01-02 | 1 | -6/+6 |
| | |||||
* | warn about reading guides in GitHub | Xavier Noria | 2014-12-23 | 1 | -0/+2 |
| | | | | References #18148. | ||||
* | [ci skip] modify the description of production log level default | yuuji.yaginuma | 2014-09-21 | 1 | -1/+1 |
| | |||||
* | Missing space. [CI SKIP] | Guo Xiang Tan | 2014-08-22 | 1 | -1/+1 |
| | |||||
* | Update Rails versions [ci skip] | Robin Dupret | 2014-07-07 | 1 | -6/+6 |
| | | | | | | | | | | | | | As discussed in #15304, we need to automate this process but for now, having out-of-date versions is not ideal. Since master targets 4.2.0, let's also update references to the last 4.1 version to 4.2.0. Finally, let's remove mentions to versions when this is not needed. The guides cover the features of the current version anyway. [Juanito Fatas + Robin Dupret] | ||||
* | Follow-up to #15215 [ci skip] | Robin Dupret | 2014-06-27 | 1 | -3/+4 |
| | |||||
* | Update all Rails 4.1.0 references in guides to 4.1.1 [ci skip] | John Kelly Ferguson | 2014-05-24 | 1 | -6/+6 |
| | |||||
* | Rename Posts to Articles in Guides, continuation of 2d446e77 / #13774 [ci skip] | John Kelly Ferguson | 2014-05-21 | 1 | -79/+78 |
| | |||||
* | Fix a few typos [ci skip] | Robin Dupret | 2014-04-12 | 1 | -13/+13 |
| | | | | This is a follow up to 545afc15. | ||||
* | Re-review the debugging guide. | David Rodríguez de Dios | 2014-04-11 | 1 | -133/+218 |
| | | | | Tested on a brand new app to exactly match current byebug's behaviour. | ||||
* | Minor fixes in the rails debugging guide | David Rodríguez de Dios | 2014-04-11 | 1 | -2/+2 |
| | |||||
* | Update debugging guide to use byebug | David Rodríguez de Dios | 2014-04-08 | 1 | -177/+246 |
| | |||||
* | copy edit [ci skip] | Vijay Dev | 2014-03-29 | 1 | -1/+1 |
| | |||||
* | Clarify environment_name for logs | Gaurish Sharma | 2014-03-27 | 1 | -1/+1 |
| | | | [ci skip] | ||||
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2013-09-13 | 1 | -1/+1 |
|\ | |||||
| * | `attibutes` => `attributes` | Vipul A M | 2013-09-03 | 1 | -1/+1 |
| | | |||||
* | | Use Ruby on Rails Coding Conventions for code examples in the guides | Paul Nikitochkin | 2013-09-06 | 1 | -1/+1 |
|/ | | | | | | | | * Indent after private/protected * Ruby >= 1.9 syntax for hashes * Prefer method { do_stuff } instead of method{do_stuff} for single-line blocks. [ci skip] | ||||
* | cleans the guides sources from fancy non-ASCII stuff | Xavier Noria | 2013-08-23 | 1 | -1/+1 |
| | |||||
* | Merge pull request #11534 from gaurish/log | Piotr Sarnacki | 2013-07-21 | 1 | -0/+31 |
|\ | | | | | Add logging performance [ci skip] | ||||
| * | Add logging performance [ci skip] | Gaurish Sharma | 2013-07-21 | 1 | -0/+31 |
| | | |||||
* | | Using ruby 1.9 syntax [ci skip] | Rashmi Yadav | 2013-07-14 | 1 | -2/+2 |
|/ | |||||
* | Grammar fix debugging rails applications [ci skip] | Ryan Williams | 2013-07-03 | 1 | -1/+1 |
| | |||||
* | adding additional plugins for debugging [ci skip] | Drew Dara-Abrams | 2013-06-27 | 1 | -0/+2 |
| | |||||
* | We are now rails 4 [skip-ci] | Vipul A M | 2013-06-26 | 1 | -2/+2 |
| | |||||
* | more naming fixes. | Yves Senn | 2013-04-30 | 1 | -1/+3 |
| | | | | | | | | * it's Action Mailer not ActionMailer * it's Action Pack not ActionPack * it's Active Support not ActiveSupport /cc @fxn | ||||
* | Fix links containing stray colons | Benjamin Tan Wei Hao | 2013-04-12 | 1 | -4/+4 |
| | |||||
* | remove broken links from reference section in debugging guide. | Yves Senn | 2013-04-03 | 1 | -3/+0 |
| | |||||
* | fixed a article link at sitepoint | Ken Lu | 2013-03-31 | 1 | -1/+1 |
| | |||||
* | Minor proofing | Jonathan Roes | 2013-03-27 | 1 | -13/+13 |
| | |||||
* | Remove unnecessary hyphen. | Jonathan Roes | 2013-03-27 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-01-09 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: guides/source/getting_started.md | ||||
| * | "SSL everywhere" for GitHub URLs | Akira Matsuda | 2013-01-02 | 1 | -1/+1 |
| | | | | | | | | see: https://github.com/blog/738-sidejack-prevention-phase-2-ssl-everywhere | ||||
* | | ERB::Util::h is no longer generated in scaffold | Ryunosuke SATO | 2013-01-05 | 1 | -3/+3 |
|/ | |||||
* | replace AS::BufferedLogger doc mentions with AS::Logger | Yves Senn | 2012-12-25 | 1 | -1/+1 |
| | |||||
* | Fixed grammar in a lot of guide prologues. | Katie Oldaker | 2012-12-07 | 1 | -4/+4 |
| | |||||
* | Normalize on 'After reading this guide, you will know:' | Steve Klabnik | 2012-11-29 | 1 | -1/+3 |
| | | | | | We have three or four different introduction sentences to the guides. After this commit, we use the same one everywhere. |