Skip to content

Commit fd41899

Browse files
committed
Remove mentions of Rails 4
1 parent 8d88cb6 commit fd41899

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ifdef::env-github[]
2323
TIP: You can find a beautiful version of this guide with much improved navigation at https://rails.rubystyle.guide.
2424
endif::[]
2525

26-
The goal of this guide is to present a set of best practices and style prescriptions for Ruby on Rails 4 development.
26+
The goal of this guide is to present a set of best practices and style prescriptions for Ruby on Rails development.
2727
It's a complementary guide to the already existing community-driven https://github.com/rubocop-hq/ruby-style-guide[Ruby coding style guide].
2828

2929
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.
@@ -34,7 +34,7 @@ I've tried to add the rationale behind the rules (if it's omitted I've assumed i
3434

3535
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.
3636

37-
NOTE: Some of the advice here is applicable only to Rails 4.0+.
37+
NOTE: Some of the advice here is applicable only to recent versions of Rails.
3838

3939
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:
4040

0 commit comments

Comments
 (0)