{"id":13463236,"url":"https://github.com/codeplant/simple-navigation","last_synced_at":"2025-11-11T18:25:08.037Z","repository":{"id":518549,"uuid":"146722","full_name":"codeplant/simple-navigation","owner":"codeplant","description":"A ruby gem for creating navigations (with multiple levels) for your Rails, Sinatra or Padrino applications.  Render your navigation as html list, link list or breadcrumbs.","archived":false,"fork":false,"pushed_at":"2023-07-27T11:46:26.000Z","size":898,"stargazers_count":889,"open_issues_count":11,"forks_count":136,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-04-24T13:24:10.179Z","etag":null,"topics":["menu","navigation","padrino","rails","ruby","sinatra"],"latest_commit_sha":null,"homepage":"http://simple-navigation-demo.codeplant.ch/","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codeplant.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2009-03-09T19:26:31.000Z","updated_at":"2025-03-30T00:39:44.000Z","dependencies_parsed_at":"2024-01-05T21:58:39.339Z","dependency_job_id":null,"html_url":"https://github.com/codeplant/simple-navigation","commit_stats":{"total_commits":698,"total_committers":44,"mean_commits":"15.863636363636363","dds":0.3180515759312321,"last_synced_commit":"cbac5478991292c9ce237e408990c63c4677680c"},"previous_names":["andi/simple-navigation"],"tags_count":68,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeplant%2Fsimple-navigation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeplant%2Fsimple-navigation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeplant%2Fsimple-navigation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeplant%2Fsimple-navigation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeplant","download_url":"https://codeload.github.com/codeplant/simple-navigation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254140768,"owners_count":22021220,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["menu","navigation","padrino","rails","ruby","sinatra"],"created_at":"2024-07-31T13:00:48.714Z","updated_at":"2025-11-11T18:25:07.979Z","avatar_url":"https://github.com/codeplant.png","language":"Ruby","readme":"# Simple Navigation\n\n[![Gem Version](https://badge.fury.io/rb/simple-navigation.png)](http://badge.fury.io/rb/simple-navigation)\n[![Build Status](https://secure.travis-ci.org/codeplant/simple-navigation.png?branch=master)](http://travis-ci.org/codeplant/simple-navigation)\n[![Code Climate](https://codeclimate.com/github/codeplant/simple-navigation.png)](https://codeclimate.com/github/codeplant/simple-navigation)\n[![Coverage Status](https://coveralls.io/repos/codeplant/simple-navigation/badge.png)](https://coveralls.io/r/codeplant/simple-navigation)\n\nSimple Navigation is a ruby library for creating navigations (with multiple levels) for your Rails, Sinatra or Padrino applications. It runs with all ruby versions (including ruby 2.x).\n\n## Documentation\n\nFor the complete documentation, take a look at the [project's wiki](https://github.com/codeplant/simple-navigation/wiki).\n\n## RDoc\n\nYou can consult the project's RDoc on [RubyDoc.info](http://rubydoc.info/github/codeplant/simple-navigation/frames).\n\nIf you need to generate the RDoc files locally, check out the repository and simply call the `rake rdoc` in the project's folder.\n\n## Online Demo\n\nYou can try simple-navigation with the [online demo](http://simple-navigation-demo.codeplant.ch).\n\nThe source code of this online demo is [available on Github](http://github.com/codeplant/simple-navigation-demo).\n\n## Feedback and Questions\n\nDon't hesitate to come talk on the [project's group](http://groups.google.com/group/simple-navigation).\n\n## Contributing\n\nFork, fix, then send a Pull Request.\n\nTo run the test suite locally against all supported frameworks:\n\n    % bundle install\n    % rake spec:all\n\nTo target the test suite against one framework:\n\n    % rake spec:rails-4-2-stable\n\nYou can find a list of supported spec tasks by running rake -T. You may also find it useful to run a specific test for a specific framework. To do so, you'll have to first make sure you have bundled everything for that configuration, then you can run the specific test:\n\n% BUNDLE_GEMFILE='gemfiles/rails-4-2-stable.gemfile' bundle install -j 4\n% BUNDLE_GEMFILE='gemfiles/rails-4-2-stable.gemfile' bundle exec rspec ./spec/requests/users_spec.rb\n\n### Rake and Bundler\n\nIf you use a shell plugin (like oh-my-zsh:bundler) that auto-prefixes commands with `bundle exec` using the `rake` command will fail.\n\nGet the original command with `type -a rake`:\n\n    % type -a rake\n    rake is an alias for bundled_rake\n    rake is /Users/username/.rubies/ruby-2.2.3/bin/rake\n    rake is /usr/bin/rake\n\nIn this situation `/Users/username/.rubies/ruby-2.2.3/bin/rake` is the command you should use.\n\n## License\n\nCopyright (c) 2022 codeplant GmbH, released under the MIT license\n","funding_links":[],"categories":["HTML \u0026 Markup","Ruby","Navigation","Breadcrumbs"],"sub_categories":["Rails Menu Builders"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeplant%2Fsimple-navigation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeplant%2Fsimple-navigation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeplant%2Fsimple-navigation/lists"}