Common security mistakes in Rails
Rails is a mature web framework with a lot of improvements on security over time, but this doesn't mean it can totally protect your application from »
Rails is a mature web framework with a lot of improvements on security over time, but this doesn't mean it can totally protect your application from »
In this post, I'd like to share with you some basic knowledge and tips about exception handling in Ruby. Avoiding rescue with Exception One common mistake »
Reference transactions allow merchants to make subsequent transactions from a customer without the need to re-login into Paypal again. It can be implemented either as recurring »