aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/getting_started.md
Commit message (Collapse)AuthorAgeFilesLines
* [ci skip] Update free-programming-books link in getting started guideMasayuki Morita2019-06-261-1/+1
| | | | | https://github.com/vhf/free-programming-books seems to have moved to https://github.com/EbookFoundation/free-programming-books
* Fix period positionRyuta Kamizono2019-06-061-1/+1
|
* compilation -> compression [ci skip]Sharang Dashputre2019-05-021-1/+1
|
* Update asset compression text [ci skip]Sharang Dashputre2019-05-021-1/+1
|
* Updates to getting started per Rails 6.0 changes [ci skip]Prathamesh Sonpatki2019-05-011-5/+3
|
* Update links and code examples in the guides to use HTTPS where the host ↵Nathaniel Suchy2019-03-061-2/+2
| | | | supports it.
* Fix guide to use correct number of files created by controller generatorrmacklin2019-03-041-1/+1
| | | | | | | | In e8546aba904fb6685ef2e61f1623c64e699a2c9c, the Getting Started guide was updated to reflect the removal of CoffeeScript stubs being generated by the controller generator. However, the comment above the table of generated files wasn't updated, so it incorrectly remained "This creates five files and one empty directory". This fixes it to now say "This creates four files and one empty directory".
* [ci skip] Updated migration version to 6.0 in the getting started docsAbhay Nikam2019-02-221-2/+2
|
* Update template missing text in Guideutilum2019-02-041-13/+10
| | | | | | | | | Changes the Getting Started guide explanation for `ActionController::MissingExactTemplate` error, to reflect the current message. Follow up for #29286, #35148 [ci skip]
* Require Ruby 2.5 for Rails 6.Kasper Timm Hansen2018-12-191-1/+1
| | | | | | | | | | Generally followed the pattern for https://github.com/rails/rails/pull/32034 * Removes needless CI configs for 2.4 * Targets 2.5 in rubocop * Updates existing CHANGELOG entries for fewer merge conflicts * Removes Hash#slice extension as that's inlined on Ruby 2.5. * Removes the need for send on define_method in MethodCallAssertions.
* 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
|