Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-03-26 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: guides/source/4_0_release_notes.md | ||||
| * | Rails 5 requires 2.2.1. [ci skip] | Juanito Fatas | 2015-03-24 | 1 | -1/+1 |
| | | | | | | | | Follow up of https://github.com/rails/rails/pull/19263. | ||||
* | | Adds an example of how to access the arguments passed to a custom rake task ↵ | Mohnish G J | 2015-03-16 | 1 | -2/+2 |
|/ | | | | [ci skip] | ||||
* | Section explaining how rails runner accepts code in a ruby file. | Waseem Ahmad | 2015-02-26 | 1 | -0/+6 |
| | | | | [ci skip] | ||||
* | Remove documentation tasks | Xavier Noria | 2015-02-06 | 1 | -8/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch removes the tasks doc:app, doc:rails, and doc:guides. In our experience applications do not generate APIs using doc:app. Methods may be certainly documented for maintainers, annotated with YARD tags, etc. but that is intended to be read with the source code, not in a separate website. Then, teams also have typically selected topics written down in Markdown files, or in a GitHub wiki... that kind of thing. If a team absolutely needs to generate application documentation for internal purposes, they can still easily write their own task. Regarding doc:rails and doc:guides, we live in 2015. We are used to go to online docs all the time. If you really want access to the API offline RubyGems generates it for every Rails component unless you tell it not to, and you can checkout the Rails source code to read the guides as Markdown, or download them for a Kindle reader. All in all, maintaining this code does not seem to be worthwhile anymore. As a consequence of this, guides (+3 MB uncompressed) won't be distributed with the rails gem anymore. Of course, guides and API are going to be still part of releases, since documentation is maintained alongside code and tests. Also, time permitting, this will allow us to experiment with novel ways to generate documentation in the Rails docs server, since right now we were constrained by being able to generate them in the user's environment. | ||||
* | - 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. | ||||
* | Remove the tmp/sessions folder and its clear task | Robin Dupret | 2015-01-03 | 1 | -6/+5 |
| | | | | | | | | | | Commit 1aea470 introduced this directory but this was at a time when the default way to store sessions was on the file system under the tmp directory. Let's remove references to it from the documentation as well. [Robin Dupret & yui-knk] | ||||
* | Updating guides for Rails 5.0 [ci skip] | Lucas Caton | 2015-01-02 | 1 | -6/+6 |
| | |||||
* | Update guides regarding the extension changes | Robin Dupret | 2014-12-26 | 1 | -5/+5 |
| | | | | | | | | | | 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. | ||||
* | [ci skip] Change three backticks to just one | yui-knk | 2014-12-17 | 1 | -3/+3 |
| | |||||
* | [ci skip] Fix typo in command_line.md | yui-knk | 2014-11-09 | 1 | -1/+1 |
| | |||||
* | [ci skip] Fix line break on command line guide | yui-knk | 2014-11-08 | 1 | -6/+2 |
| | |||||
* | [ci skip] modify default host in command line guide | yuuji.yaginuma | 2014-11-07 | 1 | -2/+2 |
| | |||||
* | Update `bin/rake about` [ci skip] | Arun Agrawal | 2014-11-05 | 1 | -6/+1 |
| | | | | As we are no more displaying frameworks | ||||
* | Singular credit_card controller name changed to plural | Niko Kiuru | 2014-09-14 | 1 | -1/+1 |
| | |||||
* | Update docs to reflect that helper stubs are no longer generated | David Heinemeier Hansson | 2014-08-03 | 1 | -4/+0 |
| | |||||
* | Remove "profile and benchmark" line from command line guide | Dave Jachimiak | 2014-07-17 | 1 | -1/+0 |
| | | | | The profiling and benchmarking commands are no longer built into Rails. | ||||
* | Update Rails versions [ci skip] | Robin Dupret | 2014-07-07 | 1 | -8/+8 |
| | | | | | | | | | | | | | 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] | ||||
* | Add to guides app and helper objects on command line | Mauro George | 2014-06-19 | 1 | -0/+25 |
| | | | | [ci skip] | ||||
* | Correct Example output in Rails guides [ci skip] | Aditya Kapoor | 2014-06-07 | 1 | -7/+6 |
| | |||||
* | Update all Rails 4.1.0 references in guides to 4.1.1 [ci skip] | John Kelly Ferguson | 2014-05-24 | 1 | -6/+6 |
| | |||||
* | Rename Posts to Articles in Guides, continuation of 2d446e77 / #13774 [ci skip] | John Kelly Ferguson | 2014-05-21 | 1 | -1/+1 |
| | |||||
* | Merge pull request #15191 from camsong/master | Yves Senn | 2014-05-20 | 1 | -2/+8 |
|\ | | | | | | | | | | | Distinguish rake assets:clobber from rake assets:clean [ci skip] | ||||
| * | Distinguish rake assets:clobber from rake assets:clean | cam song | 2014-05-20 | 1 | -2/+5 |
| | | |||||
* | | Use generated binstubs in guides examples. | Josef Šimánek | 2014-05-20 | 1 | -25/+25 |
|/ | | | | [ci skip] | ||||
* | Fix spelling and proper nouns | Steven Harman | 2014-04-17 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Update command line guide | robertomiranda | 2014-03-17 | 1 | -1/+7 |
| | |||||
* | [ci skip] Update list of files extensions in rake notes guide | robertomiranda | 2014-02-26 | 1 | -1/+1 |
| | |||||
* | Remove broken Commmand Line guide link | Nate Berkopec | 2013-11-15 | 1 | -2/+0 |
| | | | [ci skip] | ||||
* | Added ActionView in rake about [ci skip] | Arun Agrawal | 2013-10-09 | 1 | -5/+6 |
| | |||||
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2013-09-28 | 1 | -1/+1 |
|\ | |||||
| * | EncryptedCookieStore => CookieStore [ci skip] | Rashmi Yadav | 2013-09-13 | 1 | -1/+1 |
| | | |||||
* | | Removes redundant into text | douglascalhoun | 2013-09-21 | 1 | -2/+0 |
| | | | | | | Looks like a remnant sentence fragment from the 3.2 guide. | ||||
* | | Use the Rails binary when generating task | Rafael Mendonça França | 2013-09-12 | 1 | -2/+2 |
| | | | | | | | | | | | | Copy-edits [ci skip] | ||||
* | | [ci skip] Documentation on how to create custom rake tasks. | Teng Siong Ong | 2013-09-10 | 1 | -1/+3 |
|/ | |||||
* | Update Test::Unit to Minitest | Alex Altair | 2013-08-27 | 1 | -1/+1 |
| | | | | | | Previous was misleading; current is more up to date. [ci skip] | ||||
* | Bump ruby version [ci skip] | Anton Cherepanov | 2013-08-07 | 1 | -3/+3 |
| | |||||
* | add the missing middleware in command line guides rake about [ci skip] | Rajarshi Das | 2013-07-23 | 1 | -1/+1 |
| | |||||
* | New output for scaffold generate [ci skip] | Rashmi Yadav | 2013-07-17 | 1 | -3/+6 |
| | |||||
* | Added Rack::Sendfile in rake about [ci skip] | Arun Agrawal | 2013-07-15 | 1 | -1/+1 |
| | |||||
* | [doc] Info added for tmp:create [ci skip] | Rashmi Yadav | 2013-06-23 | 1 | -1/+2 |
| | |||||
* | change rails verison to 4.0.0 in command line | Vishnu Atrai | 2013-06-16 | 1 | -7/+7 |
| | |||||
* | Merge pull request #150 from vatrai/edgerails_in_command_line | Vishnu Atrai | 2013-06-15 | 1 | -2/+2 |
|\ | | | | | replace version 3.2.3 by 4.0.0.beta in command line | ||||
| * | replace version 3.2.3 by 4.0.0.beta in command line | Vishnu Atrai | 2013-06-15 | 1 | -2/+2 |
| | | |||||
* | | more guidelines for command line | Vishnu Atrai | 2013-06-14 | 1 | -0/+6 |
|/ | |||||
* | it's Active Record not ActiveRecord | Yves Senn | 2013-04-30 | 1 | -1/+1 |
| | | | | /cc @fxn | ||||
* | Changed rspec/model directory example to spec/models | Prathamesh Sonpatki | 2013-04-03 | 1 | -2/+2 |
| | |||||
* | s/app\/model\//app\/models\//g | Akira Matsuda | 2013-03-24 | 1 | -4/+4 |
| | |||||
* | Changed 'args' to 'arguments' when used in places other than code with ↵ | Prathamesh Sonpatki | 2013-03-24 | 1 | -1/+1 |
| | | | | fixing few more typos |