Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby-on-rails-5

Request origin not allowed: http://localhost:3001 when using Rails5 and ActionCable

How can I make cookies secure (https-only) by default in rails?

Rails 5.2 with master.key - Heroku deployment

Rails: How to fix "Missing secret_key_base for 'production' environment"

Rails 5: unable to retrieve hash values from parameter

How do I resolve the deprecation warning "Method to_hash is deprecated and will be removed in Rails 5.1"

Rails: difference between ENV.fetch() and ENV[]

Undefined instance method "respond_to" in Rails 5 API Controller

Rails: How to disable turbolinks in Rails 5?

ruby-on-rails-5

Why does Rails fails to boot with "Expected to find a manifest file in `app/assets/config/manifest.js` (Sprockets::Railtie::ManifestNeededError)"?

LoadError: Could not load the 'listen' gem (Rails 5)

Why Rails 5 uses ApplicationRecord instead of ActiveRecord::Base?

Rails 5, Rspec: Environment data not found in the schema

Controller spec unknown keyword: id

ActiveRecord OR query Hash notation

What is the use of secret_key_base in rails 4

What to use instead of `render :text` (and `render nothing: true`) in rails 5.1 and later?

rails db:migrate vs rake db:migrate

Rails 5: how to use $(document).ready() with turbo-links

warning: constant ::Fixnum is deprecated When generating new model