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 »
This is the first of a series of tutorial on building a Customer Relationship Management application using Ruby on Rails. (more…)
Read more »
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 »
In this post we will create a simple web site using Ruby on Rails and translate it to a few languages using Translation Markup Language and Translation Exchange service.
Read more »
Mutation is a special type of query used to change data in the database like Creating, Editing or Deleting Records from a table or Store. These are … (more…)
Read more »