Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby-on-rails

What happens Sidekiq jobs that are running when the worker node is restarted?

ruby-on-rails ruby sidekiq

Rails - attr_accessible & mass assignment

How to make these RSpec tests more DRY in Rails

ruby-on-rails ruby rspec

Uninstalling simpleform gem

ruby-on-rails simple-form

How to inherit only the connection of an ActiveRecord Model in Rails 4.0

Accessing model attributes in ActiveSupport::Concern module

undefined method `new' for nil:NilClass

cannot unhide/hide table row based on a checkbox.

Rails 3 resource without prefix

Single Table Inheritance to refer to a child class with its own fields

Bundle command the wrong mysql2 gem (always 0.3.2)

How do I add a new join table for two existing tables in Rails?

ruby-on-rails

How to order collection by ActiveStorage attachment name?

Model without View: do I need a Controller in Rails

what's the differences between rake assets:precompile and RAILS_ENV=production rake assets:precompile?

ruby-on-rails assets

Rails db not adding a new column with migration

Simultaneously creating instance and class methods with the same name in a ruby class

ruby-on-rails ruby

Rails 7/StimulusJS relative import: working on dev, but not production