Skip to content

Commit

Permalink
Merge branch 'master' of github.com:RubySchools/social_network
Browse files Browse the repository at this point in the history
  • Loading branch information
strix3000 committed Feb 24, 2012
2 parents a8b8d22 + 7f83f58 commit 90efb87
Show file tree
Hide file tree
Showing 137 changed files with 6,166 additions and 905 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -6,7 +6,7 @@

# Ignore bundler config
/.bundle

*~
# Ignore the default SQLite database.
/db/*.sqlite3

Expand Down
12 changes: 9 additions & 3 deletions Gemfile
Expand Up @@ -5,13 +5,14 @@ gem 'rails'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'

gem 'sqlite3'
#gem 'sqlite3'
gem 'sorcery'
gem 'therubyracer'
gem 'therubyracer', :platforms => [:ruby]
gem 'sorcery'
gem 'carrierwave'
gem 'rmagick'

gem 'thin'
gem 'eventmachine', '~> 1.0.0.beta', :platforms => [:mswin, :mingw]
# Gems used only for assets and not required
# in production environments by default.
group :assets do
Expand Down Expand Up @@ -41,3 +42,8 @@ group :development do
gem 'thin'
gem 'daemons'
end

group :test do
gem 'cucumber'
gem 'rspec'
end
8 changes: 5 additions & 3 deletions Gemfile.lock
Expand Up @@ -31,6 +31,7 @@ GEM
addressable (2.2.6)
arel (3.0.0)
bcrypt-ruby (3.0.1)
bcrypt-ruby (3.0.1-x86-mingw32)
builder (3.0.0)
cancan (1.6.7)
carrierwave (0.5.8)
Expand All @@ -44,7 +45,7 @@ GEM
coffee-script-source (1.2.0)
daemons (1.1.6)
erubis (2.7.0)
eventmachine (0.12.10)
eventmachine (1.0.0.beta.4.1-x86-mingw32)
execjs (1.3.0)
multi_json (~> 1.0)
faraday (0.7.6)
Expand All @@ -71,6 +72,7 @@ GEM
faraday (~> 0.7)
multi_json (~> 1.0)
pg (0.12.2)
pg (0.12.2-x86-mingw32)
polyglot (0.3.3)
rack (1.4.0)
rack-cache (1.1)
Expand Down Expand Up @@ -113,7 +115,6 @@ GEM
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.5)
therubyracer (0.9.9)
libv8 (~> 3.3.10)
thin (1.3.1)
Expand All @@ -132,19 +133,20 @@ GEM

PLATFORMS
ruby
x86-mingw32

DEPENDENCIES
cancan
carrierwave
coffee-rails (~> 3.2.1)
daemons
eventmachine (~> 1.0.0.beta)
jquery-rails
pg
rails
rmagick
sass-rails (~> 3.2.3)
sorcery
sqlite3
therubyracer
thin
uglifier (>= 1.0.3)
37 changes: 0 additions & 37 deletions Gemfile~

This file was deleted.

1 change: 1 addition & 0 deletions Procfile
@@ -0,0 +1 @@
web: bundle exec rails server thin -p $PORT
261 changes: 0 additions & 261 deletions README~

This file was deleted.

Binary file added app/assets/images/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 90efb87

Please sign in to comment.