Ruby on Rails
Thursday, July 2, 2015
I just set up my site with Heroku, and I'm setting up dropbox so all the images are saved. However, I've hit a problem while trying to setup dropbox in my command line. I am currently going step by step with the "the startups guide to web development with ruby on rail", following everything and still having trouble.
-- After migrating successfully, I've hit a problem with the rake.
rake dropbox:authorize APP_KEY=your_app_key APP_SECRET=your_app_secret ACCESS_TYPE= dropbox | app_folder.
When I insert that into my command line with my information, I get the following error: rake aborted! Don't know how to build task 'dropbox:authorize'
This is my current GEM file:
source 'https://rubygems.org' ruby "2.0.0" gem 'rails', '4.1.8' gem 'sass-rails', '~> 4.0.3' gem 'uglifier', '>= 1.3.0' gem 'coffee-rails', '~> 4.0.0' gem 'jquery-rails' gem 'turbolinks' gem 'jbuilder', '~> 2.0' gem 'bootstrap-sass', '~> 3.3.5' gem 'coffee-script-source', '1.8.0' gem "paperclip", "~> 4.2" gem "paperclip-dropbox", ">= 1.1.7" group :production do gem 'pg' gem 'rails_12factor' end group :development, :test do gem 'sqlite3' end gem 'sdoc', '~> 0.4.0', group: :doc gem 'tzinfo-data', platforms: [:mingw, :mswin]
I don't know what the problem is.
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/74dbe870-bea7-4153-9ca1-8e4942e0a2b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment