1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

9 commits

Author SHA1 Message Date
David Heinemeier Hansson
3e0cdbeaf4
require, require_relative, load by double quotes (#38841)
* require, require_relative, load by double quotes

We're getting rid of all single quote usage, unless it serves a specific purpose, as per the general style guide.
2020-03-29 16:30:52 -07:00
Haroon Ahmed
db1ae8cbb4 remove reference to global rails command and replace with bin/rails 2019-12-27 19:32:37 +00:00
Petrik
90c720a8b4 Don't use rails command shortcuts in guides [ci skip]
Use the full rails commands instead of the shortcuts in the guides.
This makes things clearer for new users.
2019-12-20 10:59:25 +01:00
Xavier Noria
fe3db2a14e Documents another gotcha of classic autoloading [skip ci]
Co-Authored-By: Hirofumi Wakasugi <baenej@gmail.com>
2019-12-18 19:18:26 +01:00
Petrik
2e84228d0e Add missing languages for guides code blocks [ci skip]
Some code examples were missing the language used for code highlighting.
2019-12-17 19:38:45 -05:00
Xavier Noria
43863bfc57 let environments configure load-related paths
Co-authored-by: Allen Hsu <allen.hsusp@gmail.com>
2019-11-06 20:40:39 +01:00
Benjamin Bock
19128e23a9
Fix typo [ci skip] 2019-09-03 20:54:50 +02:00
Xavier Noria
2fe20cb55c fixes link [skip ci] 2019-07-10 09:11:33 +02:00
Xavier Noria
9f210d18a7 renames and revises the autoloading guide for classic mode [skip ci] 2019-07-09 19:57:45 +02:00