
Any gems or methods for reading and writing meta tags of mp3 files?
5
General
If I wanted to have a site similar to bandcamp where I could upload MP3 tracks are there any gems or recommended ways to check the audio quality, and read/write meta tags to the files?

New computer setup - having trouble getting my Cloud9 to run properly
1
General
Hey there,
I am trying to run my Cloud9 Rails app on a new machine I am setting up. I was assuming that this would be painless, but I am having trouble running the app in a browser on my new machi...
chuckblake replied

Linux Signal Trapping in Ruby Discussion
0
General

Improving form_with Errors in Rails Discussion
3
General
@Collin, this was a great video, but the crown jewel was learning about the existence of <% fail %>, thank you!
LorenzoJeremy replied

Beginner Tutorial in Rails 7
5
General
I am a CS Professor who teaches a web application class in Rails. I created a series of videos for my class. I want to make them publically avaliable for free. (I do not receive money on YouTube fo...
Ohre Alex replied

Github student pack
8
General
Hi, Does GitHub student pack give you access to all the paths and lessons on Gorails or just the free one, I am on a student pack subscription I can't see any benefits from this I get only the vide...
RudolphRutherford replied

Auto-detect User Time Zones in Rails Discussion
6
General
Great video Chris, time zones can be extremely frustating to work with. I would caution against setting time zone in a before action across all controllers. I did something similar and ended up i...
Shawn Wilson replied

Improving the URL Shortener Design Discussion
3
General
Hello Chris and ROR developers, Why I need to add **kwargs and what is doing ??
def favicon_image_tag(domain, **kwargs)
image_tag google_favicon_url(domain), **kwargs
end
cjilbert504 replied

Views Chart for Links Discussion
2
General
Thanks Chris. this help me a lot, not only using this project, but my other project. it is more clean approach. keep it up helping us.
Diego Cuenca replied

Live Reload with Esbuild in Rails using an EventSource Discussion
5
General
got it by googling "live reload esbuild rails", any idea on how to do it?
Tim Case replied

Doorkeeper Omniauth OAuth Client Discussion
27
General
Thanks for the heads up! What a pain in the butt.

React Native with Rails OAuth API Authentication Part 1 Discussion
4
General
I am so exited with this episode !! thank you!
noctivityinc replied

Net Http API Client from Scratch Discussion
7
General
Super cool episode and the cat is amazing
Zachary replied

Short URL Link Redirects Discussion
0
General
Hi Chris and ROR developers, at min: 3 you put, data: {turbo: false}, and said that was to navigate to an external link, I didn't put that, and also works, maybe something in security that I am doi...
Diego Cuenca posted

Rails World 2023: Powerful Rails Features You Might Not Know Talk Slides Discussion
4
General
I can't wait for the video of your conf !
letItCurl replied

Docker build fails with "cssbundling-rails: Command build failed, ensure `yarn build:css` runs without errors" (it does)
1
General
Hi! I'm having a little trouble with building a docker image for an out-of-the-box rails app. It's failing with the error below (`cssbundling-rails: Command build failed, ensure yarn build:css run...
Jay replied

Digital Oceans Spaces set up to test in Development
3
General
Trying to set up digital ocean spaces in my development environment in order to test it out and make sure all the settings are correct before i push to production. But getting a Access blocked by ...
Urban Luis replied

How to Deploy Rails to Fly.io Discussion
8
General
Great. Sets up Docker which I didn't want to get into, so that's a great help. Trying it. Looks like $7/month with a Postgres db.
Stéphane Paquet 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