
Setup Ubuntu 14.04 Trusty Tahr Discussion
0
General

Stimulus JS Twitter UI: Part 1 Discussion
6
General
Is the source code for this (and other) episodes available? I am having some small problems following along.
Andres Urdaneta replied

Stimulus JS Framework Introduction Discussion
27
General
I'm literally figuring out StimulusJS right now on an app, and I was hoping you would do a screencast on it soon and save me some time! Awesome timing :)
joelGarcia93 replied

How to determine the min and max value of heap size , and actual heap size consumption
0
General
I ran this command on ubuntu in which ColdFusion and OpenJDK to determine the min and max heap size , and how much heap size ColdFusion is using
jcmd 1982 GC.heap_info
but I am not able to unders...
soumyarani posted

JSON Web Token Authentication From Scratch Discussion
19
General
So does this mean that the authentication is now also a token based API? Is this testable on postman?I redid my whole authentication because I found that the Devise gem (the way it came out of the ...
Gustavo Malamud replied

Advanced Messaging with Mailboxer: Mark As Read Discussion
8
General
Freaking Love it Chris your on point all the time! love it love it. Thank you has always.
Carl Tanner replied

Advanced Mailboxer: Multiple User Conversations Discussion
18
General
Cool music entrance :) Great video of course.
Carl Tanner replied

Advanced Messaging with Mailboxer: Adding Attachments Discussion
6
General
Perfect! Thanks!
Carl Tanner replied

I m facing issue when i run rails db:create
1
General
no implicit conversion of nil into String
Couldn't create '' database. Please check your configuration.
rails aborted!
baconmilk replied

C Bubble Sort
0
General
I'm attempting to build Bubble sort in C and have gotten thus far, but it's not sorting correctly.
Callum D posted

Rails for Beginners Part 36: Background Jobs with Sidekiq Discussion
16
General
I had to change the timezone in config/application.rb. Rails default's timezone is UTC + 0 and my own timezone is UTC + 1. So at 8:00pm when I was trying to publish at 8:01pm, Time.current was ret...
Shaun Smerling replied

Rails for Beginners Part 34: Background Job for Posting Tweets Discussion
4
General
Hi Chris,
if I post Tweet with publish_at at 8am and reschedule it to 9am wouldn't have the first job Tweet instance with 8am?
Shouldn't I send to job only an id and find actual Tweet inside the jo...
Shaun Smerling replied

Rails & Vue.js Trello Clone - Part 3 Discussion
8
General
In `draggable` tag, `v-model` should be changed to `:list` because it's immutable. So drag and drop won't be able to update it.

Social media icons on auth buttons
1
General
How do I have social media icons on auth buttons on Jumpstart? The ConnectedAccountsHelper doesn't seem to render them. I have also changed the kit for FontAwesome.

Open Source Vlog - Writing Rspec Tests | GoRails - GoRails
7
General
Just FYI, typo'd calendar in the desc!

When deployed to Heroku, python setup.py egg info did not run successfully.
0
General
Hi everybody,
I joined this group to learn more about web development. I am familiar with Java, C, and HTML, and am actively learning CSS and Python. I am highly interested in programming, which is...
Callum D posted

Help! Sum with mysql database criterion
0
General
RUBY ON RAILS - Add DB column conditioned to a criterion, for example: A =1 B=1 A=1 C=4 A=2 SUMIF: A=4 B=1 C=4
Using CONTROLLER,
> class PaymentsController < ApplicationController
> de...
mbgestao posted

Rails ActionController Parameters with_defaults Discussion
0
General

Setup Ubuntu 20.04 Focal Fossa Discussion
0
General

How do you deploy hotwire turbo via capistrano?
1
General
I just deployed a site to an ubuntu server I have on premise. The site is working, but none of the turbo hotwire stuff is. Like clicking a button to open a modal with hotwire does nothing. I see no...
spacerobotTR replied