inflection is a port of the functionality from Ruby on Rails' Active Support Inflection classes into PostgreSQL - pyramation/inflection... (more…)
Read more »
Answer (1 of 3): Rails can be a very good platform for a React app. React apps generally interact with a server using RESTful requests with JSON bodies. A Rails app can be rapidly developed to support those requests. So the bootstrapping time for a new ap... (more…)
Read more »
Originally posted on my personal blog http://haidrali.com/newbies-introduction-to-ruby-on-rails... (more…)
Read more »
We'll build a Rails API and control access to it with JSON Web Tokens (JWTs). (more…)
Read more »
In this part of the series on Rails patterns and anti-patterns, we are going to analyze the final part of the MVC (Model-View-Controller) design pattern — the Controller. (more…)
Read more »