Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve Getting Started [ci skip] | Shia | 2016-09-02 | 1 | -2/+1 |
| | |||||
* | Added gitignore to "files & purpose" list [ci skip] | Rasmus Kjellberg | 2016-08-29 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-08-21 | 1 | -2/+2 |
|\ | |||||
| * | Grammar changes on getting started guide, specify where exactly the example ↵ | Vipul A M | 2016-08-19 | 1 | -2/+2 |
| | | | | | | | | is that we are referring to. [ci skip] | ||||
* | | Fix #26187 | Jonathan | 2016-08-17 | 1 | -0/+1 |
| | | | | | | As "discussed" in #26187 I added the route that magically disappeared again. | ||||
* | | Fix diffrent naming in getting_started.md | Jonathan | 2016-08-17 | 1 | -1/+1 |
| | | | | | | | | | | I've noticed that once `<h1>Editing article</h1>` L1157 was the title and then later on it's `<h1>Edit article</h1>` L1358 which kind of makes more sense... [ci skip] | ||||
* | | fix usage of pluralized word | chuckdishmon | 2016-08-14 | 1 | -1/+1 |
| | | |||||
* | | Add note about limitations of Windows Subsystem for Linux | Andrew White | 2016-08-05 | 1 | -0/+4 |
|/ | | | | | | | | | | Due to the limited support for inotify (Microsoft/BashOnWindows#216) in WSL the best thing to do at moment is add a note about skipping spring and listen when generating your application in the Getting Started guide. [skip ci] Fixes #26054. | ||||
* | Updated getting_started guide to reflect the change in error message for ↵ | Bonghyun Kim | 2016-07-28 | 1 | -19/+14 |
| | | | | | | ActionController::UnknownFromat in ArticlesController#new Restored texts about XML and JS template handlers. [ci skip] | ||||
* | [ci skip] Update redirecting links in guides | kei-s | 2016-07-12 | 1 | -2/+2 |
| | |||||
* | Update getting started guide for Rails 5 [ci skip] | Prathamesh Sonpatki | 2016-06-30 | 1 | -10/+12 |
| | | | | | | - Rails 5 will return 204 No Content by default for controller actions which do not have a template or do not specify how to render. - The "Getting started" guide needs to be updated for this. | ||||
* | remove unecessary comments [ci skip] | yuuji.yaginuma | 2016-06-26 | 1 | -5/+0 |
| | | | | These comments were removed in 8b69f1e. | ||||
* | Getting Started Guide: Add invoke test_unit to files table [ci skip] | Francis Go | 2016-05-12 | 1 | -0/+1 |
| | |||||
* | Getting Started Guide: Add channels and jobs to app purpose table [ci skip] | Francis Go | 2016-05-12 | 1 | -1/+1 |
| | |||||
* | Getting Started Guide: Update Ruby version to 2.3.1p112 | Francis Go | 2016-05-11 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Grammar corrections to Getting Started Guide [ci skip] | BV Satyaram | 2016-05-10 | 1 | -2/+2 |
| | |||||
* | Fix inconsistent usage of capital letter in rails generate command examples | Ralin Chimev | 2016-04-28 | 1 | -4/+4 |
| | |||||
* | Remove reference to non existing link in the welcome page. | djunzu | 2016-04-08 | 1 | -2/+1 |
| | | | | modified: guides/source/getting_started.md | ||||
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-03-06 | 1 | -3/+3 |
|\ | | | | | | | | | Conflicts: guides/source/association_basics.md | ||||
| * | [ci skip] Update getting started guide for chanages in migrations API | Prathamesh Sonpatki | 2016-03-03 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | - We no longer add `null: false` for timestamps columns as per https://github.com/rails/rails/commit/a939506f297b667291480f26fa32a373a18ae06a. - Similarly `references` and `belongs_to` columns no longer mention `index: true` in migration files. It's added by default as per https://github.com/rails/rails/commit/909818b93b8f1bd4d7053a1c5d8135b9b0cbe865. | ||||
* | | Doc: update AC::Parameters guides for Rails 5 | claudiob | 2016-02-25 | 1 | -2/+2 |
| | | | | | | | | [ci skip] | ||||
* | | Doc: update routes guides for Rails 5 | claudiob | 2016-02-25 | 1 | -14/+18 |
| | | | | | | | | [ci skip] | ||||
* | | Fix a typo | Prayag Verma | 2016-02-08 | 1 | -1/+1 |
|/ | | | Replace `a` with `an` | ||||
* | Fix typo. | Zachary Smith | 2016-02-02 | 1 | -2/+2 |
| | |||||
* | Getting Started Guide: Update Ruby version to 2.3.0p0 | Francis Go | 2016-01-29 | 1 | -1/+1 |
| | |||||
* | [ci skip] fix #23157 | Shakib Hossain | 2016-01-22 | 1 | -0/+5 |
| | |||||
* | [ci skip] update guide for Puma web server instead of Webrick | Gaurav Sharma | 2016-01-20 | 1 | -1/+1 |
| | | | Rails 5.0 default server puma web server. following commit - https://github.com/rails/rails/commit/ae48ea69 | ||||
* | use bin/rails default instead of rake commands [ci skip] | Gaurav Sharma | 2016-01-19 | 1 | -12/+12 |
| | | | I go through the `http://edgeguides.rubyonrails.org/` and found `rake` commands in various files that are in RAILS 5.0 implement by `bin/rails` command. I try to change all that can be directly use `bin/rails …` | ||||
* | [ci skip] Update doc/resource link removed by #21211 | Victor Felder | 2016-01-05 | 1 | -0/+1 |
| | |||||
* | Update README extension in Getting Started guide | Matthew Conway | 2015-12-20 | 1 | -1/+1 |
| | | | Generated Rails app READMEs are Markdown as of 9739f07d763e29b1c5d71cabf1ca8cfa4421e653 | ||||
* | ApplicationRecord documentation pass | Genadi Samokovarov | 2015-12-17 | 1 | -10/+11 |
| | | | | | | | This is a pass over the documentation which fills the missing gaps of `ApplicationRecord`. [ci skip] | ||||
* | Use a real migration version number in docs | Matthew Draper | 2015-12-15 | 1 | -2/+2 |
| | | | | | Even though this means more things to change when we bump after a release, it's more important that our examples are directly copyable. | ||||
* | Use a deliberately-invalid migration version in all doc examples | Matthew Draper | 2015-12-15 | 1 | -2/+2 |
| | | | | | | | | | | If we use a real version, at best that'll be an onerous update required for each release; at worst, it will encourage users to write new migrations against an older version than they're using. The other option would be to leave these bare, without any version specifier. But as that's just a variant spelling of "4.2", it would seem to raise the same concerns as above. | ||||
* | [ci skip] Better description for starting up with new Rails project | Shivani | 2015-08-28 | 1 | -4/+3 |
| | | | | These changes rephrases the description with better explanation of step by step process. | ||||
* | Merge pull request #21211 from brooksreese/resrc_io_website_closed | Rafael Mendonça França | 2015-08-12 | 1 | -1/+0 |
|\ | | | | | [ci skip] Removed link to reSRC.io - site closed | ||||
| * | [ci skip] Removed link to reSRC.io - site closed | Brooks Reese | 2015-08-12 | 1 | -1/+0 |
| | | |||||
* | | [ci skip] Swap ruby -v and the installation tip | Brooks Reese | 2015-08-11 | 1 | -5/+5 |
|/ | |||||
* | Added bin/update script to update application automatically | Mehmet Emin İNAÇ | 2015-08-07 | 1 | -1/+1 |
| | | | | | | | | | | use system! fix changelog use bundle check first and use rake use system instead system! for bundle check | ||||
* | Tiny documentation edits [ci skip] | Robin Dupret | 2015-07-28 | 1 | -4/+6 |
| | |||||
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-07-11 | 1 | -1/+1 |
|\ | |||||
| * | [ci skip] Fix hash key to symbol | yui-knk | 2015-06-24 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #20734 from srikanthps/master | Rafael Mendonça França | 2015-06-29 | 1 | -1/+2 |
|\ \ | | | | | | | To fix #20644 | ||||
| * | | To fix #20644 | Srikanth Shreenivas | 2015-06-30 | 1 | -1/+2 |
| |/ | | | | | Added a note on development kit for Windows Users. This is required as Windows users can get frustrated when their first rails project creation would fail as some native gem won't get built. | ||||
* | | Minor addition to getting started guide for foreign_key description of ↵ | Mehmet Emin İNAÇ | 2015-06-29 | 1 | -2/+2 |
| | | | | | | | | references migration [ci skip] | ||||
* | | updates a migration example in the Getting Started guide [ci skip] | Xavier Noria | 2015-06-28 | 1 | -5/+3 |
| | | | | | | | | Closes #20705. | ||||
* | | Change routes.rb look in getting started [ci skip] | Dmitry Pak | 2015-06-27 | 1 | -0/+1 |
|/ | |||||
* | correct example output of references migration [ci skip] | yuuji.yaginuma | 2015-06-19 | 1 | -4/+1 |
| | | | | this behavior was changed in 99a6f9e60ea55924b44f894a16f8de0162cf2702 | ||||
* | Tiny documentation edits [ci skip] | Robin Dupret | 2015-06-07 | 1 | -1/+3 |
| | |||||
* | no rails command short-cuts in the getting-started guide. [ci skip] | Yves Senn | 2015-05-31 | 1 | -1/+1 |
| | | | | The full command name is more expressive. | ||||
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-05-08 | 1 | -1/+1 |
|\ |