Nugget Post : Excellent article re web security

Even though the article focuses on ruby, it is an excellent all round security article that highlights web application vulnerabilities and countermeasures. All in all, every developer and pentester should read, regardless of the language they develop in: http://guides.rubyonrails.org/security.html

Newbie Post: Rendering javascript views in Rails

I've found the Rails method of "remote => 'true'" to be extremely useful. In most of my website designs, a user action (such as clicking a button), will generate a modal and prompt the user for further action. In both HTML frameworks I've used (bootstrap and foundation), the modals are triggered by javascript. This fits … Continue reading Newbie Post: Rendering javascript views in Rails