Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.
/ admin_demo Public archive

Example of a basic, app-specific administration interface for Rails applications.

License

Notifications You must be signed in to change notification settings

everydayrails/admin_demo

Repository files navigation

Rails administration dashboard example

A roll-your-own alternative to admin gems for Rails applications, using RSpec request specs for some basic BDD goodness.

The source is best viewed successively by branch:

To get started

Written with Ruby 1.9.3.

Clone the repository, then

cd admin_demo
bundle
rake db:create
rake db:migrate
rake db:setup
rake db:test:prepare
guard (or however you want to run the specs)

About

Example of a basic, app-specific administration interface for Rails applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published