Skip to content

Commit

Permalink
frozen_string_literal hint for beginner developers
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon committed Sep 22, 2018
1 parent 90c4c33 commit 609c507
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -38,6 +38,8 @@ I want this Sinatra boilerplate app to:
## <a name="start"></a>Get started
You need **Ruby (>= 2.4)** and **Bundler** (of course).

Have you heard of __frozen_string_literal__? No? [Read this](https://www.pluralsight.com/blog/software-development/ruby-2-3--working-with-immutable-strings-)

_If you do not have a local PostgresQL DB running, heroku can handle the code as is - do not forget to add **Heroku PostgresQL** addon in your dashboard._

* `$ git clone`
Expand Down

0 comments on commit 609c507

Please sign in to comment.