CSC/ECE 517 Fall 2013/ch1 1w20 gq

From Expertiza_Wiki
Revision as of 00:20, 17 September 2013 by Ghuang2 (talk | contribs) (Created page with "How to make a Rails application secure This page discusses how security can be provided in web development, focusing on security features provided by Rails. List measures that sh...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

How to make a Rails application secure This page discusses how security can be provided in web development, focusing on security features provided by Rails. List measures that should be considered while developing a Rails application to keep it safe, and gems that can be used to provide this security.

Introduction

Built-in secure features

Tools and plugins

Common security errors and their mitigations

How Ruby and Rails security compares to other platforms

Appendix

References


<references/>