aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/getting_started.md
Commit message (Collapse)AuthorAgeFilesLines
* Fix the result of `rails routes` in Guide [ci skip]Yoshiyuki Hirano2017-10-091-19/+21
|
* Cosmetic fixes [ci skip]Yauheni Dakuka2017-10-061-1/+1
|
* Add link to Rack websiteAntonio Tapiador del Dujo2017-10-021-1/+1
| | | | | | | Resemble links to Bundler and Yarn, based on feedback by @kamipo [ci skip]
* Update action_controller_overview.md [ci skip]Yauheni Dakuka2017-09-191-1/+1
|
* Update Getting Started with Rails [ci skip]Yoshiyuki Hirano2017-09-151-4/+4
|
* Update Getting Started with Rails [ci skip]Yoshiyuki Hirano2017-09-141-0/+2
|
* Use https instead of http in guide [ci skip]Yoshiyuki Hirano2017-08-231-2/+2
|
* missing backquotes [ci skip]Yauheni Dakuka2017-08-221-1/+1
|
* [ci skip] form_with in the getting started guide.Kasper Timm Hansen2017-08-211-67/+70
| | | | Add back a bit about a resource oriented style of routing.
* [ci skip] run migration before looking at schemaSai Prashanth2017-06-301-2/+2
|
* Replace an outdated mention of `jquery_ujs` with `rails-ujs` [ci skip]Dzianis Dashkevich2017-06-011-2/+2
|
* Fix articles layout in guides by eliminating W3C validator warnings [ci skip]Dzianis Dashkevich2017-06-011-0/+1
|
* Replace therubyracer with mini_racerSam2017-05-301-1/+1
|
* Simplify handling of prerequisites in Getting Started guide [ci skip]Mike Gunderloy2017-05-211-12/+13
| | | | | | | | | Telling people about prerequisites, and then telling them a page later how to check and install those prerequisites, is confusing. This commit removes the list and just handles the software installation in one place. Fixes #28565
* Unify the name of GitHub [ci skip]Koichi ITO2017-04-251-1/+1
|
* Small docs fixJon Moss2017-04-171-1/+1
| | | | | | | Add missing word "programming", to clarify what type of language Ruby is ;) [ci skip]
* Upgrade various Rails 5.0 references to 5.1Jon Moss2017-03-251-1/+1
| | | | | | | RC1 is out, `5-1-stable` has been created, figured it was time to start updating this stuff :) [ci skip]
* [ci skip] Update Guides to use macOS instead of Mac OS XVitali Tatarintev2017-02-201-4/+4
|
* public methods can be placed after private ones if you want toAkira Matsuda2016-12-251-1/+1
| | | | [ci skip]
* Abuse of protected in guidesAkira Matsuda2016-12-251-1/+1
|
* fix typo in getting_started [ci skip] (#27423)yachibit2016-12-211-1/+1
|
* fix: solves issue#27189jnoortheen2016-11-271-3/+4
|
* Fix 'Getting Started with Rails' [ci skip]bogdanvlviv2016-11-061-2/+2
| | | | | | | | | `bin/rails generate controller Comments` creates files app/assets/javascripts/comments.coffee app/assets/stylesheets/comments.scss not app/assets/javascripts/comment.coffee app/assets/stylesheets/comment.scss
* Improve Getting Started [ci skip]Shia2016-09-021-2/+1
|
* Added gitignore to "files & purpose" list [ci skip]Rasmus Kjellberg2016-08-291-0/+1
|
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-08-211-2/+2
|\
| * Grammar changes on getting started guide, specify where exactly the example ↵Vipul A M2016-08-191-2/+2
| | | | | | | | is that we are referring to. [ci skip]
* | Fix #26187Jonathan2016-08-171-0/+1
| | | | | | As "discussed" in #26187 I added the route that magically disappeared again.
* | Fix diffrent naming in getting_started.mdJonathan2016-08-171-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 wordchuckdishmon2016-08-141-1/+1
| |
* | Add note about limitations of Windows Subsystem for LinuxAndrew White2016-08-051-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 Kim2016-07-281-19/+14
| | | | | | ActionController::UnknownFromat in ArticlesController#new Restored texts about XML and JS template handlers. [ci skip]
* [ci skip] Update redirecting links in guideskei-s2016-07-121-2/+2
|
* Update getting started guide for Rails 5 [ci skip]Prathamesh Sonpatki2016-06-301-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.yaginuma2016-06-261-5/+0
| | | | These comments were removed in 8b69f1e.
* Getting Started Guide: Add invoke test_unit to files table [ci skip]Francis Go2016-05-121-0/+1
|
* Getting Started Guide: Add channels and jobs to app purpose table [ci skip]Francis Go2016-05-121-1/+1
|
* Getting Started Guide: Update Ruby version to 2.3.1p112Francis Go2016-05-111-1/+1
| | | | [ci skip]
* Grammar corrections to Getting Started Guide [ci skip]BV Satyaram2016-05-101-2/+2
|
* Fix inconsistent usage of capital letter in rails generate command examplesRalin Chimev2016-04-281-4/+4
|
* Remove reference to non existing link in the welcome page.djunzu2016-04-081-2/+1
| | | | modified: guides/source/getting_started.md
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-03-061-3/+3
|\ | | | | | | | | Conflicts: guides/source/association_basics.md
| * [ci skip] Update getting started guide for chanages in migrations APIPrathamesh Sonpatki2016-03-031-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 5claudiob2016-02-251-2/+2
| | | | | | | | [ci skip]
* | Doc: update routes guides for Rails 5claudiob2016-02-251-14/+18
| | | | | | | | [ci skip]
* | Fix a typoPrayag Verma2016-02-081-1/+1
|/ | | Replace `a` with `an`
* Fix typo.Zachary Smith2016-02-021-2/+2
|
* Getting Started Guide: Update Ruby version to 2.3.0p0Francis Go2016-01-291-1/+1
|
* [ci skip] fix #23157Shakib Hossain2016-01-221-0/+5
|
* [ci skip] update guide for Puma web server instead of WebrickGaurav Sharma2016-01-201-1/+1
| | | Rails 5.0 default server puma web server. following commit - https://github.com/rails/rails/commit/ae48ea69