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 »
Discover different approaches to multitenancy and build a simple app with multiple tenants where each tenant will have its subdomain. (more…)
Read more »
A detailed overview of securely integrating an Ruby on Rails application with an OAuth provider using the OAuth Authorization Code Grant... (more…)
Read more »
Find out how to create and mix modules into other classes and discover what are the benefits from using them in a Ruby on Rails application. (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 »