Blog

Archive | Ruby on Rails

Setup WEBrick to Serve SSL (HTTPS) as well as Non-SSL (HTTP) Traffic Side-by-Side

I recently integrated a payment processing module using stripe on our website (readypulse.com). For which, I need to make the payment pages secure and served over HTTPS. However, setting it up in the development environment in Rails was something not working out of the box. My requirement was to make WEBrick (the default rails server) [...]

Continue Reading