Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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. | |||||
* | Add periods to the bullet points in guides. | Steve Klabnik | 2012-11-29 | 1 | -4/+4 | |
| | | | | Talked with @fxn about this. Bullet points should have periods at the ends. | |||||
* | Switch to 1.9 hash syntax | Agis Anastasopoulos | 2012-11-15 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-09-28 | 1 | -55/+1 | |
|\ | | | | | | | | | Conflicts: actionpack/lib/action_view/helpers/asset_tag_helper.rb | |||||
| * | bleakhouse is no longer useful for rails and outdated. | Teng Siong Ong | 2012-09-27 | 1 | -55/+1 | |
| | | ||||||
* | | [ci skip] Update Debugging Rails Application guide. | Teng Siong Ong | 2012-09-22 | 1 | -3/+1 | |
|/ | | | | | | - remove query_stats plugin reference in debugging guide since it is no longer maintained. - remove exception_logger plugin reference in debugging guide since it is no longer maintained. - update query_reviewer url to the latest one on github. | |||||
* | Fix the usage of `*` in Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -1/+1 | |
| | | | | | In Textile `*` would convert to `<strong>`, but in Markdown we have to use `**` instead. | |||||
* | Fix remaining formatting problems in the guide | Prem Sichanugrist | 2012-09-17 | 1 | -33/+33 | |
| | ||||||
* | Convert all the links into Markdown format | Prem Sichanugrist | 2012-09-17 | 1 | -21/+21 | |
| | ||||||
* | Convert all inline codes to Markdown syntax | Prem Sichanugrist | 2012-09-17 | 1 | -83/+83 | |
| | ||||||
* | change shell to bash | Prem Sichanugrist | 2012-09-17 | 1 | -31/+31 | |
| | ||||||
* | Convert inline code tags to Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -1/+1 | |
| | ||||||
* | Convert heading tags and heading section | Prem Sichanugrist | 2012-09-17 | 1 | -31/+38 | |
| | ||||||
* | Convert code blocks into GFM style | Prem Sichanugrist | 2012-09-17 | 1 | -90/+90 | |
| | ||||||
* | Rename the rest of the guides to Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -0/+722 | |