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

API
2
General
Hi everyone,
I have recently set on a mission to learn more about APIs. I get some data from a external JSON API but have come a cross an issue that I need some help with.
I’ve defined my cars v...
Solved

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

How do I import recurring_select in Rails 7?
3
General
I add the gem in rails 7 and worked, the thing is, when I'm using it in the form, it doensn't pop up the modal, the js isn't working,
In application.js I imported like
import "recurring_select"
i...
Robert Ault replied

Rails for Beginners Part 6: The Root Route Discussion
2
General
I created a guide for myself based on this video:
https://paper.dropbox.com/doc/6-How-to-add-the-root-route--BFkHqiwUkuyuvDGJuGbMgiZqAQ-snEyAhwuCkHFOSGR2s0f6

rake db:create fails while following Windows 11 Rails setup guide
6
Rails
As the title states, while following the Windows 11 Rails setup guide I found that whenever I run `rake db:create` it fails with the following error:
```
PG::ConnectionBad: could not connect to ser...
Freibuis replied

Setup Ubuntu 22.10 Kinetic Kudu Discussion
2
General
I would use rvm or rbenv to manage ruby versions on per projects with the standard `.ruby-version`
rvm is a heavier beast compared to rbenv. if you are not changing ruby version often. us rbenv.. o...
Freibuis replied