Somehow Rails/Ruby removed ‘US/Eastern’ after upgrade?
When I was using 7.0.8.6 with ruby 3.2.2, the US/Eastern
was working fine and now I am getting error when doing:
How to change the temporary directory (tmp) for a Rails app to a custom path?
I’m trying to change the tmp
directory used by my Rails application to a custom directory, but so far, nothing I’ve tried has worked.
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.
How to get value from form in ruby on rails
I am working on a ruby on rail project recently and I have to customize the devise recoverable controller by myself.
render json returns different response passing literal value vs variable
I have this code in the controller:
rails: NameError uninitialized constant
I’m new to Rails and I’m trying to create a custom logger. I’ve placed my custom logger class in app/custom_logger/custom_log.rb
as follows:
Why is the data in a Rails view displaying as 0.0 or 42.0 instead of $42.00?
Question Title: Why is the data in a Rails view displaying as 0.0 or 42.0 instead of $42.00?
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