TypeError: $(...).chosen is not a function
2
General
I am using Rails 6. I have installed jQuery, Bootstrap, & Popper as explained in one of the videos and Bootstrap is working fine. Now I have to use Chosen jQuery plugin.
I installed it using Y...
0agautam replied
Following the Ubuntu article to install Ruby, Rails, DB etc fails halfway through.
1
General
Hello!
Thanks for looking at this.
After going through this article =>
"(h)(t)(t)(p)(s)(:)(/)(/)gorails(.)com/setup/ubuntu/20.04#final-steps"
On the Git configuring step and after I type in ...
savannahx replied
Solved
Rails for Beginners Part 37: Creating a GitHub Repo to store our code Discussion
2
General
Thanks for the time Cris , great content.
Eric Chua replied
Building AnimatedGif.me Part 1 Discussion
4
General
This is awesome Chris! Thanks so much! This will help me and my team better understand rails coding from start to finish!
brobles replied
How do I delete orphaned children record from my model.
0
General
After a parent model gets deleted it turned out the children became orphaned and I have now added a dependent destroy on the child model to ensure it gets deleted when the parent is deleted. Will u...
James Okunlade posted
Getting stuck
2
General
Hi Everybody,
What am I missing?
I have a model called Exhibit that belongs to a Request model. I have a Note model with a polymorphic relationship as the note can be about either an exhibit or a ...
EshalHood replied
what options are there to license my rails application to endusers, like concurrent users or counted users. How can we manage that with rails, or so I need to write something from scratch
0
General
SO I have created an rails application, that I want to distribute for a fee.
It will be hosted on AWS elastic servers with autoscale.
I need to somehow have the ability to generate liceses for ...
jl@lejoly.com posted
My Development Environment Discussion
26
General
Vim tip: you can type :help [command] and vim will tell you what that command does. sometimes these descriptions can be so descriptive they're sort of confusing.the one that saved me SO MUCH time, ...
Arthur Cheek replied
Throttling Infinite Scroll Events in Javascript Discussion
0
General
How to Write C Extensions for Ruby Gems Discussion
1
General
Hey @chris, great screencast! Thanks!
Jurell Tanksley replied
How do I make a link_to from notice notification to pages created the notification?
1
General
example: I have a discussion page and when discussion created by admin, notification sent to all users and I want the users to go straight to the discussion page to read the created discussion by ...
Wakgari Baja replied
Solved
How to convert each pdf pages to an image and display a thumbnail?
1
General
Hi everyone,
I am new to rails and would like to ask how to create pdf thumbnails on each pages and/or convert each pages to an image and generate a thumbnail. Thank you.
VijayaKumar replied
Solved
Storing Product Properties
0
General
I'm creating a jewellery product catalogue application and I need to store properties for each product such as material, finishes, product type etc.
I've concluded that there needs to be a model f...
How can I integrate Amazon Native Ads
10
General
Im having troubles integrating Amazon Native Ads into my rails apps. I think its a problem with turbolinks but not really sure. Amazon says to just past this code into your html wherever you want...
Disabling ActionCable for Unauthenticated Users Discussion
14
General
Hey Chris,I tried to integrate the meta tag if else statement into the group chat app in the channels/chatrooms.js and got "cannot read property `send_message` of undefined" error. It was surprisin...
Imallek replied
How to use Google Maps and Markers Discussion
16
General
Awesome video. I am wondering how would I take the show page and link it to a different js file. The index.js is global correct? What would be the best way to setup a show view with just the map...
Jacques replied
Using TDD To Fix A Bug In The Kredis Gem Discussion
0
General
Need helping getting started with Ruby on an m1 MacBook.
0
General
I'm new to Ruby on Rails and am having trouble getting my first project up and running.
I used Rosetta to open my terminal and installed homebrew, ruby, rails, postresql, mysql, and sqlite3, as we...
Humusk1 posted
Vue.js Slots with Tailwind CSS and Rails Discussion
0
General
Weird error in cable ready?
0
General
cable_ready 4.5.0
rails 6.1.4.1
ruby 3.0.2p107
This is a simple example from the basic tutorial (https://www.youtube.com/watch?v=F5hA79vKE_E) I suspect the error I am getting is because either cab...
Pito Salas posted