RYRashmi Yadavinraysrashmi.hashnode.dev·Oct 9, 2023 · 2 min readRails 7.1 Active Record Transaction on return, break and throwIn the latest Rails, a significant change has been made to the behaviour of transactions. Specifically, using return, break, or throw statements will no longer trigger an automatic rollback of the transaction. In Rails 6.1 use of return, break, and t...00
RYRashmi Yadavinraysrashmi.hashnode.dev·Aug 16, 2023 · 2 min readRails 7.1 - authenticated_byRails provides has_secure_password class method to store passwords securely. You need to have password_digest attribute in your model to get it working. For example, if you have a user model class User < ApplicationRecord has_secure_password end T...00
RYRashmi Yadavinraysrashmi.hashnode.dev·Jun 17, 2015 · 2 min readAnnouncing Ruby RavenWe are pleases to announce Ruby Raven which is an iOS app that will keep you updated about latest happening in Ruby Conferences world. Inside Ruby Raven App you can see all upcoming Ruby Conferences. People like notifications and Ruby Raven fullfills...00