No description
Find a file
2012-04-20 22:36:54 -05:00
app Just getting up to date. 2012-04-12 22:34:18 -05:00
config Messing around with placeholders and sizes of grids. 2011-11-07 16:56:35 -06:00
db Adding some shoulda tests, updating the gem file and vendor gems. Removing all fixtures. 2012-01-25 22:56:01 -06:00
doc Initial commit 2011-10-07 08:53:14 -05:00
lib Initial commit 2011-10-07 08:53:14 -05:00
public ExtJS407 added. Changed some paging stuff. 2011-11-07 23:30:57 -06:00
script Initial commit 2011-10-07 08:53:14 -05:00
test Adding some shoulda tests, updating the gem file and vendor gems. Removing all fixtures. 2012-01-25 22:56:01 -06:00
vendor Adding an rvmrc and the foreman gem. 2012-04-20 22:36:54 -05:00
.rvmrc Adding an rvmrc and the foreman gem. 2012-04-20 22:36:54 -05:00
config.ru Initial commit 2011-10-07 08:53:14 -05:00
Gemfile Just getting up to date. 2012-04-12 22:34:18 -05:00
Gemfile.lock Just getting up to date. 2012-04-12 22:34:18 -05:00
nohup.out Just getting up to date. 2012-04-12 22:34:18 -05:00
output Just getting up to date. 2012-04-12 22:34:18 -05:00
Procfile Just getting up to date. 2012-04-12 22:34:18 -05:00
Rakefile Initial commit 2011-10-07 08:53:14 -05:00
README Updating the read me file. 2011-11-07 00:37:00 -06:00

== 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.