The Ruby Subscript Operator Discussion

5
General
Hi, how to change the GitHub layout similar to yours? I love it
Homer Gregory replied

Handling New Messages with Turbo Streams Discussion

7
General
In case you're interested, you can sign up for our [Learn Hotwire course](https://learnhotwire.com/) here. We're covering Hotwire with Rails and Native with iOS and Android, diving deep into the de...

CanCanCan: Defining Abilities

1
General
I'm using the CanCanCan gem. According to the documentation you can define abilities. That is working for me. What I want to do is to limit the access to records, that contain a value. Something li...
Susan Cosentino replied

How to get started?

3
General
Hi I'm a complete beginner to Rails, however I know other backend languages. I see a lot of courses here. Can anyone tell me the series of courses I should take up here? Thanks

How to Rate Limit Requests in Rails 7.2 Discussion

3
General
This is very useful! No more rack attack... although it's possible this will not provide all features that rack attack gives us - right?
kinehi replied

How to use params.expect in Rails 8+ Discussion

3
General
I just used it for the first time yesterday - a much nicer API!
emilianojay replied

@mentions for Users with ActionText in Rails 6 Discussion

2
General
@chris this is an excellent feature. Is this implementation still the best way to achieve this using rails 8 and updated stimulus, action_text, action_mailer?
banshee nightmare replied

Designing our Web Scraper UI with TailwindCSS Discussion

3
General
Wow! This episode is incredibly relevant to me! I manage [littlebirdelectronics.com.au](http://littlebirdelectronics.com.au), an Australian distributor for brands like Adafruit, SparkFun, Pololu, ...

How do I add a comment to the thread that explains how to install Rails?

2
General
I successfully followed the instructions from this platform for setting up Rails on Ubuntu 22.04. It went well, but there were one or two "gotchas" that would could have defeated persons not comple...

Black Friday 2024 - Sales on GoRails, Courses, Jumpstart, SellRepo! 🎉 Discussion

2
General
This is awesome! I have annual contract with Jumpstart pro starting from last July. Do you prorate the billing if I switch to Black Friday Sales? (I am also switching to annually for Gorails!) Rea...

Deploy Ubuntu 18.04 Bionic Beaver Discussion

77
General
Thanks btihen! I'll get the tutorial updated for its changes shortly!

How to Upgrade Old Projects: ActsAsTenant Discussion

6
General
Great episode!!!
Alexander John replied

Adding Custom Inputs to GitHub Actions Discussion

2
General
Have you used GitHub Action Inputs for any other cool things?
selpinka pioky replied

How to Process Inbound Webhooks (Railsconf 2023) Discussion

17
General
When will the entire RailsConf be uploaded to youtube? 😳 Nice work as allways, thanks for sharing!
BraisonCrece replied

Writing Tests for Scheduled Blog Posts Discussion

1
General
So nice!, what do you think we could use RSpect, TestCases or minitest?
Evan Yost replied

Rails 7.1 Authentication From Scratch Discussion

18
General
Authentication got a TON of great improvements in Rails 7.1 with `authenticate_by`, `generates_token_for`, `normalizes`, etc. Super duper excited for these things and they should clean up a lot of ...
Chris Oliver replied

Cyber Security VS Software Engineering

4
General
what is the difference between cyber security and software engineering?

What are the costs of using a payment software solution?

4
General
Hello everyone, I'm researching payment software solutions for my business, and I'm curious about the costs involved. Can anyone share their experiences or insights regarding the various costs asso...

New Project Rails 6 rc1 or 5.2.3?

5
General
Rails 6 should be just around the corner once they fix a couple of bugs/regressions. Since you probably won't be finished with your app by then, you won't have to worry about the upgrade if you sta...
Lardius replied
Solved

Implementing Highcharts in RoR

8
General
Looking for the best way to implement Highcharts in RoR. I have been spoiled by ChartKick however one of the features I need in HighCharts is the Drilldowns and the maker of ChartKick said "it's a...
MitchellThompson replied