Search Results for "how-to-play-or-download-a-song"
Lessons
Forum Threads

Hotwire Modal Forms Discussion
25
General
Thanks a lot for this video! I see it's becoming a trend to add a `format.turbo_stream` response in all my controllers only if it fails.
Fernando Flores replied

Advanced Search, Autocomplete and Suggestions with ElasticSearch and the Searchkick gem Discussion
77
General
Chris, this is awesome!I was hoping you'd do a Searchkick/ElasticSearch video since you did the Ransack video!Thanks for all the great videos!

Introduction to Importing from CSV Discussion
46
General
thanks
HP replied

File Uploads with Refile Discussion
94
General
Awesome.
Someone replied

Setup Windows 10 Discussion
236
General
Hi,I got all the way through this so thanks for the walk through! I run "rails server -b 0.0.0.0" and the server boots fine but when I go to localhost:3000 in the browser, the browser icon spins bu...

Subscriptions with Stripe Discussion
96
General
Hey Chris! Not sure if this is just me, but there seems a problem downloading the video's.
Jon Roock replied

Including Javascript and CSS Libraries With Rails Discussion
11
General
@chris. What do you think about Bower to manage all the front-end stuff?
Glauber replied

Setup Ubuntu 16.04 Xenial Xerus Discussion
110
General
Don't use "ssh-keygen -t rsa", use "-t dsa", much safer and not owned by NSA.... ;-)
Someone replied

How do I store audio files in production?
2
Rails
Hey guys!
I'm working on building a Rails app for a friend of mine - this app will be for her to host episodes of her podcast. I've already decided to use something like [SoundManager](http://www....
Chris Oliver replied
Solved

Tracking Metrics with Ahoy and Blazer Discussion
20
General
Awesome episode! Thanks Chris!
CF Pro Tools 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

Vue.js Trello Clone in Rails - Part 8 Discussion
23
General
This is excellent! Opened my eyes on usefulness of Vue.js. As someone vested in Rails for many years, I would love to see a parallel series on creating the same Trello Board application using Rea...
Bharat Ruparel replied

How do I integrate Uppy.io or Dropzone.js into Rails with ActiveStorage?
12
Gems / Libraries
[Uppy](https://uppy.io/) and [Dropzone](https://www.dropzonejs.com/) and popular js libraries that provide rich user experience for file uploads. ActiveStorage supports the integration of such libr...
Ivan Raszl replied
Solved

Looking for advice on how to setup a relationship.
7
Databases
I'm trying to figure out the best way to setup relationships between models which allows users to publish saved content from multiple models.
**ExampIe:**
I have a **Post** model which allows use...
Solved

How to use Hotwire in Rails Discussion
86
General
Can you please provide the repository for this also?
D john replied

How to use Devise with Hotwire & Turbo.js Discussion
81
General
Hey Chris - If we are still using Webpacker, we just need to change data-turbolinks-track to data-turbo-track in our layout files? In your episode repo, you still have it as turbolinks.
<%= st...

How do I send send a erb template as a string in a json response?
1
Rails
I have a page editor that shows the user a live preview of their changes as they make them, but I’m having trouble working out how to do this with erb templates.In my previous non rails version, I ...
Jacob Montgomery replied
Solved

Best way to create a belongs_to object from a has_many
19
General
Sorry for the vague title but I cant think of a better explanation! Let's say I have a list of Users and an admin could click a button/link that would create a site for them from the existing ...
alangosh replied
Solved

Forum Series Part 3: Nested Attributes and fields_for Discussion
29
General
What do you think about using ActiveForm? https://github.com/rails/ac...

Adding Stripe update card form, Cancel, and Resubscribe Discussion
30
General
Hello Chris! Thx for a great episode! So i noticed in this video that you updated some field on the current user to save the last 4 etc on the card. I was thinking that i could use that function to...
Neba Funwi-gabga replied