You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ ifdef::env-github[]
25
25
TIP: You can find a beautiful version of this guide with much improved navigation at https://rails.rubystyle.guide.
26
26
endif::[]
27
27
28
-
The goal of this guide is to present a set of best practices and style prescriptions for Ruby on Rails 4 development.
28
+
The goal of this guide is to present a set of best practices and style prescriptions for Ruby on Rails development.
29
29
It's a complementary guide to the already existing community-driven https://github.com/rubocop-hq/ruby-style-guide[Ruby coding style guide].
30
30
31
31
This Rails style guide recommends best practices so that real-world Rails programmers can write code that can be maintained by other real-world Rails programmers.
@@ -36,7 +36,7 @@ I've tried to add the rationale behind the rules (if it's omitted I've assumed i
36
36
37
37
I didn't come up with all the rules out of nowhere - they are mostly based on my extensive career as a professional software engineer, feedback and suggestions from members of the Rails community and various highly regarded Rails programming resources.
38
38
39
-
NOTE: Some of the advice here is applicable only to Rails 4.0+.
39
+
NOTE: Some of the advice here is applicable only to recent versions of Rails.
40
40
41
41
You can generate a PDF copy of this guide using https://asciidoctor.org/docs/asciidoctor-pdf/[AsciiDoctor PDF], and an HTML copy https://asciidoctor.org/docs/convert-documents/#converting-a-document-to-html[with] https://asciidoctor.org/#installation[AsciiDoctor] using the following commands:
0 commit comments