Upgrading Ruby on Rails – Why it matters and how we did it

Rails is a web development framework and security aspects around it need to be taken very seriously. This creates the need to be on (or near) the latest release in order to take advantage of the most updated functionality and of course, the latest securit… Read more

Similar

Markdown Parsing in Ruby on Rails

I was recently built a simple Wiki app for work that required markdown parsing. To get this going I needed to use html-pipeline to parse the content of the articles and display markdown. First thing, this post assumes you have an Article model or some Po... (more…)

Read more »