Skip to content

issues Search Results · repo:codeplant/simple-navigation language:Ruby

Filter by

164 results
 (117 ms)

164 results

incodeplant/simple-navigation (press backspace or delete to remove)

I was installing simple-navigation into a Rails 7 application and everything looks great, but when enabling eager loading (f.e. in tests) by using Rails.application.eager_load! I got undefined method url_for ...
  • nlsrchtr
  • 1
  • Opened 
    on Jan 25, 2023
  • #229

If using a custom renderer it is not possible to use the tag helper which is a shorter variant for content_tag and is preferred by Rails style guides. The SimpleNavigation::Renderer::Base does not delegate ...
  • Flauschbaellchen
  • 1
  • Opened 
    on Jun 21, 2020
  • #224

Initialization of this gem triggers a deprecation warning in rails 6: DEPRECATION WARNING: Initialization autoloaded the constants ActionText::ContentHelper and ActionText::TagHelper. Being able to do ...
  • benningm
  • 2
  • Opened 
    on Aug 2, 2019
  • #222

Thanks for this great gem. Does this support rails 6?
  • east2dd
  • 3
  • Opened 
    on Jul 29, 2019
  • #221

A great gem! Unfortunately I have issues getting it to work properly for CRUD routes. Maybe you can point me to a solution. I followed the advice in #37 to define the navigation structure. For example: ...
  • nevrome
  • 1
  • Opened 
    on Jul 23, 2019
  • #220

Tests are failing with Rails 5. Please enable the same. Here are the logs: Failures: 1) SimpleNavigation::Renderer::List#render sets the right html classes on the rendered ul tag Failure/Error: ...
  • utkarsh2102
  • 3
  • Opened 
    on Jan 5, 2019
  • #216

Hi there. Environment - Ruby 2.4.0 - Rails 5.2.0 - Simple Navigation 4.0.5 Current behavior # frozen_string_literal: true # Bootstrap v4 Navbar https://getbootstrap.com/docs/4.0/components/navbar/ ...
  • vill
  • 4
  • Opened 
    on May 11, 2018
  • #215

Using some system specs and when I test against a page that uses render_navigation I get the error below. 1) Admin when logged in is allowed to see the schools index Failure/Error: = render_navigation ...
  • jschoolcraft
  • 1
  • Opened 
    on Feb 23, 2018
  • #214

This is similar to a previous report I gave, but it s actually a different issue. Here s my config file, in config/dashboard_navigation.rb SimpleNavigation::Configuration.run do |navigation| navigation.items ...
  • nicolasconnault
  • 8
  • Opened 
    on Nov 13, 2017
  • #212

I m running Rails 5 with simple-navigation. I ve only slightly adapted the basic configuration file (in config/dashboard_navigation.erb), with one primary item and a secondary item, no conditions. Only ...
  • nicolasconnault
  • 3
  • Opened 
    on Nov 10, 2017
  • #211
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub