Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby-on-rails-5

how to pass multiple ids as an array in form collection_select rails?

Rails 5 Upgrade : /actionpack-5.0.0/lib/action_controller/test_case.rb:49:in `initialize': wrong number of arguments (0 for 2) (ArgumentError)

Rspec System Test passes when run individually, fails when run with entire suite

Configuring ActiveStorage to use S3 with IAM role

ActionView::MissingTemplate, Rails 5 API with JSON

devise_token_auth & Rails 5 - IndexError: string not matched

ActionController::Parameters deprecation warning: Method size is deprecated and will be removed in Rails 5.1

How do I specify a custom exception message from my ability.rb?

Rails + Capistrano `rbenv: 2.3.1 is not installed or not found in $HOME/.rbenv/versions/2.3.1`

How do I get my model to make use of my cache when saving?

Getting "Ole::Storage::FormatError: OLE2 signature is invalid" when trying to get content out of a Word doc

Rails belongs_to not validating id when optional

Gem file is requesting dependencies that are installed when upgrading from Rails 4 to Rails 5 but it says it could not find compatible versions

Should I use rails5 ActiveJob default async adapter for small background job in production?

extconf failed, exit code 1 error when installing [Ruby on Rails] 5 on OS X Yosemite 10.10.5

Why is current_user called on render in controller?

List queued tasks with ActiveJob AsyncAdapter

How to do strong parameters with an array of objects

Select tag : How to use params to set the selected value?

How do I bust my cache key based on the params in the URL?