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...
Timestamp management with ActiveRecord::Events
1
Showcase
Hi guys!
I recently released a gem for managing timestamp fields in ActiveRecord models and I'm excited to share it with you.
By adding convenience methods on top of a `datetime` field, the gem a...
Lardius replied
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
Template Locals in Rails 7.1 Discussion
5
General
This is a great addition to Rails. It makes partials feel a lot like calling methods with required and optional arguments.
Dynamic Configs in Devise with Ruby Lambdas Discussion
2
General
This is a great series. Seeing how you approach open source and pull requests. Thanks!
Martin Barilik replied
Rails7 Rest API authentication
1
Rails
Good day Devs, I'd like to inquire about the most secure and effective method for integrating #API authentication in #Rails. Specifically, I'm comparing the options of using devise and devise-api...
Marianyatt replied
When I search for a movie it shows the json output
1
Javascript
Hai Chris
First of all it was a wonderful and useful video
When I search the keyword it open the result in json
where do i make mistak...
RandallGuerrero replied
System Testing File Uploads in Rails with Uppy and Dropzone Drag & Drop Discussion
4
General
Hi Chris,
I am for sure for more episodes about rails testing 👍
salmawisoky replied
installation of rails in ubuntu 18.04 at windows 11
3
Rails
$ asdf install ruby 3.0.0
To follow progress, use 'tail -f /tmp/ruby-build.20230709161531.2745.log' or pass --verbose
Downloading ruby-3.0.0.tar.gz...
Installing ruby-3.0.0...
BUILD FAILED (Ubuntu ...
teroco replied
while installing iam getting error
4
Ruby
Failure! build file wasn't produced.
Please read INSTALL.md and associated NOTES-* files. You may also have to
look over your available compiler tool chain or change your configuration.
ERROR!
...
lemongrassfancy replied
OCR
7
General
I am not a programmer!! But I create specifications for them.
We are looking to add smart OCR to our ROR app. By smart, I mean that can read, pair, and export tabular data from a scanned/exported...
Devise
9
Rails
I watched the Gorails Rails Password Reset 2 part video for password reset. My question is my devise setup only create encrypted_password, and reset_password_token, not password or token columns. C...
paxtonleiny replied
CanCanCan, Pagy, and MeiliSearch, How to combine the 3 gems?
5
Rails
I'm working on a project that has Cue model that could be accessed and searched by multiple roles like guest and admin. The authorization happens using CanCanCan gem based on some logic written in ...
Ali Hamdi Ali Fadel replied
How to Refresh the OmniAuth AuthHash Discussion
2
General
Nice tutorial
Freibuis replied
Adding a Blog Index Action Discussion
6
General
Perfect! : )
aslan1976 replied
Rails for Beginners Part 4: No template for interactive request
10
General
Noob Rails user here. Can't believe I progressed without any problem through all of Chris's install this and that stuff without any issues at all. Then when I added my first view I get the error: N...
Kentastic replied
Space Upgrades - A browser game made in Rails
12
Showcase
Hey there,
I recently released a browser game that I made in Rails! It's a javascript canvas game that loads a bunch of content from the database. Making it in Rails allowed me to make a content m...