activeadmin / Demo.activeadmin.info
A store application to use in tutorials for Active Admin
Stars: ✭ 253
Programming Languages
ruby
36898 projects - #4 most used programming language
Labels
Projects that are alternatives of or similar to Demo.activeadmin.info
Activeadmin trumbowyg
Trumbowyg Editor for ActiveAdmin
Stars: ✭ 29 (-88.54%)
Mutual labels: activeadmin, rails
Activeadmin blaze theme
ActiveAdmin theme based on Blaze CSS toolkit
Stars: ✭ 35 (-86.17%)
Mutual labels: activeadmin, rails
Activeadmin addons
Extends ActiveAdmin to enable a set of great optional UX improving add-ons
Stars: ✭ 574 (+126.88%)
Mutual labels: activeadmin, rails
Formadmin
Modern and responsive theme for Active Admin used by Formaweb.
Stars: ✭ 79 (-68.77%)
Mutual labels: activeadmin, rails
Activeadmin settings cached
UI interface for rails-settings-cached in active admin
Stars: ✭ 51 (-79.84%)
Mutual labels: activeadmin, rails
Activeadmin froala editor
Froala WYSIWYG editor for ActiveAdmin
Stars: ✭ 30 (-88.14%)
Mutual labels: activeadmin, rails
Activeadmin Themes
Awesome themes for ActiveAdmin.
Stars: ✭ 141 (-44.27%)
Mutual labels: activeadmin, rails
Activeadmin quill editor
Quill Rich Text Editor for ActiveAdmin
Stars: ✭ 76 (-69.96%)
Mutual labels: activeadmin, rails
Activeadmin dynamic fields
ActiveAdmin plugin to add dynamic behaviors to fields
Stars: ✭ 73 (-71.15%)
Mutual labels: activeadmin, rails
Activeadmin
The administration framework for Ruby on Rails applications.
Stars: ✭ 9,096 (+3495.26%)
Mutual labels: activeadmin, rails
Arctic admin
Responsive Theme for ActiveAdmin
Stars: ✭ 201 (-20.55%)
Mutual labels: activeadmin, rails
Client side validations Simple form
Simple Form plugin for ClientSideValidations
Stars: ✭ 244 (-3.56%)
Mutual labels: rails
Rack Reducer
Declaratively filter data via URL params, in any Rack app, with any ORM.
Stars: ✭ 241 (-4.74%)
Mutual labels: rails
Wreeto official
Wreeto is an open source note-taking, knowledge management and wiki system.
Stars: ✭ 241 (-4.74%)
Mutual labels: rails
Simonsays
💂 Simple, declarative, role-based access control system for Rails and Ruby
Stars: ✭ 245 (-3.16%)
Mutual labels: rails
Docker Registry Browser
🐳 Web Interface for the Docker Registry HTTP API V2 written in Ruby on Rails.
Stars: ✭ 239 (-5.53%)
Mutual labels: rails
Gaffe
💥 Gaffe handles Rails error pages in a clean, simple way.
Stars: ✭ 238 (-5.93%)
Mutual labels: rails
The Active Admin Store
This is a test application to demo Active Admin.
Local development setup
Dependencies: Ruby 2.7+ and PostgreSQL
- Clone project using Git
- Run
bundle install
- Configure database:
- Create the DB user by running command:
sudo -u postgres psql -c "CREATE USER demo_aa WITH CREATEDB NOCREATEROLE PASSWORD 'demo_aa'"
- Export the environment to set the credentials with
export DATABASE_USERNAME=demo_aa DATABASE_PASSWORD=demo_aa
- You can use direnv so that you don't need to export these environment variables every time, or change username/password in
config/database.yml
- Create the DB user by running command:
- Run command
bin/rails db:setup
to create database with seed data. - Start server:
bin/rails s
- Navigate in browser to: http://localhost:3000/admin
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected].