README.rdoc in midas-guilded-0.2.7 vs README.rdoc in midas-guilded-0.2.8
- old
+ new
@@ -64,9 +64,15 @@
=== Automatic choosing of packed, compressed or minified JavaScript files when in production mode.
* In production mode, Guilded automatically looks for a .pack, .compressed or .min version of the JavaScript assets. If one of
these is found, it includes it, otherwise, it includes the version specified by the author in the view helper. This is usually
an unpacked version of the file.
+=== Additional common utilities
+* Determine the browser making a request with the BrowserDetector class and related view helpers.
+* Extends ActiveRecord to have a attr_human_hint method. This method works similar to the attr_human_name method except a hint
+ to use on forms, etc is being set.
+* Extends InactiveRecord (http://github.com/midas/inactive_record/tree/master) to include the attr_human_hint method.
+
== GUILDED COMPONENT PROJECTS
* http://github.com/midas/g_already_grid/tree/master
* http://github.com/midas/g_auto_completer/tree/master
\ No newline at end of file