Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-10-31 | 1 | -1/+1 |
|\ | |||||
| * | Replace `an UNIQUE` with `a UNIQUE` as UNIQUE doesn't have a vowel sound [ci ↵ | amitkumarsuroliya | 2015-10-07 | 1 | -1/+1 |
| | | | | | | | | | | skip] `A UNIQUE` we pronounce URL as 'yu-ni-k’. We use this everywhere. So, be consistent with it. | ||||
* | | [ci skip] Add `:binds` to a list of paramaters of `sql.active_record` | yui-knk | 2015-10-28 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #21091 from ↵ | Yves Senn | 2015-08-24 | 1 | -0/+32 |
|\ | | | | | | | | | | | y-yagi/add_activejob_section_to_instrumentation_guide add Active Job section to instrumentation guide [ci skip] | ||||
| * | add Active Job section to instrumentation guide [ci skip] | yuuji.yaginuma | 2015-08-02 | 1 | -0/+32 |
| | | |||||
* | | [ci skip] Remove `identity.active_record` | yui-knk | 2015-08-07 | 1 | -8/+0 |
|/ | | | | | This is removed by this commit cf: https://github.com/rails/rails/pull/5261 | ||||
* | remove nonexistent hook from instrumentation guide [ci skip] | yuuji.yaginuma | 2015-06-25 | 1 | -11/+0 |
| | |||||
* | add `instantiation.active_record` hook to instrumentation guide [ci skip] | yuuji.yaginuma | 2015-06-08 | 1 | -0/+14 |
| | | | | the hook was added in 2a0d97bc89fc230241453cbbf55621309e1f3ac6 | ||||
* | Fix URL rails-framework-hooks | Nishant Modak | 2015-04-07 | 1 | -1/+1 |
| | |||||
* | Merge pull request #19123 from yui-knk/fix/active_support_instrumentation2 | Guillermo Iguaran | 2015-02-28 | 1 | -1/+1 |
|\ | | | | | [ci skip] Remove `,` | ||||
| * | [ci skip] Remove `,` | yui-knk | 2015-02-28 | 1 | -1/+1 |
| | | |||||
* | | [ci skip] Replace `ActiveResource` with `Active Resource` | yui-knk | 2015-02-28 | 1 | -1/+1 |
|/ | |||||
* | - 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. | ||||
* | warn about reading guides in GitHub | Xavier Noria | 2014-12-23 | 1 | -0/+2 |
| | | | | References #18148. | ||||
* | [ci skip] fix incorrect key in Active Support Instrumentation guide | yuuji.yaginuma | 2014-10-31 | 1 | -5/+5 |
| | |||||
* | Add status code to AS::Instrumentation table, like #17441 [ci skip] | Zachary Scott | 2014-10-30 | 1 | -0/+1 |
| | |||||
* | Add :db_runtime to table [ci skip] | Łukasz Strzałkowski | 2014-10-30 | 1 | -0/+1 |
| | | | | It was missing from table, but is present in sample hash below | ||||
* | Fix typo guides/source/active_support_instrumentation.md | Marat Khusnetdinov | 2014-05-22 | 1 | -1/+1 |
| | |||||
* | Guides: output valid HTML5 | Nate Berkopec | 2014-05-05 | 1 | -1/+1 |
| | | | [ci skip] | ||||
* | Added a missing `end` | Alejandro Andrés | 2014-04-28 | 1 | -0/+1 |
| | |||||
* | Instrument each load config initializer | Paul Nikitochkin | 2013-11-16 | 1 | -0/+9 |
| | | | | | | In order to simplify profiling loading of initializers, added instument for tracking load config initializer event from `config/initializers` | ||||
* | `dasboard` => `dashboard` | Vipul A M | 2013-06-15 | 1 | -4/+4 |
| | |||||
* | Fix some typos | Akira Matsuda | 2013-03-25 | 1 | -1/+1 |
| | |||||
* | Changed 'args' to 'arguments' when used in places other than code with ↵ | Prathamesh Sonpatki | 2013-03-24 | 1 | -1/+1 |
| | | | | fixing few more typos | ||||
* | fix introduced `:` ; fix another typo | Vipul A M | 2013-03-20 | 1 | -1/+1 |
| | |||||
* | do some typo fixing | Vipul A M | 2013-03-14 | 1 | -2/+2 |
| | |||||
* | Typppo | Akira Matsuda | 2013-03-06 | 1 | -1/+1 |
| | |||||
* | Fixed couple of typos | Fabrizio Regini | 2012-12-27 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | ActionView -> Action View | Steve Klabnik | 2012-11-29 | 1 | -2/+2 |
| | | | | The proper name has a space. | ||||
* | ActionController -> Action Controller | Steve Klabnik | 2012-11-29 | 1 | -2/+2 |
| | | | | The proper name has a space. | ||||
* | ActiveSupport -> Active Support | Steve Klabnik | 2012-11-29 | 1 | -4/+4 |
| | | | | The proper name has a space. | ||||
* | ActionMailer -> Action Mailer. | Steve Klabnik | 2012-11-29 | 1 | -2/+2 |
| | | | | The proper name for the library has a space. | ||||
* | ActiveRecord -> Active Record | Steve Klabnik | 2012-11-29 | 1 | -1/+1 |
| | | | | | The proper name, as per the documentation guides, is 'Active Record.' I've updated several references to it as 'ActiveRecord'. | ||||
* | fix output messages - docs [ci skip] | Francesco Rodriguez | 2012-10-22 | 1 | -2/+2 |
| | |||||
* | Revert "divided into folder with the language" | Rafael Mendonça França | 2012-10-17 | 1 | -0/+485 |
| | | | | | | This reverts commit f5b9ed4fbc3215a5fce48985ea372ad3f1182252. REASON: Translation work can not be done in the docrails repository | ||||
* | divided into folder with the language | Rodrigo Martins | 2012-10-17 | 1 | -485/+0 |
| | |||||
* | 1.9 hash syntax changes. | AvnerCohen | 2012-10-12 | 1 | -54/+54 |
| | |||||
* | 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 | -5/+5 |
| | |||||
* | Convert all tables to Markdown syntax | Prem Sichanugrist | 2012-09-17 | 1 | -88/+113 |
| | |||||
* | Convert all inline codes to Markdown syntax | Prem Sichanugrist | 2012-09-17 | 1 | -75/+75 |
| | |||||
* | Convert heading tags and heading section | Prem Sichanugrist | 2012-09-17 | 1 | -39/+51 |
| | |||||
* | Convert code blocks into GFM style | Prem Sichanugrist | 2012-09-17 | 1 | -52/+52 |
| | |||||
* | Rename the rest of the guides to Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -0/+448 |