Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Commit

Permalink
Stupid active admin
Browse files Browse the repository at this point in the history
  • Loading branch information
paradox460 committed May 15, 2013
1 parent f2277f9 commit 7f6d114
Showing 3 changed files with 22 additions and 17 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -55,7 +55,8 @@ gem 'pygments.rb'
gem 'kaminari'
gem 'google-webfonts'

gem 'activeadmin'
# A temporary measure till 0.6.1 is out
gem 'activeadmin', github: 'snoonetIRC/active_admin'

gem 'capistrano'

33 changes: 19 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -6,6 +6,23 @@ GIT
rack-throttle (0.3.0)
rack (>= 1.0.0)

GIT
remote: git://github.com/snoonetIRC/active_admin.git
revision: 46b5bf8d7ef9333ee18deb32fb0e1a1a4978f41b
specs:
activeadmin (0.6.0)
arbre (>= 1.0.1)
bourbon (>= 1.0.0)
devise (>= 1.1.2)
fastercsv
formtastic (>= 2.0.0)
inherited_resources (>= 1.3.1)
jquery-rails (>= 1.0.0)
kaminari (>= 0.13.0)
meta_search (>= 0.9.2)
rails (>= 3.0.0)
sass (>= 3.1.0)

GEM
remote: https://rubygems.org/
specs:
@@ -22,18 +39,6 @@ GEM
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.2.1)
activeadmin (0.6.0)
arbre (>= 1.0.1)
bourbon (>= 1.0.0)
devise (>= 1.1.2)
fastercsv
formtastic (>= 2.0.0)
inherited_resources (>= 1.3.1)
jquery-rails (>= 1.0.0)
kaminari (>= 0.13.0)
meta_search (>= 0.9.2)
rails (>= 3.0.0)
sass (>= 3.1.0)
activemodel (3.2.11)
activesupport (= 3.2.11)
builder (~> 3.0.0)
@@ -86,7 +91,7 @@ GEM
compass-rails (1.0.3)
compass (>= 0.12.2, < 0.14)
debug_inspector (0.0.2)
devise (2.2.3)
devise (2.2.4)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.1)
railties (~> 3.1)
@@ -254,7 +259,7 @@ PLATFORMS
ruby

DEPENDENCIES
activeadmin
activeadmin!
ancestry
better_errors
binding_of_caller
3 changes: 1 addition & 2 deletions config/routes.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Snoonet::Application.routes.draw do

root to: 'updates#index'
ActiveAdmin.routes(self)

devise_for :admin_users, ActiveAdmin::Devise.config
@@ -10,8 +11,6 @@

resources :updates

root to: 'updates#index'

get ':id',to:'pages#show', as: :page

# The priority is based upon order of creation:

0 comments on commit 7f6d114

Please sign in to comment.