You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A compact and composable dashboard component for Ruby.
6
9
@@ -16,7 +19,7 @@ Please ⭐ if you like it.
16
19
17
20
## Install
18
21
19
-
- Add to your Gemfile: `gem 'tiny_admin', '~> 0.6'`
22
+
- Add to your Gemfile: `gem 'tiny_admin', '~> 0.7'`
20
23
- Mount the app in a route (check some examples with: Hanami, Rails, Roda and standalone in [extra](extra))
21
24
+ in Rails, update _config/routes.rb_: `mount TinyAdmin::Router => '/admin'`
22
25
- Configure the dashboard using `TinyAdmin.configure` and/or `TinyAdmin.configure_from_file` with a YAML config file (see [configuration](#configuration) below):
0 commit comments