Skip to content

Commit

Permalink
initial Rails 3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
actsasflinn committed Feb 27, 2012
1 parent 77bdc57 commit 4b1b8e5
Show file tree
Hide file tree
Showing 610 changed files with 1,263 additions and 49,611 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
@@ -1,3 +0,0 @@
[submodule "vendor/plugins/acts_as_snook"]
path = vendor/plugins/acts_as_snook
url = git://github.com/rsl/acts_as_snook.git
14 changes: 14 additions & 0 deletions Gemfile
@@ -0,0 +1,14 @@
source 'http://rubygems.org'

gem 'rails', '3.2.1'

# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'

gem 'mysql2'

gem 'jquery-rails'
gem 'will_paginate'
gem 'ultraviolet1x'
gem 'textpow1x'
gem 'thinking-sphinx', '2.0.10'
106 changes: 106 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,106 @@
GEM
remote: http://rubygems.org/
specs:
actionmailer (3.2.1)
actionpack (= 3.2.1)
mail (~> 2.4.0)
actionpack (3.2.1)
activemodel (= 3.2.1)
activesupport (= 3.2.1)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.1)
rack (~> 1.4.0)
rack-cache (~> 1.1)
rack-test (~> 0.6.1)
sprockets (~> 2.1.2)
activemodel (3.2.1)
activesupport (= 3.2.1)
builder (~> 3.0.0)
activerecord (3.2.1)
activemodel (= 3.2.1)
activesupport (= 3.2.1)
arel (~> 3.0.0)
tzinfo (~> 0.3.29)
activeresource (3.2.1)
activemodel (= 3.2.1)
activesupport (= 3.2.1)
activesupport (3.2.1)
i18n (~> 0.6)
multi_json (~> 1.0)
arel (3.0.2)
builder (3.0.0)
erubis (2.7.0)
hike (1.2.1)
i18n (0.6.0)
journey (1.0.3)
jquery-rails (2.0.0)
railties (>= 3.2.0.beta, < 5.0)
thor (~> 0.14)
json (1.6.5)
mail (2.4.1)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.17.2)
multi_json (1.1.0)
mysql2 (0.3.11)
plist (3.1.0)
polyglot (0.3.3)
rack (1.4.1)
rack-cache (1.1)
rack (>= 0.4)
rack-ssl (1.3.2)
rack
rack-test (0.6.1)
rack (>= 1.0)
rails (3.2.1)
actionmailer (= 3.2.1)
actionpack (= 3.2.1)
activerecord (= 3.2.1)
activeresource (= 3.2.1)
activesupport (= 3.2.1)
bundler (~> 1.0)
railties (= 3.2.1)
railties (3.2.1)
actionpack (= 3.2.1)
activesupport (= 3.2.1)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.6)
rake (0.9.2.2)
rdoc (3.12)
json (~> 1.4)
riddle (1.5.1)
sprockets (2.1.2)
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
textpow1x (1.2.4)
plist (>= 3.0.1)
thinking-sphinx (2.0.10)
activerecord (>= 3.0.3)
builder (>= 2.1.2)
riddle (>= 1.5.0)
thor (0.14.6)
tilt (1.3.3)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.31)
ultraviolet1x (0.14.0)
textpow1x (>= 0.11.0)
will_paginate (3.0.3)

PLATFORMS
ruby

DEPENDENCIES
jquery-rails
mysql2
rails (= 3.2.1)
textpow1x
thinking-sphinx (= 2.0.10)
ultraviolet1x
will_paginate
31 changes: 0 additions & 31 deletions README

This file was deleted.

0 comments on commit 4b1b8e5

Please sign in to comment.