Rails Rails 5 Google Maps API included multilpe times error resolution While working on integrating Google Map with the Rails 5 application, faced an error saying
Rails Exception Notification with Ruby on Rails and Slack Notifier In Rails, exception_notification is popular gem used for Exception Notification to email. Slack is a new tool which is very popular among teams for collaboration. This article will help us understand the way to configure
Rails How to Integrate Material UI with Rails Google has released Material UI. Since then, Material UI is getting a lot of attraction from Designers and Developers around the world. This article will help you create Material UI application in Rails.
Rails Rails Slack Integration with Slack Notifier gem In this article we will learn how to integrate slack with Rails applications using slack-notifier. Slack is a messaging app for teams. Slack comes with integration services with tools such as Github, Airbrake,
Rails What is new in Rails 5 (Features + Changes) This article will discuss what is new in Rails 5. The changes like rails instead of rake, ruby 2.2.1+ support, performance improvements, action cable, rails api application will be discussed.
Rails Rescue nil in Ruby on Rails Ruby on Rails developers use rescue nil to get default value if particular expression evaluation fails. rescue nil is bad, very bad in terms of performance. We will learn why it’s bad and