aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/debugging_rails_applications.md
Commit message (Collapse)AuthorAgeFilesLines
* [ci skip] modify the description of production log level defaultyuuji.yaginuma2014-09-211-1/+1
|
* Missing space. [CI SKIP]Guo Xiang Tan2014-08-221-1/+1
|
* Update Rails versions [ci skip]Robin Dupret2014-07-071-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 Dupret2014-06-271-3/+4
|
* Update all Rails 4.1.0 references in guides to 4.1.1 [ci skip]John Kelly Ferguson2014-05-241-6/+6
|
* Rename Posts to Articles in Guides, continuation of 2d446e77 / #13774 [ci skip]John Kelly Ferguson2014-05-211-79/+78
|
* Fix a few typos [ci skip]Robin Dupret2014-04-121-13/+13
| | | | This is a follow up to 545afc15.
* Re-review the debugging guide.David Rodríguez de Dios2014-04-111-133/+218
| | | | Tested on a brand new app to exactly match current byebug's behaviour.
* Minor fixes in the rails debugging guideDavid Rodríguez de Dios2014-04-111-2/+2
|
* Update debugging guide to use byebugDavid Rodríguez de Dios2014-04-081-177/+246
|
* copy edit [ci skip]Vijay Dev2014-03-291-1/+1
|
* Clarify environment_name for logsGaurish Sharma2014-03-271-1/+1
| | | [ci skip]
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-09-131-1/+1
|\
| * `attibutes` => `attributes`Vipul A M2013-09-031-1/+1
| |
* | Use Ruby on Rails Coding Conventions for code examples in the guidesPaul Nikitochkin2013-09-061-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 stuffXavier Noria2013-08-231-1/+1
|
* Merge pull request #11534 from gaurish/logPiotr Sarnacki2013-07-211-0/+31
|\ | | | | Add logging performance [ci skip]
| * Add logging performance [ci skip]Gaurish Sharma2013-07-211-0/+31
| |
* | Using ruby 1.9 syntax [ci skip]Rashmi Yadav2013-07-141-2/+2
|/
* Grammar fix debugging rails applications [ci skip]Ryan Williams2013-07-031-1/+1
|
* adding additional plugins for debugging [ci skip]Drew Dara-Abrams2013-06-271-0/+2
|
* We are now rails 4 [skip-ci]Vipul A M2013-06-261-2/+2
|
* more naming fixes.Yves Senn2013-04-301-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 colonsBenjamin Tan Wei Hao2013-04-121-4/+4
|
* remove broken links from reference section in debugging guide.Yves Senn2013-04-031-3/+0
|
* fixed a article link at sitepointKen Lu2013-03-311-1/+1
|
* Minor proofingJonathan Roes2013-03-271-13/+13
|
* Remove unnecessary hyphen.Jonathan Roes2013-03-271-1/+1
|
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-01-091-1/+1
|\ | | | | | | | | Conflicts: guides/source/getting_started.md
| * "SSL everywhere" for GitHub URLsAkira Matsuda2013-01-021-1/+1
| | | | | | | | see: https://github.com/blog/738-sidejack-prevention-phase-2-ssl-everywhere
* | ERB::Util::h is no longer generated in scaffoldRyunosuke SATO2013-01-051-3/+3
|/
* replace AS::BufferedLogger doc mentions with AS::LoggerYves Senn2012-12-251-1/+1
|
* Fixed grammar in a lot of guide prologues.Katie Oldaker2012-12-071-4/+4
|
* Normalize on 'After reading this guide, you will know:'Steve Klabnik2012-11-291-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 Klabnik2012-11-291-4/+4
| | | | Talked with @fxn about this. Bullet points should have periods at the ends.
* Switch to 1.9 hash syntaxAgis Anastasopoulos2012-11-151-1/+1
|
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-281-55/+1
|\ | | | | | | | | Conflicts: actionpack/lib/action_view/helpers/asset_tag_helper.rb
| * bleakhouse is no longer useful for rails and outdated.Teng Siong Ong2012-09-271-55/+1
| |
* | [ci skip] Update Debugging Rails Application guide.Teng Siong Ong2012-09-221-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 MarkdownPrem Sichanugrist2012-09-171-1/+1
| | | | | In Textile `*` would convert to `<strong>`, but in Markdown we have to use `**` instead.
* Fix remaining formatting problems in the guidePrem Sichanugrist2012-09-171-33/+33
|
* Convert all the links into Markdown formatPrem Sichanugrist2012-09-171-21/+21
|
* Convert all inline codes to Markdown syntaxPrem Sichanugrist2012-09-171-83/+83
|
* change shell to bashPrem Sichanugrist2012-09-171-31/+31
|
* Convert inline code tags to MarkdownPrem Sichanugrist2012-09-171-1/+1
|
* Convert heading tags and heading sectionPrem Sichanugrist2012-09-171-31/+38
|
* Convert code blocks into GFM stylePrem Sichanugrist2012-09-171-90/+90
|
* Rename the rest of the guides to MarkdownPrem Sichanugrist2012-09-171-0/+722