Created
November 12, 2012 07:38
-
-
Save jamesdwilson/4058012 to your computer and use it in GitHub Desktop.
Can't install acts-as-taggable-on gem
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
source 'https://rubygems.org' | |
gem 'rails', '3.2.9.rc2' | |
# Bundle edge Rails instead: | |
# gem 'rails', :git => 'git://github.com/rails/rails.git' | |
gem 'pg' | |
# Gems used only for assets and not required | |
# in production environments by default. | |
group :assets do | |
gem 'sass-rails', '~> 3.2.3' | |
gem 'coffee-rails', '~> 3.2.1' | |
# See https://github.com/sstephenson/execjs#readme for more supported runtimes | |
# gem 'therubyracer', :platforms => :ruby | |
gem 'uglifier', '>= 1.0.3' | |
end | |
gem 'jquery-rails' | |
# To use ActiveModel has_secure_password | |
# gem 'bcrypt-ruby', '~> 3.0.0' | |
# To use Jbuilder templates for JSON | |
# gem 'jbuilder' | |
# Use unicorn as the app server | |
# gem 'unicorn' | |
# Deploy with Capistrano | |
# gem 'capistrano' | |
# To use debugger | |
# gem 'debugger' | |
gem 'acts-as-taggable-on' |
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
osiris@osiris-desktop:~/projects/delinkydink$ sudo bundle exec gem install activesupport | |
Successfully installed activesupport-3.2.8 | |
1 gem installed | |
Installing ri documentation for activesupport-3.2.8... | |
Installing RDoc documentation for activesupport-3.2.8... | |
osiris@osiris-desktop:~/projects/delinkydink$ sudo bundle exec gem install acts-as-taggable-on | |
ERROR: Error installing acts-as-taggable-on: | |
activemodel requires activesupport (= 3.2.8) | |
osiris@osiris-desktop:~/projects/delinkydink$ rails --version | |
Rails 3.2.9.rc2 | |
osiris@osiris-desktop:~/projects/delinkydink$ ruby --version | |
ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-linux] | |
osiris@osiris-desktop:~/projects/delinkydink$ |
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
. | |
├── app | |
│ ├── assets | |
│ │ ├── images | |
│ │ │ └── rails.png | |
│ │ ├── javascripts | |
│ │ │ ├── application.js | |
│ │ │ └── links.js.coffee | |
│ │ └── stylesheets | |
│ │ ├── application.css | |
│ │ ├── links.css.scss | |
│ │ └── scaffolds.css.scss | |
│ ├── controllers | |
│ │ ├── application_controller.rb | |
│ │ ├── Controllers.iml | |
│ │ └── links_controller.rb | |
│ ├── helpers | |
│ │ ├── application_helper.rb | |
│ │ ├── Helpers.iml | |
│ │ └── links_helper.rb | |
│ ├── mailers | |
│ ├── models | |
│ │ ├── link.rb | |
│ │ └── Models.iml | |
│ └── views | |
│ ├── layouts | |
│ │ └── application.html.erb | |
│ └── links | |
│ ├── edit.html.erb | |
│ ├── _form.html.erb | |
│ ├── index.html.erb | |
│ ├── new.html.erb | |
│ └── show.html.erb | |
├── config | |
│ ├── application.rb | |
│ ├── boot.rb | |
│ ├── Config.iml | |
│ ├── database.yml | |
│ ├── environment.rb | |
│ ├── environments | |
│ │ ├── development.rb | |
│ │ ├── production.rb | |
│ │ └── test.rb | |
│ ├── initializers | |
│ │ ├── backtrace_silencers.rb | |
│ │ ├── inflections.rb | |
│ │ ├── mime_types.rb | |
│ │ ├── secret_token.rb | |
│ │ ├── session_store.rb | |
│ │ └── wrap_parameters.rb | |
│ ├── locales | |
│ │ └── en.yml | |
│ └── routes.rb | |
├── config.ru | |
├── db | |
│ ├── Db.iml | |
│ ├── migrate | |
│ │ └── 20121112063312_create_links.rb | |
│ ├── schema.rb | |
│ └── seeds.rb | |
├── delinkydink.iml | |
├── doc | |
│ └── README_FOR_APP | |
├── Gemfile | |
├── Gemfile.lock | |
├── lib | |
│ ├── assets | |
│ └── tasks | |
├── log | |
│ └── development.log | |
├── public | |
│ ├── 404.html | |
│ ├── 422.html | |
│ ├── 500.html | |
│ ├── favicon.ico | |
│ ├── index.html | |
│ └── robots.txt | |
├── Rakefile | |
├── README.rdoc | |
├── script | |
│ └── rails | |
├── test | |
│ ├── fixtures | |
│ │ └── links.yml | |
│ ├── functional | |
│ │ └── links_controller_test.rb | |
│ ├── integration | |
│ ├── performance | |
│ │ └── browsing_test.rb | |
│ ├── test_helper.rb | |
│ ├── Test.iml | |
│ └── unit | |
│ ├── helpers | |
│ │ └── links_helper_test.rb | |
│ └── link_test.rb | |
├── tmp | |
│ ├── cache | |
│ │ ├── assets | |
│ │ │ ├── C65 | |
│ │ │ │ └── 090 | |
│ │ │ │ └── sprockets%2F97c24b709b30082d0001c93a1e312f35 | |
│ │ │ ├── CB5 | |
│ │ │ │ └── 9E0 | |
│ │ │ │ └── sprockets%2Fe459168835a5f27b832ace20874f7c10 | |
│ │ │ ├── CD7 | |
│ │ │ │ └── 6F0 | |
│ │ │ │ └── sprockets%2Fbd3936370d0f952ada5774e2230046ed | |
│ │ │ ├── CD8 | |
│ │ │ │ └── 370 | |
│ │ │ │ └── sprockets%2F357970feca3ac29060c1e3861e2c0953 | |
│ │ │ ├── CDC | |
│ │ │ │ └── E10 | |
│ │ │ │ └── sprockets%2Feba08978cd3a50053d85532761b33f4e | |
│ │ │ ├── CE1 | |
│ │ │ │ └── B60 | |
│ │ │ │ └── sprockets%2F16d3535b379a2d4e85800c87093bef0e | |
│ │ │ ├── CF0 | |
│ │ │ │ └── DA0 | |
│ │ │ │ └── sprockets%2Fd7d5b37686831d37c4dd75e645f5e016 | |
│ │ │ ├── D02 | |
│ │ │ │ └── 480 | |
│ │ │ │ └── sprockets%2Fadfca00e841a793c2d328175a536407d | |
│ │ │ ├── D12 | |
│ │ │ │ └── 6F0 | |
│ │ │ │ └── sprockets%2F393d22a14819607b1f8c8acdf7a965c1 | |
│ │ │ ├── D32 | |
│ │ │ │ └── A10 | |
│ │ │ │ └── sprockets%2F13fe41fee1fe35b49d145bcc06610705 | |
│ │ │ ├── D42 | |
│ │ │ │ └── 930 | |
│ │ │ │ └── sprockets%2F3270ee9de493ec6ea25974225aec56b0 | |
│ │ │ ├── D4E | |
│ │ │ │ ├── 1B0 | |
│ │ │ │ │ └── sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 | |
│ │ │ │ └── BF0 | |
│ │ │ │ └── sprockets%2Fd89a8d4e74d237f8d22a82ac1f74843f | |
│ │ │ ├── D5A | |
│ │ │ │ └── EA0 | |
│ │ │ │ └── sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 | |
│ │ │ ├── D80 | |
│ │ │ │ └── 960 | |
│ │ │ │ └── sprockets%2F93536c19c3ba61e4bef3f9a6ff359d85 | |
│ │ │ ├── DCC | |
│ │ │ │ └── 530 | |
│ │ │ │ └── sprockets%2Ffc2aea21af77ff536ee6a2704266b5fc | |
│ │ │ ├── DDC | |
│ │ │ │ └── 400 | |
│ │ │ │ └── sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 | |
│ │ │ ├── E04 | |
│ │ │ │ └── 890 | |
│ │ │ │ └── sprockets%2F2f5173deea6c795b8fdde723bb4b63af | |
│ │ │ ├── E19 | |
│ │ │ │ └── 2A0 | |
│ │ │ │ └── sprockets%2F10fcfbe6ebae11a40c8eac41939a1b9a | |
│ │ │ ├── E25 | |
│ │ │ │ └── 4C0 | |
│ │ │ │ └── sprockets%2Fde2fd9fd11c04a582cdbbe3d84a35ae6 | |
│ │ │ └── E83 | |
│ │ │ └── 420 | |
│ │ │ └── sprockets%2Fcad66c103dd7e7ead5aff4a204fcee1f | |
│ │ └── sass | |
│ │ └── e3b5597c308600c4ddbcd589b6a90035ca48a953 | |
│ │ ├── links.css.scssc | |
│ │ └── scaffolds.css.scssc | |
│ ├── pids | |
│ ├── sessions | |
│ └── sockets | |
└── vendor | |
├── assets | |
│ ├── javascripts | |
│ └── stylesheets | |
└── plugins | |
86 directories, 85 files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment