Relative Content

Tag Archive for ruby-on-railsruby

Override noticed gem delivery method

I’m using noticed Gem version 1.6 with my Rails application.
I’m trying to override the delivery method in lib/noticed/delivery_methods/fcm.rb’ so when the response returns an error code other than 404, it logs and continues the loop on the devise token.
I placed my new version in lib/noticed/delivery_methods/fcm.rb

Ruby on Rails Multi-lingual multi-tenant thread problem

We have a Ruby on Rails application that has the concept of multiple brands / multiple domains. The look and feel changes based on the requested domain. In addition, the site currently supports two languages. English by default, and French as an option.

Ruby on Rails Multi-lingual multi-tenant thread problem

We have a Ruby on Rails application that has the concept of multiple brands / multiple domains. The look and feel changes based on the requested domain. In addition, the site currently supports two languages. English by default, and French as an option.

authentication from scartch in rails

Hi i am learning rails from the Odin project and i am creating a simple authentication without using devise . the course doesn’t really give enough info to help beginners finish that project