Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #34114 from Madogiwa0124/update_getting_start_rails_version | Eileen M. Uchitelle | 2018-10-07 | 1 | -1/+1 |
|\ | | | | | getting started page rails version update to 5.2.1 | ||||
| * | getting started page rails version update to 5.2.1 | Madogiwa | 2018-10-07 | 1 | -1/+1 |
| | | |||||
* | | Update the docs now that webpacker is default [ci skip] | Prathamesh Sonpatki | 2018-10-03 | 1 | -3/+0 |
|/ | |||||
* | [ci skip] corrects more grammar awkwardness, replacing denylist with ↵ | Mina Slater | 2018-08-22 | 1 | -1/+5 |
| | | | | restricted list and consistently use permitted | ||||
* | [ci skip] fixes a few more grammar issues, changing a to an before the word ↵ | Mina Slater | 2018-08-22 | 1 | -4/+1 |
| | | | | allowlist | ||||
* | [ci skip] change all instances of blacklist and whitelist to denylist and ↵ | Mina Slater | 2018-08-21 | 1 | -1/+1 |
| | | | | allowlist | ||||
* | Merge pull request #33229 from ↵ | Matthew Draper | 2018-07-25 | 1 | -22/+22 |
|\ | | | | | | | | | albertoalmagro/albertoalmagro/prefer-rails-command-over-bin-rails Prefer rails command over bin/rails | ||||
| * | Recommend use of rails over bin/rails | Alberto Almagro | 2018-07-06 | 1 | -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 https | Paul McMahon | 2018-07-24 | 1 | -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 Guide | Anthony Crumley | 2018-06-28 | 1 | -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 commas | Anthony Crumley | 2018-05-10 | 1 | -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 URI | Yoshiyuki Hirano | 2018-05-02 | 1 | -1/+1 |
| | |||||
* | Merge pull request #32769 from anthonycrumley/document-active-storage-folder | George Claghorn | 2018-04-30 | 1 | -0/+1 |
|\ | | | | | Document rails new <app> storage folder | ||||
| * | Document rails new <app> storage folder | Anthony Crumley | 2018-04-30 | 1 | -0/+1 |
| | | | | | | | | | | [ci skip] Active Storage now adds a storage folder to newly generated rails applications. | ||||
* | | Fix an oxford comma | Anthony Crumley | 2018-04-30 | 1 | -1/+1 |
|/ | | | | [ci skip] | ||||
* | Remove reference to Tokaido | Jonathan Roes | 2018-04-30 | 1 | -5/+3 |
| | |||||
* | Fix grammar in Getting Started with Rails | ef718 | 2018-03-16 | 1 | -4/+4 |
| | |||||
* | Rails 6 requires Ruby 2.4.1+ | Jeremy Daer | 2018-02-17 | 1 | -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 Daer | 2018-02-17 | 1 | -1/+1 |
| | |||||
* | Improve wording in getting started guide | James Lovejoy | 2018-02-09 | 1 | -13/+13 |
| | | | | [ci skip] | ||||
* | remove text repetition | utilum | 2018-01-22 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Update guide text not to contradict image | utilum | 2018-01-22 | 1 | -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 Hirano | 2017-10-09 | 1 | -19/+21 |
| | |||||
* | Cosmetic fixes [ci skip] | Yauheni Dakuka | 2017-10-06 | 1 | -1/+1 |
| | |||||
* | Add link to Rack website | Antonio Tapiador del Dujo | 2017-10-02 | 1 | -1/+1 |
| | | | | | | | Resemble links to Bundler and Yarn, based on feedback by @kamipo [ci skip] | ||||
* | Update action_controller_overview.md [ci skip] | Yauheni Dakuka | 2017-09-19 | 1 | -1/+1 |
| | |||||
* | Update Getting Started with Rails [ci skip] | Yoshiyuki Hirano | 2017-09-15 | 1 | -4/+4 |
| | |||||
* | Update Getting Started with Rails [ci skip] | Yoshiyuki Hirano | 2017-09-14 | 1 | -0/+2 |
| | |||||
* | Use https instead of http in guide [ci skip] | Yoshiyuki Hirano | 2017-08-23 | 1 | -2/+2 |
| | |||||
* | missing backquotes [ci skip] | Yauheni Dakuka | 2017-08-22 | 1 | -1/+1 |
| | |||||
* | [ci skip] form_with in the getting started guide. | Kasper Timm Hansen | 2017-08-21 | 1 | -67/+70 |
| | | | | Add back a bit about a resource oriented style of routing. | ||||
* | [ci skip] run migration before looking at schema | Sai Prashanth | 2017-06-30 | 1 | -2/+2 |
| | |||||
* | Replace an outdated mention of `jquery_ujs` with `rails-ujs` [ci skip] | Dzianis Dashkevich | 2017-06-01 | 1 | -2/+2 |
| | |||||
* | Fix articles layout in guides by eliminating W3C validator warnings [ci skip] | Dzianis Dashkevich | 2017-06-01 | 1 | -0/+1 |
| | |||||
* | Replace therubyracer with mini_racer | Sam | 2017-05-30 | 1 | -1/+1 |
| | |||||
* | Simplify handling of prerequisites in Getting Started guide [ci skip] | Mike Gunderloy | 2017-05-21 | 1 | -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 ITO | 2017-04-25 | 1 | -1/+1 |
| | |||||
* | Small docs fix | Jon Moss | 2017-04-17 | 1 | -1/+1 |
| | | | | | | | Add missing word "programming", to clarify what type of language Ruby is ;) [ci skip] | ||||
* | Upgrade various Rails 5.0 references to 5.1 | Jon Moss | 2017-03-25 | 1 | -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 X | Vitali Tatarintev | 2017-02-20 | 1 | -4/+4 |
| | |||||
* | public methods can be placed after private ones if you want to | Akira Matsuda | 2016-12-25 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Abuse of protected in guides | Akira Matsuda | 2016-12-25 | 1 | -1/+1 |
| | |||||
* | fix typo in getting_started [ci skip] (#27423) | yachibit | 2016-12-21 | 1 | -1/+1 |
| | |||||
* | fix: solves issue#27189 | jnoortheen | 2016-11-27 | 1 | -3/+4 |
| | |||||
* | Fix 'Getting Started with Rails' [ci skip] | bogdanvlviv | 2016-11-06 | 1 | -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] | 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. |