百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
T

trestle

> 后端框架
开源

一个现代、响应式的管理框架,适用于 Ruby on Rails

2.0K stars0 点赞1 次浏览
访问官网GitHub

工具介绍

一个现代、响应式的管理框架,适用于 Ruby on Rails

Trestle

Demo Site | Demo Source Code

A modern, responsive admin framework for Ruby on Rails

| |:-:|:-:|

Getting Started

To start using Trestle, first add it to your application's Gemfile:

gem 'trestle'

Run bundle install, and then run the install generator to create the initial configuration file and customization hooks:

$ rails generate trestle:install

Then create your first admin resource (assuming you have an existing Article model):

$ rails generate trestle:resource Article

After restarting your Rails server, visit http://localhost:3000/admin to view your newly created admin. You will find the admin definition in app/admin/articles_admin.rb ready to customize.

Example

…

Plugins

The following plugins are currently available:

Name Description Links trestle-auth User authentication plugin GitHub | RubyGems trestle-search Search plugin GitHub | RubyGems trestle-tinymce TinyMCE (WYSIWYG editor) integration GitHub | RubyGems trestle-simplemde SimpleMDE (Markdown editor) integration GitHub | RubyGems trestle-sidekiq Sidekiq integration GitHub | RubyGems trestle-active_storage Active Storage integration GitHub | RubyGems trestle-mobility Mobility integration GitHub | RubyGems trestle-omniauth OmniAuth authentication plugin GitHub | RubyGems trestle-auth-otp 2FA/OTP user authentication GitHub | RubyGems

Development

Please see CONTRIBUTING.md for information on developing and contributing to Trestle.

License

The gem is available as open source under the terms of the LGPLv3 License.

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •Ruby
  • •admin-dashboard
  • •rails
  • •ruby

> 标签

Rubyadmin-dashboardrailsruby

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类后端框架
定价开源

> 相关工具

N
Node.js
基于 V8 的 JavaScript 运行时
D
Django
Python 高级 Web 框架
S
Spring Boot
Java 生态主流微服务框架