README.textile in flexible_admin-0.1.2 vs README.textile in flexible_admin-0.1.3
- old
+ new
@@ -8,13 +8,13 @@
h4. Depends On
# Rails 3.1+
-h4. Kinda needs
+h4. Basically needs
-# SQL database
+# SQL database / ActiveRecord. Most of the cool stuff involves intuiting your admin needs from your sql column names/typues
h4. Customized for
# Paperclip file attachments
# SASS stylesheets
@@ -48,9 +48,13 @@
run <code>rake db:migrate</code> to create admin_users tables
h2. Adding models
run <code>rails generate flexible_admin Post</code> to generate a admin/posts controller, /admin/posts route, and add Posts to the admin navigation
+
+h2. Adding devise (authentication)
+
+run <code>rails generate flexible_admin:devise</code> to generate devise, an admin_user, and require login for the admin.
h2. Adding WYSIWYG editor
run <code>rails generate flexible_admin:ckeditor</code> to install and generate ckeditor. That will turn all fields named Body and Description into a text editor. It also supports pictures and file attachments in the body and configures ckeditor to use amazon_s3 to store the pic/uploads.
\ No newline at end of file