Added paper_trail, also starting work on the scheduler

This commit is contained in:
Matt Barringer 2013-01-07 16:45:48 +01:00
parent 90b30db9e8
commit f86232bedf
35 changed files with 523 additions and 32137 deletions

View file

@ -75,6 +75,7 @@ GEM
thor (>= 0.14, < 2.0)
jquery_datepicker (0.4)
json (1.7.5)
libv8 (3.11.8.11)
mail (2.4.4)
i18n (>= 0.4.0)
mime-types (~> 1.16)
@ -84,6 +85,9 @@ GEM
node (0.0.2)
eventmachine
orm_adapter (0.4.0)
paper_trail (2.7.0)
activerecord (~> 3.0)
railties (~> 3.0)
paperclip (3.4.0)
activemodel (>= 3.0.0)
activerecord (>= 3.0.0)
@ -126,6 +130,7 @@ GEM
rake (10.0.3)
rdoc (3.12)
json (~> 1.4)
ref (1.0.2)
ruby-rc4 (0.1.5)
sass (3.2.4)
sass-rails (3.2.5)
@ -138,6 +143,9 @@ GEM
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.6)
therubyracer (0.11.1)
libv8 (~> 3.11.8.7)
ref
thor (0.16.0)
tilt (1.3.3)
transitions (0.1.4)
@ -172,12 +180,14 @@ DEPENDENCIES
jquery-rails
jquery_datepicker
node
paper_trail
paperclip (~> 3.0)
prawn
prawn_rails
rails (= 3.2.9)
sass-rails (~> 3.2.3)
sqlite3
therubyracer
transitions
twitter-bootstrap-rails
uglifier (>= 1.0.3)