Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cherry-pick test and source doc from #20050 | Hirofumi Wakasugi | 2015-06-25 | 1 | -0/+8 |
| | |||||
* | revert 539d929b7b32302afe548e4cb06b5f4dd56e9942 [ci skip] | Abdelkader Boudih | 2015-02-04 | 1 | -1/+1 |
| | |||||
* | Fix typo in Creating and Customizing Rails Generators & Templates guides | Yasuhiko Katoh (y@su) | 2015-02-04 | 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. | ||||
* | Update guides regarding the extension changes | Robin Dupret | 2014-12-26 | 1 | -4/+4 |
| | | | | | | | | | | With rails/coffee-rails#61 (and #17241), the `.coffee` extension is favoured over `.js.coffee`. Respectively, with rails/sass-rails#271 `.scss` and `.sass` are favoured over `.css.scss` and `.css.sass`. Let's update the documentation to reflect that. [ci skip] | ||||
* | warn about reading guides in GitHub | Xavier Noria | 2014-12-23 | 1 | -0/+2 |
| | | | | References #18148. | ||||
* | Follow up on #16408 | Jon Atack | 2014-08-22 | 1 | -2/+6 |
| | | | | [skip ci] | ||||
* | minor copy editing [ci skip] | Vijay Dev | 2014-08-19 | 1 | -3/+1 |
| | |||||
* | [ci skip] add note about the ERB escape in generator docs | Aditya Kapoor | 2014-08-14 | 1 | -0/+15 |
| | |||||
* | Update docs to reflect that helper stubs are no longer generated | David Heinemeier Hansson | 2014-08-03 | 1 | -4/+0 |
| | |||||
* | Generator guide grammatical error fixed [ci skip] | Siddharth Bhagwan | 2014-07-21 | 1 | -1/+1 |
| | |||||
* | [ci skip] /javascript/ -> JavaScript - cover whole app | Akshay Vishnoi | 2014-07-04 | 1 | -2/+2 |
| | |||||
* | Rename Posts to Articles in Guides, continuation of 2d446e77 / #13774 [ci skip] | John Kelly Ferguson | 2014-05-21 | 1 | -2/+2 |
| | |||||
* | Use generated binstubs in guides examples. | Josef Šimánek | 2014-05-20 | 1 | -12/+12 |
| | | | | [ci skip] | ||||
* | [ci skip] Fix a factual error and highlight code in generators guide. | Juanito Fatas | 2014-05-14 | 1 | -2/+2 |
| | |||||
* | Spelling and Grammar check [ci skip] | Akshay Vishnoi | 2013-12-16 | 1 | -1/+1 |
| | |||||
* | show javascripts can be disabled in generators | Rob Zolkos | 2013-10-31 | 1 | -2/+6 |
| | |||||
* | [ci skip] Update scaffold output and change some words. | Juanito Fatas | 2013-09-27 | 1 | -3/+18 |
| | | | | | | | | | | Scaffold output: add jbuilder, update timestamp (edge guide!) Add some file breadcrumb (comment) to help reader find files. Improve readability by adding some command outputs. Thanks for great help from @senny. | ||||
* | Update references to wycats/thor to erikhuda/thor. | Benjamin Manns | 2013-09-23 | 1 | -3/+3 |
| | |||||
* | fix the initializer block example and clarify | Carlos Puchol | 2013-03-22 | 1 | -2/+2 |
| | | | | | clarify that the contents of the block is expected to return a string. the previous example executed puts and the initializer got nothing. also, made it consistent with the single-line example to be more clear as to what's going on | ||||
* | Gist URLs are now namespaced | Akira Matsuda | 2013-02-18 | 1 | -1/+1 |
| | | | | see: https://github.com/blog/1406-namespaced-gists | ||||
* | Typo in code | manishval | 2013-01-29 | 1 | -1/+1 |
| | |||||
* | update the scaffold generator outputs | Akira Matsuda | 2013-01-04 | 1 | -4/+14 |
| | |||||
* | Remove references to Rails versions. | Steve Klabnik | 2012-12-07 | 1 | -2/+0 |
| | | | | | | | | There's no reason for guides to reference old behaviors. They should be current as of the versions of Rails that they ship with, and including older information just clutters thing. I discussed this change with @fxn and he agrees. | ||||
* | Fixed grammar in a lot of guide prologues. | Katie Oldaker | 2012-12-07 | 1 | -7/+7 |
| | |||||
* | Normalize on 'After reading this guide, you will know:' | Steve Klabnik | 2012-11-29 | 1 | -1/+1 |
| | | | | | 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 | -7/+7 |
| | | | | Talked with @fxn about this. Bullet points should have periods at the ends. | ||||
* | copy edits and fixes [ci skip] | Vijay Dev | 2012-11-17 | 1 | -1/+1 |
| | |||||
* | Add link to the Application Templates guide | Agis Anastasopoulos | 2012-11-16 | 1 | -1/+1 |
| | |||||
* | Switch to 1.9 hash syntax & remove some parentheses when it reads nicer | Agis Anastasopoulos | 2012-11-16 | 1 | -33/+33 |
| | |||||
* | Update test locations | Mike Moore | 2012-10-09 | 1 | -6/+6 |
| | | | | | | | | | | | | | | Change the default test locations to avoid confusion around the common testing terms "unit" and "functional". Add new rake tasks for the new locations, while maintaining backwards compatibility with the old rake tasks. New testing locations are as follows: app/models -> test/models (was test/units) app/helpers -> test/helpers (was test/units/helpers) app/controllers -> test/controllers (was test/functional) app/mailers -> test/mailers (was test/functional) | ||||
* | Convert all the links into Markdown format | Prem Sichanugrist | 2012-09-17 | 1 | -5/+5 |
| | |||||
* | Convert all inline codes to Markdown syntax | Prem Sichanugrist | 2012-09-17 | 1 | -60/+60 |
| | |||||
* | change shell to bash | Prem Sichanugrist | 2012-09-17 | 1 | -15/+15 |
| | |||||
* | Convert heading tags and heading section | Prem Sichanugrist | 2012-09-17 | 1 | -27/+37 |
| | |||||
* | Convert code blocks into GFM style | Prem Sichanugrist | 2012-09-17 | 1 | -110/+110 |
| | |||||
* | Rename the rest of the guides to Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -0/+626 |