Skip to content

Commit

Permalink
first step of migrating to rails 3.1
Browse files Browse the repository at this point in the history
todo:

* fix the last two failing specs
* fix the javascript
* test activeadmin
* move activeadmin css/js/images to vendor/assets
* and a lot more testing
  • Loading branch information
rubiii committed Sep 6, 2011
1 parent 94b9c47 commit daee196
Show file tree
Hide file tree
Showing 138 changed files with 2,347 additions and 292 deletions.
12 changes: 6 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
source :rubygems

gem "rails", "~> 3.0.9"
gem "rails", "~> 3.1.0"

gem "rake", "0.9.2"

gem "bitly", "~> 0.6.1"
gem "twitter", "~> 1.1.1"
gem "twitter", "~> 1.7.0"
gem "haml", "~> 3.1.2"
gem "sass", "~> 3.1.1"
gem "compass", "~> 0.10.5"
gem "sass-rails"
gem 'compass', :git => 'https://github.com/chriseppstein/compass.git', :branch => 'rails31'
gem "friendly_id", "~> 3.0"
gem "omniauth", "~> 0.2.0"
gem "omniauth", "0.3.0.rc3"
gem "icalendar", "~> 1.1.5"
gem "ambience", "~> 0.3.1"
gem "activeadmin", "~> 0.2.2"
gem "activeadmin", "~> 0.3.1"
gem "thin", "~> 1.2.11"
gem "foreman", "~> 0.19.0"
gem "decent_exposure", "~> 1.0.1"
Expand Down
Loading

0 comments on commit daee196

Please sign in to comment.