Active Record Encryption

Next you can update your site name, avatar and other options using the _config.yml file in the root of your repository (shown below).

Read More

Action Controller Strong Parameters

Why

It’s forbidden to use raw parameters of ActionController for mass-assignment to Active Model. Developers have to consciously choose which fields are allowed. This is a better security practice to help prevent accidentally allowing users to update sensitive model attributes.

Read More

You're up and running!

Next you can update your site name, avatar and other options using the _config.yml file in the root of your repository (shown below).

Read More