RyanJeff
Joined
Activity
Posted in Views Chart for Links Discussion
Thanks Chris. this help me a lot, not only using this project, but my other project. it is more clean approach. keep it up helping us.
Posted in URL Shortener Requirements Discussion
This is cool Stuff @chris.. thanks
@dan thank you. I forgot that one. I used to use the import of bootstrap. thanks again.
Hi Chris, I added the toast but seems not working:
connect() {
this.element.toast("show")
}
or trying to do this:
connect() {
$(this.element).toast("show")
}
based on your example the last one. but the toast not define. using bootstrap 5.
Uncaught ReferenceError: toast is not defined
here's is my toast:
seems not showing when refreshing. thanks in advance
I'm using rails 7.0.0.alpha2, and gem "jsbundling-rails", "~> 0.1.0"
not sure why is not working with me. I tried also button_to, and the same approach you did, form: {data: {turbo_confirm: "test"}} but does not work. I did not see any error in inspect. weird.
@Chris, did you have some example for data-turbo-confirm, I still don't know how to use it. I tried to add in destroy method: turbo_stream.remove @project , but still the pop up doesn't show. I'm using rails 7rc3. thanks in advance
Nice Video. Did you know how I can implement like notification, and call to multiple controller instead of every controller? thanks
Posted in Display Cloudinary image uploads
anyone get the answer? thanks. curious I'm having some issue too regarding this.
Hi anyone know's how to add richtext in madmin gem that Chris created? thanks in advance for answer.
Posted in Unsafe-inline
I still have the same problem. not sure what I need to do