A quick walkthrough on how to add Bootstrap 4 to an existing Ruby on Rails application. We'll use the bootstrap gem to manage the files and updates, and update the stylesheet and JavaScript manifestos. (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 »
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 »
Ultimate Ruby on Rails project guide to install and configure Rollbar logger for the realtime Ruby on Rails monitoring and crashlytics reports in 2020. (more…)
Read more »
ActiveRecord is the ORM that powers Ruby on Rails, one of the most popular web app frameworks. What went into supporting ActiveRecord in CockroachDB? (more…)
Read more »