Skip to content
This repository has been archived by the owner on Jul 31, 2019. It is now read-only.

Commit

Permalink
readd face gem and remove database.yml now that we'll be using our ow…
Browse files Browse the repository at this point in the history
…n mysql configs
  • Loading branch information
quadule committed Mar 5, 2012
1 parent cae72b7 commit e9e3225
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 26 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -7,8 +7,9 @@
# Ignore bundler config # Ignore bundler config
/.bundle /.bundle


# Ignore the default SQLite database. # Ignore the database and its configuration.
/db/*.sqlite3 /db/*.sqlite3
/config/database.yml


# Ignore all logfiles and tempfiles. # Ignore all logfiles and tempfiles.
/log/*.log /log/*.log
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -16,6 +16,7 @@ group :development, :test do
end end


gem 'activerecord-mysql2spatial-adapter' gem 'activerecord-mysql2spatial-adapter'
gem 'face'
gem 'geokit' gem 'geokit'
gem 'instagram', "~> 0.8.3" gem 'instagram', "~> 0.8.3"
gem 'jquery-rails' gem 'jquery-rails'
Expand Down
14 changes: 14 additions & 0 deletions Gemfile.lock
Expand Up @@ -22,6 +22,9 @@ GEM
activesupport (= 3.2.2) activesupport (= 3.2.2)
arel (~> 3.0.2) arel (~> 3.0.2)
tzinfo (~> 0.3.29) tzinfo (~> 0.3.29)
activerecord-mysql2spatial-adapter (0.4.2)
mysql2 (>= 0.2.13)
rgeo-activerecord (~> 0.4.3)
activeresource (3.2.2) activeresource (3.2.2)
activemodel (= 3.2.2) activemodel (= 3.2.2)
activesupport (= 3.2.2) activesupport (= 3.2.2)
Expand Down Expand Up @@ -61,6 +64,8 @@ GEM
faraday_middleware (0.8.4) faraday_middleware (0.8.4)
faraday (>= 0.7.4, < 0.9) faraday (>= 0.7.4, < 0.9)
ffi (1.0.11) ffi (1.0.11)
geokit (1.6.5)
multi_json
hashie (1.2.0) hashie (1.2.0)
hike (1.2.1) hike (1.2.1)
i18n (0.6.0) i18n (0.6.0)
Expand All @@ -81,6 +86,7 @@ GEM
mime-types (1.17.2) mime-types (1.17.2)
multi_json (1.0.4) multi_json (1.0.4)
multipart-post (1.1.5) multipart-post (1.1.5)
mysql2 (0.3.11)
nokogiri (1.5.0) nokogiri (1.5.0)
polyglot (0.3.3) polyglot (0.3.3)
rack (1.4.1) rack (1.4.1)
Expand Down Expand Up @@ -110,6 +116,11 @@ GEM
json (~> 1.4) json (~> 1.4)
rest-client (1.6.7) rest-client (1.6.7)
mime-types (>= 1.16) mime-types (>= 1.16)
rgeo (0.3.5)
rgeo-activerecord (0.4.3)
activerecord (>= 3.0.3)
arel (>= 2.0.6)
rgeo (>= 0.3.4)
rspec (2.8.0) rspec (2.8.0)
rspec-core (~> 2.8.0) rspec-core (~> 2.8.0)
rspec-expectations (~> 2.8.0) rspec-expectations (~> 2.8.0)
Expand Down Expand Up @@ -155,11 +166,14 @@ PLATFORMS
ruby ruby


DEPENDENCIES DEPENDENCIES
activerecord-mysql2spatial-adapter
capybara capybara
coffee-rails (~> 3.2.1) coffee-rails (~> 3.2.1)
face face
geokit
instagram (~> 0.8.3) instagram (~> 0.8.3)
jquery-rails jquery-rails
mysql2
rails (= 3.2.2) rails (= 3.2.2)
rspec-rails rspec-rails
sass-rails (~> 3.2.3) sass-rails (~> 3.2.3)
Expand Down
25 changes: 0 additions & 25 deletions config/database.yml

This file was deleted.

0 comments on commit e9e3225

Please sign in to comment.