Ruby on Rails: Still the Best Web App Framework for Most Teams

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 »

Connecting to Snowflake with Ruby on Rails

At Localytics, one of the tools we use for data processing is the Snowflake data warehouse. We connect to Snowflake in a couple different ways, but our main data retrieval application is a Ruby on Rails API. To accomplish this we use a combination of unix... (more…)

Read more »