Skip to content

Commit 34eb3d2

Browse files
authored
Merge pull request #307 from andyw8/andyw8/remove-rails-4-mentions
Remove mentions of Rails 4
2 parents b54ccc7 + fd41899 commit 34eb3d2

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
@@ -25,7 +25,7 @@ ifdef::env-github[]
2525
TIP: You can find a beautiful version of this guide with much improved navigation at https://rails.rubystyle.guide.
2626
endif::[]
2727

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.
2929
It's a complementary guide to the already existing community-driven https://github.com/rubocop-hq/ruby-style-guide[Ruby coding style guide].
3030

3131
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
3636

3737
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.
3838

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.
4040

4141
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:
4242

0 commit comments

Comments
 (0)