Sha256: 5a0488bc22d68ad1486ce3bb5e5a6492e72dcadf0ebf7471bccdd5895c7a0f81

Contents?: true

Size: 1.96 KB

Versions: 2

Compression:

Stored size: 1.96 KB

Contents

= Motr

{Official Documentation}[http://rubydoc.info/github/kurbmedia/motr/master/frames]

Motr is a basic Rails engine which adds additional functionality to your applications, and creates the ability to "extend" models 
easily to support routine functionality. The {core Motr}[http://github.com/kurbmedia/motr] engine 
provides a number of helpers and functionality geared towards bringing the ease of Rails back-end development, to the front-end. It
also implements a {Devise}[https://github.com/plataformatec/devise] inspired "hook" system to support easily adding data functionality to 
models in a similar manner to how Devise adds session management functionality.

Rails view helpers and form builders are convenient an easy to use, however some aren't very design/html friendly (whose idea was it to 
wrap fields with errors in a div?). The goal is to keep html valid and sensible where possible, and make things like javascript integration 
easier and more efficient.

Additional documentation will be provided shortly, as a few final methods are added. For now check out the 
documentation provided at {rubydoc.info}[http://rubydoc.info/github/kurbmedia/motr/master/frames].

== Contributing

Motr is maintained and funded by {kurb media}[http://kurbmedia.com/], and was designed for our own internal use, so (like Rails itself), it is
opinionated in how it works. However, additions / enhancements / alternative methods are more than welcome and encouraged. We also welcome 
feature requests, especially from designers/front-end developers who spend a lot of time working along-side Rails developers.

== Credits

Thanks to José Valim and {Devise}[https://github.com/plataformatec/devise] which inspired the model hook functionality.

== License

Motr is Copyright © 2010-2011 kurb media, llc.
It is free software, and may be redistributed under the terms specified in the MIT-LICENSE file. Donations in the form of beer, cash, or 
1980's movie memorabilia are welcomed (and encouraged!).

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
motr-0.0.5 README.rdoc
motr-0.0.4 README.rdoc