Search Results for "why-driftboss-is-addictve"

Forum Threads

Why is my Sqlserver so slow??

0
Databases
I'm using Rails 8 with gem "activerecord-sqlserver-adapter", "~> 8.0", ">= 8.0.1" gem 'tiny_tds', '~> 3.0.0', I have have a postgres db on Render and my company has s Sqlerver db on Azure...
Beavidy posted

Why aren't Tailwind UI components displaying properly?

0
Rails
Is anyone else recently having issues with Tailwind UI components not displaying properly? For example, let’s examine the first “Stacked” component: **tailwindui dot com/components/application...
Hideko Endo posted

Why the automated deployment from GitHub to DigitalOcean, will change the image urls in my RubyOnRails app?

0
Rails
I have Ruby On Rails (version 6) app deployed in DigitalOcean, I am using ActionText for the images, the images are stored in DOSpaces. I display them in the following way in file _blob.html.erb &...

Why would I be receiving a NoMethoError when I try to go to the trips edit form?

1
Rails
edit.erb Edit <%= @trip.location %> <%= button_to "Delete trip", trip_path(@trip), method: :delete %> <%= link_to "Cancel", trip_path(@trip) %> trips_controller.rb de...
Masafumi Okura replied

Why does one work for one javascript but doen't work for other

0
Rails
``` $: 'jquery/src/jquery', jquery: 'jquery/src/jquery', jQuery: 'jquery/src/jquery', 'window.jQuery': 'jquery', Popper: ['popper.js', 'default'] ``` why does the one above...
JP posted

Why is sidekiq not working properly in development?

3
Rails
I have some sidekiq workers and they work great in production but in development I'm getting errors like NameError: uninitialized constant TicketAssignedWorker.. sidekiq.yml --- :concurrency: 6 :...

Why is application.css working locally but 404 on production server?

5
General
My css works perfect locally, but I get a 404 error for applicaiton.css once deployed. I generated my base app using Jumpstart free version. I confirmed app css is generated on the server in the ...
Chris Oliver replied
Solved

Why is this image_tag not working?

2
Rails
If I try and put this code: ``` <% if notification.actor.avatar.attached? %> <%= image_tag notification.actor.avatar.variant(combine_options: {resize: '150x150^', extent: '150x150', ...
Aproplat replied
Solved

Why this error ? how I fix this.

4
Rails
I have a form that has fields from two different tables, the Patients table and the Addresses table. Please make a search field to use only one patient (Patient) and return his data, up to the fiel...
Thomaz Wanderbruck Schmidt replied

Why does my bootstrap not work across the application. Rails 5

0
Rails
I'm starting a project with rails 5 and the first thing I did was add the bootstrap to rails 5. I added the gem and imported it into application.scss. I generated a devise Admin and the bootstrap w...
Thomaz Wanderbruck Schmidt posted

Why am I getting a concurrent-ruby gem conflict when using the rails new command?

1
Ruby
I have created many rails projects to date without any problems. However when I tried to create a new project today using the command 'rails new pallet_tracker' I get the following error, /home/bi...
William Jones replied
Solved

Why is github permission denied after adding deploy keys?

1
Rails
I followed every single tutorial, and tried multiple different methods of authenticating my server's access to the github repo. All of it results in the same error, permission denied. Last few li...
Jamie Crone replied
Solved

Why doesn't my app show on my browser when running locally?

0
Rails
I'm new to rails and trying to display a very simple app from codecademy which results in this error on my browser: PagesController#welcome is missing a template for request formats: text/html NO...
vkuz91 posted

Why have the three dots syntax?

1
Javascript
So basically I have a doubt in[ java developement](https://crbtech.in/java-training/top-java-developer-training-and-placement-in-pune) which i don’t get what’s the difference between these two li...
Chris Oliver replied

Why isn't the Boostrap Dropdown not working in the menu after loging in ?

10
Javascript
Hello, I started an app using the Jumpstart shortcut but didn't find out how and why the dropdown menu with the user's photo wasn't working at all... I guess it is because of javascript but after c...
Damian Nelwep replied
Solved

Why is a GET verb being used?

1
Rails
I have the following error occurring after selecting a link. ActionController::RoutingError (No route matches [GET] "/admins/delete_user"): But the link is constructed as follows: <%= li...
Brent Phillips replied

Why Wistia?

5
Javascript
Hi guys! I'm looking to build an app which will rely heavily on users uploading videos and then playing them within the app. I know Chris uses Wistia but it's pretty pricey, expecially .25c per v...
Daniel Weaver replied

Why am I not getting any data inside the dropdown in browser?

2
Rails
My Controller has following code `@select = Store.find(current_user.store_id)` My View has: ``` <%= form_with(model:@store, local: true) do |f| %> <%= f.select :id, options_for_select(@sel...

Why Ember? Discussion

3
General
There's no turbolinks 4 :P
Priko Serto replied