-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
81 changed files
with
3,086 additions
and
37,326 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
rvm ruby-1.9.2-p0@rails3 | ||
rvm ruby-1.9.2-p180@rails3_1tutorial | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,44 @@ | ||
source 'http://rubygems.org' | ||
|
||
gem 'rails', '3.0.8' | ||
gem 'rails', '3.1.0' | ||
|
||
gem 'sqlite3','1.3.3' | ||
gem 'mysql', '2.8.1' | ||
# Bundle edge Rails instead: | ||
# gem 'rails', :git => 'git://github.com/rails/rails.git' | ||
|
||
gem 'gravatar_image_tag','0.1.0' | ||
|
||
gem 'kaminari','0.10.2' | ||
gem 'sqlite3','1.3.4' | ||
gem 'gravatar_image_tag','1.0.0' | ||
gem 'kaminari' | ||
gem 'haml' | ||
|
||
|
||
# Gems used only for assets and not required | ||
# in production environments by default. | ||
group :assets do | ||
gem 'sass-rails', " ~> 3.1.0" | ||
gem 'coffee-rails', "~> 3.1.0" | ||
gem 'uglifier' | ||
end | ||
|
||
gem 'jquery-rails' | ||
|
||
group :development do | ||
gem 'rspec-rails', '2.1.0' | ||
#gem 'rspec-rails', '2.0.0.beta.18' | ||
gem 'rspec-rails', '2.6.1' | ||
gem 'annotate-models','1.0.4', :path => '/Users/roca/.rvm/gems/ruby-1.9.2-p0@rails3/gems/annotate-models-1.0.4' | ||
gem 'faker','0.3.1' | ||
end | ||
group :test do | ||
gem 'rspec', '2.1.0' | ||
gem 'webrat', '0.7.1' | ||
gem 'spork', '0.8.4' | ||
gem 'rspec-rails', '2.6.1' | ||
gem 'webrat', '0.7.1' | ||
gem 'spork', '0.9.0.rc9' | ||
gem 'factory_girl_rails','1.0' | ||
end | ||
|
||
gem 'haml' | ||
gem 'newrelic_rpm' | ||
|
||
# Bundle edge Rails instead: | ||
# gem 'rails', :git => 'git://github.com/rails/rails.git' | ||
|
||
#gem 'sqlite3-ruby', :require => 'sqlite3' | ||
|
||
# Use unicorn as the web server | ||
# gem 'unicorn' | ||
|
||
# Deploy with Capistrano | ||
# gem 'capistrano' | ||
|
||
# To use debugger | ||
# gem 'ruby-debug' | ||
|
||
# Bundle the extra gems: | ||
# gem 'bj' | ||
# gem 'nokogiri' | ||
# gem 'sqlite3-ruby', :require => 'sqlite3' | ||
# gem 'aws-s3', :require => 'aws/s3' | ||
|
||
# Bundle gems for the local environment. Make sure to | ||
# put test-only gems in this group so their generators | ||
# and rake tasks are available in development mode: | ||
# group :development, :test do | ||
# gem 'webrat' | ||
# end | ||
# gem 'ruby-debug19', :require => 'ruby-debug' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.