
Setup Ubuntu 23.10 Mantic Minotaur Discussion
0
General

Testing API Integrations with WebMock Discussion
3
General
This might help someone watch the video. The website provided (https://jsonip.org/) didn't work for me. The following error occurred:
----
SocketError: Failed to open TCP connection to jsonip.org:...
Chris Oliver replied

Are there more than 2 levels on "Path" section?
1
General
Are there more than 2 levels on "Path" section, which I don't see because I am not Pro member, or there are only 2 available at the moment?
cjilbert504 replied

How do I do the following in a better way?
3
Tips
How can I write the following code in better way
```
if author.present?
Article.where(category: params[:category], author_id: author.id)
else
Article.where(category: params[:category])
end
```
milaradionova replied

Need help on Webpacker issue with Rails 6
0
Rails
I am using Rails 6, Ruby 2.7, and Webpacker 4. X
I am getting below error
ActionView::Template::Error (Webpacker can't find application.js in /Users/developer/Documents/Projects/knowhub/public/pack...
swathi arisankula posted

File to import not found or unreadable: bootstrap-sprockets on rails 5.2.0
4
Gems / Libraries
I have following problem. "File to import not found or unreadable: bootstrap-sprockets."
Following gems I have installed
gem 'bootstrap' gem 'bootstrap-sass', '~> 3.3.7'
gem 'sass-rails', '&g...

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...
AlfredoNarciso replied

Trying to insert this without refreshing the page ~
0
Rails
I am trying to insert a new comment on to the page without reloading using stimulus and javascript ~ I tried following along Chris in the nested comments video (NOTE: my comment is like his POST no...

How would you approach adding students to classes?
4
Rails
I have `SchoolClass` and `Student` resources. Students belong to classes through `ClassMemberships`. So far students have been added to classes using a grid of class checkboxes on the Edit Student ...

Failed to Run Localhost because of Run Time Error
0
Testing
I'm getting runtime error whenever I run the localhost. Redis was running but it only loaded the homepage. After about 10 seconds, the server stopped and gave us this error.
```
`__connect_nonblock...

How To Wrte good bug report for Manual Testing?
0
Testing
A bug report is very easy to write. But what should be the column for bug reports?
Ashutoshkumar posted

Workflow for TDD/BDD on Rails ?
1
Testing
Hi, I'd like some feedback if possible about the workflow of TDD/BDD on a Rails app. I was doing a research the whole weekend trying to find some good examples on how to do porperly TDD on my Rails...

Querying Named Scopes Across Models with ActiveRecord::Relation#merge Discussion
8
General
Thank you for sharing, Chris, really awesome feature.
ekartzpoot 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 ...

MongoDb Integration
0
Ruby
It would be great if you can make video on MongoDB use in rails and make application like url-shortener with it

How would you implement an authorization system in Rails?
0
Tips
Let's say you have users-or-members in your application and each user has his/her own contacts. How would you implement the functionality to allow user1 to add/modify contacts for user2, but not de...

Learning-path next release
0
General
Hi there,
I wanted to ask you when are you planning to release the next series of learning-path course and how often do you plan to release them?
Thank you for such a great course.
All the best,...
Rafal Siepak posted