Learn how to create an application in Rails 5 with Auth0.
Read more »
Have you ever wondered what the secret_key_base value is and how it’s used in a Rails application? This configuration value was introduced… (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 »
GraphQL is a query language for APIs developed by the Facebook team. This language gives clients the power to ask for exactly what they need and … (more…)
Read more »