Ask A Question

Notifications

You’re not receiving notifications from this thread.

Rails for Beginners Part 8: Using Partials for the Navbar Discussion

I liked the navbar construction, very easy to build and this idea to separate is very good to improve time and speed building the webpage.

Reply

yeah the partials uses are great

Reply

Is "shared" a required name for the partials folder or can you name it anything?

Reply

The folder name does not have to be shared, it can be anything you wish. You can try foobar/_navbar.html.erb

Reply

you could also name it this_folder_contains_partials_which_are_shared_or_used_by_multiple_pages
or (if you want future devs looking at your app to figure it out by themselves) you could call it the_icecream_folder

Reply

partials is great

Reply

so for partials does it not render the additional content provided by application.html.erb and instead just inserts what is inside of the file itself verbatim?

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 82,464+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.