Everyday performance rules for Ruby on Rails developers

Delve into best practices for HTTP, Ruby on Rails, and databases, and discover when to adhere to the rules or when breaking them could set your code apart. 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 »