
how scrabe data every day
8
General
how can I schedule to gather data with nokogiri and store it(only what has changed) in a db every morning?
Chris Oliver replied

FTX.com REST API POST Authentication FAILS with Ruby on Rails and net/https
0
Rails
Hoping for some help as this one has me baffled...
I created a user account and API credentials at FTX.com.
They have an interesting Auth setup which is detailed here: xhxtxtxpxsx://docs.ftx.com/...
Joergen posted

Code Review: Run Number Refactoring Discussion
17
General
Very useful, code review series is awesome
Marc Gayle replied

Rails for Beginners Part 27: Twitter Accounts Page Discussion
17
General
This episode has been updated for Omniauth 2.0. 👍

File Uploading with Carrierwave Discussion
24
General
very helpful!! Thanks!!
Someone replied

Stimulus JS Twitter UI: Part 2 Discussion
20
General
Great content, as always. An idea for another Stimulus screencast: reimplementthe 'Using VueJS for Nested Forms in Rails' series in Stimulus.
Michael Yagudaev replied

Deploy Ubuntu 14.04 Trusty Tahr Discussion
371
General
The following commands should be slightly modified:cap install STAGES=productioncap production deployI believe it should be the following:bundle exec cap install STAGES=productionbundle exec cap pr...
paul lahana replied

Form not working for polymorphic has_many through association
1
Rails
In my Rails 5.1 app I am trying to create a tagging system from scratch. I have been using the *Comments with Polymorphic Associations* episode as a template.
I want `Tags` to be a polymorphic `ha...
Casey Provost replied

Polymorphic relationship vs STI vs Class table inheritance with RoR
4
Databases
Hi I watch your tuts and it's pretty helpful. Always thanks!
I have some question about database design.
There are three types of invoice items with following tables
1) **SubscriptionItems**,
2)...
Unknown replied

API Authentication with JSON Web Tokens (JWT) and Knock Discussion
28
General
Nice tip. @Chris, you forgot push the changes on repository!
Tom Zmyslo replied

Debugging With BetterErrors Discussion
16
General
Thanks! This will help me a lot.
Monroe Mann replied

How to translate and localize apps with Rails Internationalization (18n) Discussion
18
General
This was really great, thank you! Can you provide a link as to what you need to sanitize the variable you passed in, name? Looking forward to the next episode!

Screencast Request: iOS / Android Adapter Example
9
Site Feedback
Hey Chris -- Thanks for all the great content. I've been enjoying it for quite awhile; you do a great job, really. I'd love to see a short tutorial on how to take a rails app or a portion of a ra...
Mark Radford replied

Refactoring Controller Methods Discussion
26
General
I'm still downloading this episode right now, but I want to answer your question in your email 'Should we do more refactoring and talking about how to write clean code in the future?'. And my answe...
Tito Brahmanto replied

Struggling with Active Storage delete/purge on uploads
6
Rails
I have a projects model. A project could have many uploads that could be anything (pdf, word, cad, image etc.) I have the uploading working and I am displaying links to the files on the projects/sh...
Chris Oliver replied

Form item disappearing when failing nested validations
4
Rails
I have a Rails 5 app, and I'm having a problem with validations using the Cocoon gem with nested, dynamic forms. When a validation on my Book model fails, and my create action renders :new, th...
Nino Rosella replied
Solved

How to determine acceptable memory baseline for my application?
7
Rails
Hey everyone, I have a Rails app deployed on Render's "Starter" plan which only includes 512MB of memory. My Rails app is a very simple blog that doesn't do anything crazy (as far as I know) with r...
Adam Taylor replied

Everyone's Been Bitten Before - Whitespaces/Unwanted Characters in User Input
2
Rails
Hey all!
I've got an interesting question, and I'm sure you're all handling it in different ways. I know there are plenty of ways to tackle this problem, so I was interested in what everyone's doi...
Nick J replied
Solved

How to use ActionText in Rails 6 Discussion
30
General
Great stuff Chris! Very exciting. I also just watched the @mention episode too.
To anyone reading this, a few questions:
1. Do you think we can get @mentions working on our Rails 5.2 app that ha...

Sign In With Twitter using Omniauth and the Twitter gem Discussion
37
General
Excellent episode Chris! 2 off-episode questions: why does your version of Chrome have a "People" menu and any chance you'll post this to github?
Someone replied