Category: Ruby on Rails
Rails 7.1 : Simplicity and Advancements for Web Development
Celebrating the 20th anniversary of Ruby on Rails and the release of Rails 7.1, the Rails community embraces simplicity and innovation. Explore the insights shared during Rails World, highlighting the importance of collaboration, full-stack development, and the evolution of pioneering tools for enhanced web application performance.
“Using ActiveAdmin for Admin Dashboard in Rails”
Using ActiveAdmin for Admin Dashboard in Rails ActiveAdmin is a powerful open-source administrative framework for Ruby on Rails applications that allows developers to easily create and manage a customizable admin dashboard. It provides a user-friendly interface for managing data, performing CRUD operations, and handling various administrative tasks. Installing ActiveAdmin in your Rails application is a…
“Building an E-commerce Site with Spree Commerce and Rails”
Building an E-commerce Site with Spree Commerce and Rails Spree Commerce is a powerful open-source e-commerce platform built with Ruby on Rails framework. It provides all the necessary tools and features to create a fully functional online store quickly and efficiently. In this article, we will explore the process of building an e-commerce site…
“Building a Chatbot with Rails and Dialogflow”
“Integrating Google OAuth in Rails
Integrating Google OAuth in Rails OAuth (Open Authorization) is an open standard for authorization that allows third-party applications to gain limited access to user accounts across various services. In this article, we will explore how to integrate Google OAuth in a Rails application, allowing users to authenticate with their Google credentials. Before we dive into…
“Using GraphQL with Relay in Rails: Modern API Development”
Using GraphQL with Relay in Rails: Modern API Development Introduction GraphQL is an open-source query language that allows clients to request specific data from servers. It was first introduced by Facebook in 2015 and has gained significant popularity due to its flexibility,…
“Building a GraphQL API with Rails and Apollo”
Building a GraphQL API with Rails and Apollo Introduction GraphQL is a powerful technology that simplifies the process of building robust APIs. In this article, we…
“Integrating Push Notifications in Rails with Firebase Cloud Messaging”
Integrating Push Notifications in Rails with Firebase Cloud Messaging Push notifications have become an essential feature in modern web and mobile applications, allowing developers to engage with users even when their application is not actively being used. This article will guide you through the process of integrating push notifications in a Ruby on Rails…
“Using AJAX in Rails: Enhancing User Experience”
Using AJAX in Rails: Enhancing User Experience Introduction As web applications continue to evolve, the need for seamless and interactive user experiences becomes increasingly important. AJAX (Asynchronous JavaScript and XML) provides a powerful technique for enhancing the interactivity of web applications, and when used in conjunction with Ruby on Rails, it can significantly improve…
“Exploring GraphQL in Ruby on Rails”
Exploring GraphQL in Ruby on Rails Ruby on Rails is a popular web application framework known for its simplicity and efficiency. It allows developers to build robust, scalable, and maintainable web applications. While Rails has its own default RESTful API, GraphQL has gained immense popularity in recent years due to its flexibility and powerful…