aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/getting_started.md
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #34114 from Madogiwa0124/update_getting_start_rails_versionEileen M. Uchitelle2018-10-071-1/+1
|\ | | | | getting started page rails version update to 5.2.1
| * getting started page rails version update to 5.2.1Madogiwa2018-10-071-1/+1
| |
* | Update the docs now that webpacker is default [ci skip]Prathamesh Sonpatki2018-10-031-3/+0
|/
* [ci skip] corrects more grammar awkwardness, replacing denylist with ↵Mina Slater2018-08-221-1/+5
| | | | restricted list and consistently use permitted
* [ci skip] fixes a few more grammar issues, changing a to an before the word ↵Mina Slater2018-08-221-4/+1
| | | | allowlist
* [ci skip] change all instances of blacklist and whitelist to denylist and ↵Mina Slater2018-08-211-1/+1
| | | | allowlist
* Merge pull request #33229 from ↵Matthew Draper2018-07-251-22/+22
|\ | | | | | | | | albertoalmagro/albertoalmagro/prefer-rails-command-over-bin-rails Prefer rails command over bin/rails
| * Recommend use of rails over bin/railsAlberto Almagro2018-07-061-22/+22
| | | | | | | | | | | | | | | | | | As discussed in #33203 rails command already looks for, and runs, bin/rails if it is present. We were mixing recommendations within guides and USAGE guidelines, in some files we recommended using rails, in others bin/rails and in some cases we even had both options mixed together.
* | Rails guides are now served over httpsPaul McMahon2018-07-241-2/+2
|/ | | | | http links will be redirected to the https version, but still better to just directly link to the https version.
* Improve wording for form_with in Getting Started GuideAnthony Crumley2018-06-281-4/+5
| | | | | | | | [ci skip] Improved wording by making it clear the form_with helper method was being referenced in the first paragraph and that the second paragraph is a continuation of the form_with train of thought. Additionally, a connection was made to examples of the form_with usage being described.
* Added a lot of Oxford commasAnthony Crumley2018-05-101-1/+1
| | | | | | | [ci skip] A regular expression was used to find a lot of missing Oxford commas and add them. The regular expression was as follows. ", ([a-zA-Z0-9.\`:'\"]+ ){1,6}(or|and) "
* Use https with weblog URIYoshiyuki Hirano2018-05-021-1/+1
|
* Merge pull request #32769 from anthonycrumley/document-active-storage-folderGeorge Claghorn2018-04-301-0/+1
|\ | | | | Document rails new <app> storage folder
| * Document rails new <app> storage folderAnthony Crumley2018-04-301-0/+1
| | | | | | | | | | [ci skip] Active Storage now adds a storage folder to newly generated rails applications.
* | Fix an oxford commaAnthony Crumley2018-04-301-1/+1
|/ | | | [ci skip]
* Remove reference to TokaidoJonathan Roes2018-04-301-5/+3
|
* Fix grammar in Getting Started with Railsef7182018-03-161-4/+4
|
* Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-171-2/+2
| | | | | | Skipping over 2.4.0 to sidestep the `"symbol_from_string".to_sym.dup` bug. References #32028
* Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-171-1/+1
|
* Improve wording in getting started guideJames Lovejoy2018-02-091-13/+13
| | | | [ci skip]
* remove text repetitionutilum2018-01-221-1/+1
| | | | [ci skip]
* Update guide text not to contradict imageutilum2018-01-221-2/+1
| | | | | | | The bottom line in the image of `ActionController::UnknownFormat`is not truncated. Now the text does not say it is. [ci skip]
* 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.