Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby-on-rails

How can I execute JavaScript when a new Turbo Frame is loaded

Can't resolve image into URL: undefined method `to_model' for #<ActiveStorage::VariantWithRecord

RSpec model test testing encrypted attribute randomly failing with "key_derivation_salt is not configured"

Rails Model no longer available in initializer after upgrade to Rails 7.0

How to sanitize Arel SQL?

How to disable all active record validations?

Rails 6 & Webpacker 5 set custom path for node_modules

Rails - only_path provides the full URL for a link. How can you obtain the variable outside of link_to?

Rails Routes - Redirecting Paths for Deep Linking, hashchanges?

LetsEncrypt in a Docker (docker-compose) app container not working

Display search query in results of basic search in Rails

ruby-on-rails search view

Devise invitable callback: undefined method `before_invitation_created'

Wrapping Sidekiq's perform method to add timezone awareness

ruby-on-rails ruby sidekiq

Why does before_action :authorize fail with 'wrong number of arguments'?

How to use before_action on Doorkeeper::TokenController