README in easy_admin_ui-0.4.0 vs README in easy_admin_ui-0.5.0
- old
+ new
@@ -4,16 +4,17 @@
A very simple admin UI. If you need something more fancy look at ActiveScaffold.
Requirements
============
- * make_resourceful
* formtastic
* kaminari
-
-Tested with Rails 3.0.4. Requires jquery.
+Rails 3.1 or later.
+
+Requires jQuery.
+
To Do
=====
Some things are currently hardwired. It assumes you have your controllers below
admin/. I.e. admin_users_path.
@@ -21,16 +22,10 @@
Installation
============
$ gem install easy_admin_ui
-To use the rake tasks add:
-
- require 'easy_admin_ui/tasks'
-
-to your Rakefile.
-
How to use
==========
In your controller:
@@ -66,15 +61,9 @@
])
-%>
To add a class to your table cells just pass an array as done with the user.email
field in the above example.
-
-Copy icons:
-
- $ rake easy_admin_ui:copy_assets
-
-Manually copy the sample CSS.
You need to provide the _form.html.erb partials yourself.
You can always override the default templates by providing templates yourself.