Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby-on-rails

Devise No route matches [GET] "/users/sign_out" from link with delete specified

Rails gem Ransack -> search 'or condition' with 'is null' and a specific value (field=x OR field IS NULL)

ruby-on-rails arel ransack

Rails different params in create and update

Use seqel pro connect to AWS RDS

Sessions of Rails app loaded in iFrame no working

undefined method 'keys' when using upsert

How do I apply an 'active' class to my navigation based on the current_page in a DRY way? - Rails 3

Conditionally set the disabled state of a bootstrap button

SyntaxError: (irb):26: both block arg and actual block given

Use class constant as Ruby hash key

ruby-on-rails ruby

difference between %{count} and %<count>s in validation message

ruby-on-rails ruby

How to decide concurrency number in Sidekiq for CPU/RAM expensive jobs?

Setting and skipping callbacks in rspec

ruby-on-rails rspec

How to handle payment success in stripe?

Rails Routing to Unknown Pages is Messing Up With ActiveStorage Image Path

ruby-on-rails

Hotwire turbo streams returning head :no_content

Automatically set password for user - Devise

ArgumentError: Wrong Number of Arguments Errors when upgrading Rails 6.1.3

Is Rails.cache.fetch method atomic?

ruby-on-rails memcached

Why does ActiveRecord's :include do two queries?