No description
| app | ||
| config | ||
| db | ||
| doc | ||
| lib | ||
| public | ||
| script | ||
| test | ||
| vendor | ||
| .rvmrc | ||
| config.ru | ||
| Gemfile | ||
| Gemfile.lock | ||
| nohup.out | ||
| output | ||
| Procfile | ||
| Rakefile | ||
| README | ||
== Intro to "Storage" This is a web application that leverages best of breed software storage systems and development techniques in order to create a hardened document storage system with full audit trails. * Ruby (1.9.x) and Rails (3.1.x) in association with Devise, Mongoid, CoffeeScript, Sass, and other open source libraries. * MongoDB (2.0.0) with GridFS * ExtJS (4.0.2a) === Notes * Use of Ruby and Rails with ExtJS Rails introduces the use of CoffeeScript in an asset pipeline style. This is slightly different than the way that ExtJS directly recommends for developers to do things. It requires that a developer adapt their way of doing things to a slightly different methodology. In this case, a hybrid approach has been taken. Utilizing many of the ExtJS MVC pattern suggestions, while staying within the asset pipeline.