README.md in railroady-1.5.0 vs README.md in railroady-1.5.1
- old
+ new
@@ -1,7 +1,9 @@
# RailRoady
+[](https://travis-ci.org/preston/railroady)
+
RailRoady generates Rails 3/4 model (ActiveRecord, Mongoid, Datamapper) and controller UML diagrams as cross-platform .svg files, as well as in the DOT language.
Code is based on the original "railroad" gem, patched and maintained over the years. Lineage can be traced via GitHub.
I (Preston Lee) am not trying to hijack Peter Hoeg or Javier's project, but rather create a dedicated, lean gem that can be used without major issue on Rails v3 and v4 projects. Rails v2 is not supported.
@@ -71,11 +73,11 @@
-v, --verbose Enable verbose output
(produce messages to STDOUT)
-x, --xmi Produce XMI instead of DOT
(for UML tools)
--alphabetize Sort methods alphabetically
-
+
Models diagram options:
-a, --all Include all models
(not only ActiveRecord::Base derived)
--show-belongs_to Show belongs_to associations
--hide-through Hide through associations
@@ -87,21 +89,21 @@
-p, --plugins-models Include plugins models
-z, --engine-models Include engine models
--include-concerns Include models in concerns subdirectory
-t, --transitive Include transitive associations
(through inheritance)
-
+
Controllers diagram options:
--hide-public Hide public methods
--hide-protected Hide protected methods
--hide-private Hide private methods
--engine-controllers Include engine controllers
-
+
Other options:
-h, --help Show this message
--version Show version and copyright
-
+
-c, --config FILE File to load environment (defaults to config/environment)
## Commands
You must supply one of these:
@@ -197,6 +199,22 @@
See LICENSE for details.
## Authors
-See AUTHORS for details.
+Authors/Contributors (in approximate order of appearance):
+
+* Javier Smaldone (javier |at| smaldone |dot| com |dot| ar)
+* Elliot Smith
+* Juan Ignacio Pumarino
+* Hajime Baba
+* Ana Nelson
+* Peter Hoeg
+* John McCaffrey
+* David Jones
+* Mike Dalessio
+* [Preston Lee](https://www.prestonlee.com) and [Lee Does](https://www.leedoes.com), the vendor providing maintenance.
+* Tim Harvey
+* Atli Christiansen
+* John Bintz (http://www.coswellproductions.com/)
+
+And of course, many thanks to the many patch submitters and testers that make this possible!