Setup MacOS 14 Sonoma Discussion
10
General
Hi Chris, I am doing this on Pub Beta 2, and I am getting this error.
configure: error: something wrong with LDFLAGS="-L/Users/pitosalas/.asdf/installs/ruby/3.0.6/lib "
No amount of googling has...
Emilio G replied
Custom Turbo Stream Actions Discussion
7
General
Great episode! Is there any convention or recommendation for managing the JS code instead of throwing it all in the `application.js`? Something like `app/javascript/stream_actions/console_log.js`, ...
Samuel Couillard replied
Tracing Rails Console Command With Ruby IRB/Debug Discussion
1
General
Super useful, thanks!
cjilbert504 replied
How to add Search in Rails using Meilisearch Discussion
8
General
Thank you, Chris.
Can we add aggregations in Meilisearch as we do in ElasticSearch?
Rails app to upload and view videos?
2
General
I'm buidling a rails app that needs to be able to allow users to upload videos and view them in the app. Is the best strategy to use Youtube or would you recommend a different approach? Do you ha...
Mike Cannon replied
Rails & Vue.js Trello Clone - Part 1 Discussion
34
General
Glad you decided to do this :)
don mclamb replied
Link Pagination with Pagy Discussion
1
General
An alternative to handling the Pagy::OverflowError is setting the Pagy::DEFAULT[:overflow] to either :empty_page, or :last_page https://ddnexus.github.io/pagy/docs/extras/overflow/
George Kurobara Benjamin replied
Rails Application Structure Explained Discussion
6
General
Awesome! Lots of good information here! Curious to come back here and rewatch after some time. : )
Jeremy Watt replied
How to use Method Arguments with Before Actions in Rails Discussion
0
General
Base62 Encoding Short Codes Discussion
6
General
Hi Chris,
why the local variable result is treated as frozen?
Here is the error:
Error:
ShortCodeTest#test_encode_10:
FrozenError: can't modify frozen String: ""
app/models/short_code.rb:20:in ...
George Kurobara Benjamin replied
Multiple File Uploads with a nice JS interface?
1
General
Hello everyone,,
I am going with an 'Attachment' model which belongs to other models (just one for now).
https://snaptube.cam/ https://syncnet.onl/telegram-web/ [9apps](https://9apps.cam/)
The 'Att...
Affiliate Program Gems
12
General
I would love a tutorial on creating an affiliate program... Anyone have any gems they can recommend?
Brent C replied
Wrapping Up Our URL Shortener Discussion
4
General
Congrats to everyone who has made it this far! The URL shortener was a great little project and I'm sure there's lots more improvements you can add to it.
What did you think of this project?
Chris Oliver replied
Adding Honeybadger Insights To The RubyGem Discussion
1
General
Shoutout to the folks at Honeybadger for being awesome. 🫡
Sidney Gregory replied
Adding Timeouts to net-ssh with Mike Perham Discussion
0
General
Improving Revise Auth Redirects Discussion
0
General
Make the necessary changes, pls!
How to use Javascript via Webpacker in Rails 6 Discussion
17
General
Alternatively to the webpacker way of require the flatpicker css in the `packs/application.js` you can do someting like:
```
/*
*= require flatpicker/dist/flatpicker
*/
```
In your rails `app/a...
Tony Dehnke replied
Connecting User with devise
1
General
Hello Go Rails Community,
I'm looking for some help, let's say I have an app that's for married couples. If the husband signs up for the app he hac send and invite to his wife and vice versa. Wha...
Best Rails error monitoring software ?
7
General
Hi ,
I am working on a legacy application. I would like to add error monitoring tool for this application. It uses delayed job and other gems. I think Airbreak is the good one. Plese let m...
Solved