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

Lessons
















Forum Threads

Sharing Cookies with Subdomains in Rails Discussion

12
General
Would it be possible for you to add subtitles in Portuguese or English? I am Brazilian, I can understand English subtitles. If you can in English it helps a lot.

Infinite Scroll in Rails with Stimulus.js Discussion

25
General
This is super slick. I wonder how easily one could append the query parameter in the URL to reflect the current page? Could `History.replaceState()` handle the job?
Kevin Urbaum replied

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

How do I add Ransack in my posts controller?

11
General
I am new to rails so this might be an easy question. I am trying to figure out the best way to add ransack to my posts index action. # Ransack @q = Post.ransack(params[:q]) @posts = @q.result(di...
Chris Oliver 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

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

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

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

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

Error 500 on Heroku (app Ruby on Rails)

0
Rails
Hello , I created an app on Ruby on Rails, and everything is ok on my localhost. But on Heroku, it doesn't work : *We’re sorry, but something went wrong. If you are the application owner check ...

Why isn't the Boostrap Dropdown not working in the menu after loging in ?

10
Javascript
Hello, I started an app using the Jumpstart shortcut but didn't find out how and why the dropdown menu with the user's photo wasn't working at all... I guess it is because of javascript but after c...
Damian Nelwep replied
Solved

How do I create an app with Urls like 'https://username.website.com/' instead of 'https://website.com/username/' ?

17
Rails
Hello everyone, I searched but didn't find anything and was hoping like I said in the title of this subject, to find a way to get the url displaying a user's profile of a client's app to be like u...
Chris Oliver replied
Solved

Rails Application Templates Discussion

39
General
Hello,Im gettingCould not find "Procfile" in any of your source paths. Your current source paths are: /Users/my_user/Documents/dev/my_app/https:/raw.githubusercontent.com/excid3/jumpstart/masterUsi...
Ryan Girton replied

Global Autocomplete Search Discussion

29
General
Awesome episode Chris! Thanks!
Thomas Keller replied

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

Group Chat with ActionCable: Part 1 Discussion

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

Realtime Notifications with ActionCable Discussion

22
General
Thanks, Chris! This is an awesome episode, you're the man!

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!