Rails 3.0 – PCI compliant

pci-dssruby-on-rails

Does anyone know if Rails 3.0 passes PCI compliance scans?

Best Answer

Frameworks that are used are not the issue, it the applications that are built on the framework. So essentially PCI is framework - rails in this case - agnostic.

Just make sure you code a secure app using rails and you will be fine.

Related Topic