
Rails really takes the idea of separating an application's data, user interface, and control logic to a whole new level. In this article we'll see how.
Rails really takes the idea of separating an application's data, user interface, and control logic to a whole new level. In this article we'll see how.
In this hands-on tutorial, Hrishi Mittal shows how to build an idea board React app that works with a Rails 5.1 API.
Léonard demonstrates the possibilities offered by GraphQL and Rails by implementing a simple movies database API.
Ilya shows how to set up search and autocomplete features in a Rails application, including additional pg_search options, matched usernames and geolocation.
Jesse Novotny provides a walkthrough for setting up an Angular single page app on Rails with Devise and Bootstrap.
Kingsley Silas walks through installing Solidus, the newly created, open source gem to replace Spree. Get started with the future of Rails e-commerce.
Hendra Uzia writes this great article on using Active Model Serializers to make your JSON great. If you use Rails to make an API, this is for you.
Ilya Bodrov-Krukowski writes a second post about Rails authorization, this one about Pundit. Pundit is a gem that uses plain Ruby classes to make auth easy.
Vasu K walks you, the Rails developer, through accepting iOS payments within your Rails application. Offer in-app purchases easily with this tutorial.
Vinoth Kumar shows you how to speed up your expensive SQL queries using materialized views with PostgreSQL and Rails.
Ilya Bodrov-Krukowski shows you how to add activity feeds to your Rails app. Show likes, shares, pins, etc. to engage users and create interest.
James Hibbard demonstrates the advantages of persisting multiple checkbox data to a database in Rails by means of a has_and_belongs_to_many_association.
Glenn Goodrich offers this post on how to make a versatile leaderboard web application with Rails and the leaderboard gem.
Glenn Goodrich takes us on a voyage aboard the vessel Codeship, exploring the high seas of continuous integration with the new ParallelCI tool
Read What is config.threadsafe! and learn with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.
In this tutorial, Darcy Laycock will show us how to add CoffeeScript to a Rails application. In this case, we’ll continue building on our “shorty” url shortener from my Building Your First Rails Application series—to add some basic JavaScript using CoffeeScript and Barista, a gem to add seamless CoffeeScript support to Rails applications.