10000 Upgraded to Active admin 0.4.0 · brusmax/demo.activeadmin.info@7179787 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7179787

Browse files
committed
Upgraded to Active admin 0.4.0
1 parent 9f1b670 commit 7179787

File tree

3 files changed

+15
-19
lines changed

3 files changed

+15
-19
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source 'http://rubygems.org'
33
gem 'rails', '3.0.10'
44
gem 'sqlite3-ruby', :require => 'sqlite3'
55
gem 'nifty-generators'
6-
gem "activeadmin", :git => 'git://github.com/gregbell/active_admin.git'
6+
gem "activeadmin", '0.4.0'
77
gem "faker"
88
gem 'newrelic_rpm', '3.1.1'
99
gem 'hoptoad_notifier', '2.4.11'

Gemfile.lock

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
GIT
2-
remote: git://github.com/gregbell/active_admin.git
3-
revision: cb9cee2c5a590f5ff28acf602eb60161db79ab04
4-
specs:
5-
activeadmin (0.3.4)
6-
bourbon (>= 1.0.0)
7-
devise (>= 1.1.2)
8-
fastercsv
9-
formtastic (>= 2.0.0)
10-
inherited_resources (< 1.3.0)
11-
jquery-rails (>= 1.0.0)
12-
kaminari (>= 0.13.0)
13-
meta_search (>= 0.9.2)
14-
rails (>= 3.0.0)
15-
sass (>= 3.1.0)
16-
171
GEM
182
remote: http://rubygems.org/
193
specs:
@@ -31,6 +15,17 @@ GEM
3115
rack-mount (~> 0.6.14)
3216
rack-test (~> 0.5.7)
3317
tzinfo (~> 0.3.23)
18+
activeadmin (0.4.0)
19+
bourbon (>= 1.0.0)
20+
devise (>= 1.1.2)
21+
fastercsv
22+
formtastic (>= 2.0.0)
23+
inherited_resources (< 1.3.0)
24+
jquery-rails (>= 1.0.0)
25+
kaminari (>= 0.13.0)
26+
meta_search (>= 0.9.2)
27+
rails (>= 3.0.0)
28+
sass (>= 3.1.0)
3429
activemodel (3.0.10)
3530
activesupport (= 3.0.10)
3631
builder (~> 2.1.2)
@@ -46,7 +41,7 @@ GEM
4641
activesupport (3.0.10)
4742
arel (2.0.10)
4843
bcrypt-ruby (3.0.1)
49-
bourbon (1.3.5)
44+
bourbon (1.3.6)
5045
sass (>= 3.1)
5146
builder (2.1.2)
5247
devise (1.5.3)
@@ -138,7 +133,7 @@ PLATFORMS
138133
ruby
139134

140135
DEPENDENCIES
141-
activeadmin!
136+
activeadmin (= 0.4.0)
142137
faker
143138
hoptoad_notifier (= 2.4.11)
144139
mechanize

public/stylesheets/admin.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
.icon {
33
display: none !important;
44
}
5+
table.dashboard td { width: 33%; }

0 commit comments

Comments
 (0)
0