Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are all the security measures I should check over before deploying my Rails application?

I want to make sure all security aspects of my application are covered. I know this will probably vary from application to application, but what are the general things you should make sure you are doing to prevent security breaches?

like image 735
Justin Meltzer Avatar asked Dec 16 '22 13:12

Justin Meltzer


1 Answers

Ryan Bates did a nice railscast on security that i have gotten something out of, you may want to check it out.

http://railscasts.com/episodes/178-seven-security-tips

like image 131
ipd Avatar answered Jan 07 '23 17:01

ipd