How to Create an Active Storage Previewer Discussion
4
General
Another great video! Would love to see you create a gem for this on screen.
henry water replied
Email Unsubscribe Links with ActionMailer in Rails Discussion
8
General
Hey Chris, is there any major difference between the newish Active record signed IDs in Rails 6.1 vs the Global ID signed IDs? A quick glance leads me to think the only real difference is that AR s...
Soren replied
Begineer
14
Ruby
As a beginner I don't have any idea about ruby. Can anyone tell me how to get start in ruby by gorail course from A-Z
Rails Routes
0
Rails
https://guides.rubyonrails.org/routing.html#using-resolve
what is the use of Resolve method in routes can anyone explain with good example?
any tutorial video link if available for explanation
Jay Kava posted
What is Programming & Web Development?
11
General
Give help.
Cassandra Pace replied
What are you best recommendations for Ruby on Rails books I should read?
4
Tips
I am trying to understand Ruby and Rails as best I can. I've purchased a bunch of ruby on rails books, but am wondering if you have any recommendations. Perhaps there are many I haven't yet read ...
Architecture Question - Connecting google books API and voting on favorite book
4
Rails
Hey guys,
I am using the Google books API to pull books and show them on my site. This is working great. However, I want to be able to allow users to favorite books they want to remember and als...
NoMethodError in ImagesController#import
0
Rails
Good Day , I have an error while upload csv file into my webpage Error NoMethodError in ImagesController#import undefined method `import' for Image:Class Iam fresher into the ruby on rails plz help...
Vikram posted
**ActiveModel::UnknownAttributeError in ExcelsController#create**
0
Rails
Good day ,im usings ruby on rails (version 3) im trying to upload a image on my webpage but i keep on this error ActiveModel::UnknownAttributeError in ExcelsController#create , This is my first pro...
Vikram posted
Implement Authentication Service in Rails
2
Rails
Hello,
I'm currently looking for options to create some form of authentication service based on Rails.
I've got several microservices like app1.site.com app2.site.com and app3.site.com and I woul...
holliweb12 replied
Rails API backend with Electron Frontend
5
Rails
I'm working on a SaaS platform that will be heavily API driven with a React or Vue front end. But there's a requirement for a desktop app to give the customer something "tangible" to hold in their...
kavuquj678 replied
How do I return an ActivateStorage blob URL in JSON
2
Rails
In our system we are sending webhook to an endpoint with serialized JSON for the object JobApplication.
The JobApplication has a resume attached using ActiveStorage. ( has_one_attached :resume)
Ho...
Rails App configurations for AWS CodeBuild
1
Rails
I have a rails application that is deployed on `AWS EC2 instance` with `CodePipeline`. I have added the `Build` stage in the pipeline using `AWS CodeBuild` to build test my code.
I have no idea ab...
skooby replied
Good guide for standing up a solid Ruby gem development environment in Visual Studio Code?
11
General
In my work, I have to split my time between working on a lot of different things, even sometimes different branches of the same things. I've wound up settling on Visual Studio Code as my primary de...
tech solver replied
Adding headers to spans question
1
General
Hello,
I am working on updating a web application for student accounts. There’s a connection to SQL server and through php we are extracting https://omegle.onl/ data as spans (first name, last nam...
jamesdon replied
Realtime Nested Comments: Part 2 Discussion
6
General
Hey Chris, thanks for the video! I'm just wondering about the design decision to have a stream subscription for each individual comment for the broadcast removal vs broadcasting to the "container" ...
Jay Killeen replied
How to use Hotwire in Rails Discussion
86
General
Can you please provide the repository for this also?
Ahmad khatab replied
How to start with parallel testing in local as well as with travis CI?
1
Testing
I want to use parallel testing to reduce the build time.
mikkycoder replied
How do i write a test case using rspec for private method
1
Rails
Hello I,m new to rails
I am writing test cases for using rspec gem
In my controller I have edit function. I have before action for edit function
**This is my controller**
```
before_action :aut...
Kasey Sk replied
Select Or Create Field For Tags and Labels without jQuery
1
Javascript
I’m looking to explore a feature for a CRM that allows a user to add tags or labels to a customer record. They might not have the tags or labels in the database and I think it would be more intuiti...
kramer.k replied