Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
slawosz committed Feb 13, 2012
1 parent bc27a32 commit 543f587
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.rdoc
@@ -1,5 +1,6 @@
= RailsPanel


Experimental admin interface for Rails applications. It is prototype now, so if something is broken:

* take a look into source code
Expand All @@ -8,6 +9,20 @@ Experimental admin interface for Rails applications. It is prototype now, so if

* please put your not working app to github - I will take a look!

How to start:

* create models

* create controller (blank class without methods) - have to include `RailsPanel::Resource`

* no views needes - will be generated automagically

* add routes

* you may would like to use `rails g rails_panel:scaffold` - it works similar to normal rails scaffold

* see example app

See wiki and google group:

* https://github.com/slawosz/rails_panel/wiki/_pages
Expand Down

0 comments on commit 543f587

Please sign in to comment.