Skip to content

Commit e03c03e

Browse files
committedFeb 17, 2011
Created the Active Admin Store for test app
1 parent 9a6261a commit e03c03e

File tree

70 files changed

+864
-43
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+864
-43
lines changed
 

‎Gemfile

+4
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ source 'http://rubygems.org'
33
gem 'rails', '3.0.0'
44
gem 'sqlite3-ruby', :require => 'sqlite3'
55
gem 'nifty-generators'
6+
7+
group :development do
8+
gem 'mechanize'
9+
end

‎Gemfile.lock

+4
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,11 @@ GEM
3838
activesupport (>= 2.3.6)
3939
mime-types
4040
treetop (>= 1.4.5)
41+
mechanize (1.0.0)
42+
nokogiri (>= 1.2.1)
4143
mime-types (1.16)
4244
nifty-generators (0.4.1)
45+
nokogiri (1.4.4)
4346
polyglot (0.3.1)
4447
rack (1.2.1)
4548
rack-mount (0.6.13)
@@ -70,6 +73,7 @@ PLATFORMS
7073
ruby
7174

7275
DEPENDENCIES
76+
mechanize
7377
nifty-generators
7478
rails (= 3.0.0)
7579
sqlite3-ruby

0 commit comments

Comments
 (0)
Please sign in to comment.