aboutsummaryrefslogtreecommitdiffstats
path: root/guides/rails_guides
Commit message (Expand)AuthorAgeFilesLines
* Use match? where we don't need MatchDataAkira Matsuda2019-07-291-1/+1
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-134-4/+0
* [ci skip] Fix guides to link to edgeapi if on EDGE envM. Saiqul Haq2019-04-011-2/+2
* Fix rails guides generationlocalhostdotdev2019-03-221-1/+1
* After https://github.com/rails/rails/pull/35281 and https://github.com/rails...Vipul A M2019-03-121-1/+1
* Tighten up the AV::Base constructorAaron Patterson2019-01-291-2/+2
* Enable `Lint/UselessAssignment` cop to avoid unused variable warnings (#34904)Ryuta Kamizono2019-01-091-3/+3
* Add OG tags to layout.html.erbtoshimaru2019-01-091-0/+8
* Use safe nav operator when calling RailsGuides::Generator.newYosuke Kabuto2018-12-051-2/+2
* Use direction instead of rtl flag.Alberto Almagro2018-11-221-11/+14
* Merge pull request #34486 from tamarr/masterRafael Mendonça França2018-11-191-2/+8
|\
| * allow right to left styling of docs (#3)tamarr2018-11-191-2/+7
|/
* Wrap custom id of a header attribute into \" in rails guidesbogdanvlviv2018-10-051-1/+1
* Fix rails guides markdown.rb and renderer.rb to use custom header idwagurano2018-09-232-2/+7
* Enable Style/ParenthesesAroundCondition copRyuta Kamizono2018-08-191-2/+2
* Enable Start/EndWith and RegexpMatch copsBart de Water2018-07-283-5/+5
* Cleanup credits related code as it is removed now in PR #32429Prathamesh Sonpatki2018-04-032-10/+1
* Not generate needless files in guidesYoshiyuki Hirano2018-04-021-25/+27
* We should call methods with `.method_name` not `::method_name`.utilum2018-02-221-2/+2
* Fix typos and add a few suggestionsFatos Morina2017-11-281-1/+1
* Enable `Style/RedundantReturn` rubocop rule, and fixed a couple moreRyuta Kamizono2017-11-011-1/+1
* Use frozen string literal in guides/Koichi ITO2017-08-137-0/+13
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-027-7/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-017-0/+7
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* Old expression caught to many chars resulting in 404. Added minor change to r...JD Gonzales2017-05-121-1/+1
* Merge pull request #28337 from riseshia/patch-1Rafael França2017-05-031-1/+1
|\
| * Fix to use correct path with language on guideShia2017-03-081-1/+1
* | Use target language's document.yaml [ci skip]Shia2017-05-041-1/+1
* | Fix all style guides violationsRafael Mendonça França2017-04-192-10/+10
* | Add anchor links to all headersRuy Diaz2017-04-011-0/+4
|/
* refactors and fixes in guides generation [ci skip]Xavier Noria2017-02-123-133/+89
* Fix rubocop violationsRafael Mendonça França2017-02-091-11/+11
* Automatically link to Ruby files referenced in notes [ci skip]Robin Dupret2017-02-071-1/+19
* Automatically inject the current Rails version in API links [ci skip]Robin Dupret2017-02-071-0/+23
* Fix Rubocop violations and fix documentation visibilityRafael Mendonça França2016-12-281-1/+1
* Fix rake guides:generate:kindle errorBian Jiaping2016-12-181-8/+4
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-296-8/+8
* Fix HTML escaping in the guidesRafael Mendonça França2016-10-251-1/+1
* Fix indentationRafael Mendonça França2016-10-251-1/+1
* Generate HTML not plain textRafael Mendonça França2016-10-251-1/+1
* Fix plain option in the rails_guides generatorRafael Mendonça França2016-10-251-1/+1
* [ci skip] Update Levenshtein code with better attribution.Kasper Timm Hansen2016-09-121-1/+3
* RuboCop is 100% green :tada:Xavier Noria2016-09-021-8/+9
* Add three new rubocop rulesRafael Mendonça França2016-08-162-10/+10
* Fix broken alignments caused by auto-correct commit 411ccbdRyuta Kamizono2016-08-101-1/+2
* applies remaining conventions across the projectXavier Noria2016-08-062-8/+8
* normalizes indentation and whitespace across the projectXavier Noria2016-08-063-152/+152
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-4/+2
* modernizes hash syntax in guidesXavier Noria2016-08-064-9/+9