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 »
With 133,000+ Ruby Gems in the wild, the Rails community has a library to suit most project’s needs out of the box. However, the wide… (more…)
Read more »
Implementing search in your Rails app can be vexing. Here's a great pattern to use that combines the best parts of ActiveRecord and Postgres.
(more…)
Read more »
As someone who, like many here, depends on Rails for my job, I’m worried about the long term effects of the last week on Rails. I’m not going to discuss those changes at Basecamp but I want to discuss my concerns about what this means for Rails itself. I... (more…)
Read more »