{100 => ‘Continue’, 101 => ‘Switching Protocols’, 102 => ‘Processing’, #WebDAV 200 => ‘OK’, 201 =>…
[et_pb_section admin_label=”section”] [et_pb_row admin_label=”row”] [et_pb_column type=”4_4″][et_pb_text admin_label=”Text”] Basic ruby program validations Associations belongs_to has_one has_many has_many…
[code language=”ruby”] 1. views class ApplicationController < ActionController::Base helper :all# include all helpers end 2. Controller…
The resolution that needs a NGINX configuration changes to accept this action cable request. location /…
[code language=”ruby”] constraints(:host => "test.xploralab.com") do root to: redirect("https://test.xploralab.com/dealers") end constraints(:host => "admin.speed-dealing.com") do root to:…
[code language=”ruby”] class ApplicationController < ActionController::Base layout :setlayout def setlayout if current_user && current_user.company? ‘dashboard’ else…
Add try_files line in your location block . [code language=”ruby”] location / { try_files $uri $uri/…
some time nginx and apache will be blocked when gitlab server start first. [code language=”bash”] gitlab-ctl…
[code language=”ruby”] config.action_mailer.smtp_settings = { :authentication => :plain, :address => "smtp.mailgun.org", :port => 587, :domain =>…
Recent Comments