文件名称:buoys:Ruby on Rails面包屑插件
文件大小:50KB
文件格式:ZIP
更新时间:2024-06-09 05:08:46
ruby breadcrumbs rails-breadcrumb-plugin Ruby
浮标 浮标是一个Ruby on Rails的面包屑插件像。 动机 我喜欢并尊重它的想法,但是我想使用I18n创建像一样简单的面包屑库。 安装 在您的Gemfile中 gem 'buoys' 并运行: $ bundle install 例子 首先生成配置和示例文件。 $ bin / rails g buoys : install create config / locale / buoys . en . yml create config / buoys / breadcrumbs . rb create app / views / breadcrumbs / _buoys . html . erb 您可以使用--template haml和--template slim选项。 $ bin / rails g buoys : install -- templat
【文件预览】:
buoys-master
----.gitignore(140B)
----gemfiles()
--------Gemfile-rails5.2.x(123B)
--------Gemfile-rails6.0.x(121B)
--------Gemfile-rails6.1.x(121B)
----bin()
--------test(155B)
----.rubocop.yml(982B)
----buoys.gemspec(806B)
----.github()
--------workflows()
----README.md(3KB)
----lib()
--------generators()
--------buoys()
--------buoys.rb(435B)
----Gemfile(584B)
----MIT-LICENSE(1KB)
----Rakefile(597B)
----test()
--------buoys_helper_test.rb(4KB)
--------dummy()
--------buoys_buoy_test.rb(1KB)
--------buoys_generator_test.rb(2KB)
--------test_helper.rb(891B)
--------buoys_loader_test.rb(691B)
--------buoys_test.rb(226B)
----Gemfile.lock(4KB)