Search Results for "help-with-nav-bar-coloring"

Lessons














Forum Threads

In-App Navbar Notifications Discussion

55
General
Thank you thank you thank you!
Ken Hibino replied

Non Restful actions in the controller

6
Rails
I originally asked this question about building a reporting feature in my app https://gorails.com/forum/advice-on-building-a-reports-feature. I'd like to simplify this question even further. I wan...
shakycode replied

Rails 7, Devise in turbo_frames

2
Rails
- Rails 7.0.6 - Devise 4.9 ## Summary - I have a pretty standard Devise setup with links in a global navbar that look like this. ``` <%= link_to('Create account', new_user_registration_path, da...
Whimere replied

Navbar with Vue.js and webpacker - Flickering at page load 😒

1
Javascript
I have a classic RoR - Webpacker app. On top of Webpacker, we have implemented Vue as our frontend framework and Tailwind as our css framework 👌 Everything is functioning fine. Yet I am not quite ...
Thomas Sohet replied
Solved

Using elasticsearch/searchkick to run a search bar via my navbar and show results in a search.html not index.html? ..

0
General
Hello, I just finished going over Chris's two great railscasts dealing with search. However, I wanted to put my search bar on my navbar so that whenever someone searches the results I will be take...
alexsunny posted

Refactoring with the Null Object Pattern Discussion

22
General
One thing to watch out for with NullObjects is Relations. Rails recently introduced a Relation#none method which will help in these cases. Imagine a Post has_many Comments, you'd want to create a N...
Sergio Márquez replied

Re: In-App Navbar Notifications work on page load but not page change

8
General
Hey Chris, Just watched and implemented the code from this screencast and it's working well. However, I realised that it only works on first page load. Subsequent pages do not run the function. N...
Ariel Wulkan replied
Solved

Using elasticsearch/searchkick to run a search bar via my navbar and show results in a search.html not index.html?

1
Rails
I just finished going over Chris's two great railscasts dealing with search. However, I wanted to put my search bar on my navbar so that whenever someone searches the results I will be taken to my...
Omar Khedr replied
Solved

Group Chat with ActionCable: Part 5 Discussion

23
General
Hi Chris,How many users is a chatroom-site like this able to handle?thanks,
anasaijaz replied

User Authentication with Devise | GoRails

27
General
This was a good video. Thank you. I am currently implementing Devise with a Rails JSON API but this gave me a good foundation.
Someone replied

Realtime Notifications with ActionCable Discussion

23
General
Thanks, Chris! This is an awesome episode, you're the man!
Jack replied

Group Chat with ActionCable: Part 1 Discussion

35
General
Great tutorial. Can't wait to see Part 2.
Moi_link replied

Button Loading Animations with jQuery UJS Discussion

68
General
Thank you! Really simple. :)
Marcos Filho replied

Advanced Search, Autocomplete and Suggestions with ElasticSearch and the Searchkick gem Discussion

77
General
Chris, this is awesome!I was hoping you'd do a Searchkick/ElasticSearch video since you did the Ransack video!Thanks for all the great videos!

Facebook Profile Image & Data using Devise in Rails

1
Gems / Libraries
I'm just starting to learn Rails so please forgive the dumb question. In my web app, I was able to set up devise successfully and then link it Facebook using Omni-auth gem. However, two things occu...
Chris Oliver replied
Solved

How to load jquery and other vendor js & css files through importmap in Rails 7

0
Rails
Hi, I am trying to re-building a website using Rails7 and Bootstrap4, which was already developed in Rails5 and Bootstrap3. I have faced some problem of loading jquery and css files. I followed the...

How would you improve these db's and associations

2
Databases
Database Structure Hello people. I have my first proper paid Rails project to start soon, so I’ve been thinking about the database and the associations. The two links below are the databases and...
Shaun Fahey replied

New website design!

17
General
It took me several weeks to redesign everything and it was a TON of work. The main chunk of work was moving from Bootstrap to TailwindCSS and that's quite a lot of effort because you have to rewrit...
Dhairya Majmudar replied

Calling function from handling click event issue

8
General
Hi Everyone Using the UJS approach Chis showed in the NavBar notifications screencasts, I'm trying to implement something similar, and having very strange issue that I can't even imagine what's th...
Michael Derzhavets replied
Solved

Global Autocomplete Search Discussion

29
General
Awesome episode Chris! Thanks!
Thomas Keller replied