FogBugz #78: ActiveAdmin gem added. Initial setup done. Still needs some tweaking.

This commit is contained in:
Roland Jesse 2012-02-11 00:16:49 +01:00
parent 4a644a9a38
commit 6b912b265f
35 changed files with 22756 additions and 9330 deletions

View file

@ -15,6 +15,17 @@ GEM
rack-mount (~> 0.6.14)
rack-test (~> 0.5.7)
tzinfo (~> 0.3.23)
activeadmin (0.4.0)
bourbon (>= 1.0.0)
devise (>= 1.1.2)
fastercsv
formtastic (>= 2.0.0)
inherited_resources (< 1.3.0)
jquery-rails (>= 1.0.0)
kaminari (>= 0.13.0)
meta_search (>= 0.9.2)
rails (>= 3.0.0)
sass (>= 3.1.0)
activemodel (3.0.9)
activesupport (= 3.0.9)
builder (~> 2.1.2)
@ -31,6 +42,8 @@ GEM
addressable (2.2.6)
arel (2.0.10)
bcrypt-ruby (2.1.4)
bourbon (1.3.6)
sass (>= 3.1)
builder (2.1.2)
cancan (1.6.5)
capistrano (2.5.21)
@ -51,14 +64,33 @@ GEM
rack (>= 1.1.0, < 2)
faraday_middleware (0.6.5)
faraday (~> 0.6.0)
fastercsv (1.5.4)
formtastic (2.0.2)
rails (~> 3.0)
has_scope (0.5.1)
hashie (1.0.0)
highline (1.6.9)
i18n (0.5.0)
inherited_resources (1.2.2)
has_scope (~> 0.5.0)
responders (~> 0.6.0)
jquery-rails (1.0.19)
railties (~> 3.0)
thor (~> 0.14)
kaminari (0.13.0)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
railties (>= 3.0.0)
mail (2.2.19)
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
meta_search (1.0.6)
actionpack (~> 3.0.2)
activerecord (~> 3.0.2)
activesupport (~> 3.0.2)
arel (~> 2.0.2)
mime-types (1.17.2)
multi_json (1.0.4)
multi_xml (0.2.2)
@ -94,6 +126,8 @@ GEM
thor (~> 0.14.4)
rake (0.8.7)
rdoc (3.8)
responders (0.6.5)
sass (3.1.15)
simple_oauth (0.1.5)
thor (0.14.6)
treetop (1.4.10)
@ -114,6 +148,7 @@ PLATFORMS
ruby
DEPENDENCIES
activeadmin (= 0.4.0)
bcrypt-ruby (= 2.1.4)
cancan (= 1.6.5)
capistrano (= 2.5.21)