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

How do I install Google tag manager in a rails 5 app?!

4
General
Hi guys, I'm having a hard time trying to know how to install GTM in my new rails app. I searched for some time but found nothing to guide me through it!
Solved

How to use CSS Variables with Ruby on Rails Discussion

2
General
I asked a question on discord and thought it might be good for it to be here for future reference. https://discord.com/channels/874684608686477352/874684609164640358/958015390347329658 Question: ...
Drema Pulliam replied

Powerapps import unsuccesfull

0
General
After creating a custom entity and choosing the CSV file that I wish to import, Powerapps is showing the Mapping Status as 'Matched'. However when I go to import data from this CSV I receive a 'Im...
syamala kancharla posted

How to install Tailwind CSS using Webpacker with Rails Discussion

28
General
Nice addition to GoRails episode list. Would love to see more TailwindCSS with Rails videos. Also thanks for plugging your laptop power in...I was starting to panic :D
Mostafa Ahangarha replied

Rails for Beginners Part 32: Edit and Destroy Tweets Discussion

13
General
Oddity I'm running in to, but can't see why. Once the delete button is added via .persist?, the schedule button ALSO seems to delete the tweet as well (without any warning). If the persisted? is ...
Nick replied

Designing & Building the Noticed gem Discussion

5
General
Nice overview of the techniques. Thanks!
Shobbak Apps replied

I am new to rails.

2
General
Just finished with ruby this week and I thought going for rails is the next step. I am a little confused about where to start. I will appreciate if anyone can point me to what to start with .what l...
Drema Pulliam replied

Drag and Drop sortable lists with Rails & Stimulus JS Discussion

22
General
Chris, thank you so much for this! I was actually going through the old drag and drop tutorial yesterday and today to update it for Rails 6. I seem to be having an issue both with this tutorial an...
Reece Jones replied

Rails for Beginners Part 29: Tweets Index & New Actions Discussion

10
General
At around 6:30 where you add the /auth/twitter/ link, the method: needs to be added as a :post correct, for OAuth 2.0?

Want to stay up-to-date with Ruby on Rails?

Join 92,170+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.