For a long time, I thought that using React with Rails was an “all-or-nothing” proposition. I’m now realizing that the two can be integrated on a spectrum.
We took our Suspenders to the tailor and made some alterations.
The next release of Rails will ship with a CI template that will “work out of the box”… unless you’re using RSpec.
Learn how to authorize requests at the routing layer to improve security and ergonomics.
Learn how to strike a balance between flexibility and data integrity with a partial index and validations.
How do you manage queries when your Rails application isn’t the only thing reading your database?
Read this the next time you need to build a complicated form.
You don’t need a sophisticated caching mechanism to improve your application’s performance. All you need is a basic understanding of the HTTP specification.
Learn how to build a production ready Rack application without a framework like Rails or Sinatra.
Rails writes a new cache entry based on the first request. But what happens when that request is from an admin?