Open jennytech opened 8 years ago
Is your repo public? If so, can you share it?
@jasnow https://github.com/jennytech/testgithub I have't push yet,cause i can't make it run,this is my gemfile source 'https://rubygems.org'
gem 'rails', '>= 5.0.0.beta2', '< 5.1'
gem 'puma'
gem 'sass-rails', '~> 5.0'
gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.1.0'
gem 'jquery-rails'
gem 'turbolinks'
gem 'jbuilder', '~> 2.0'
gem 'redis', '~> 3.0'
group :development, :test do
gem 'sqlite3' gem 'rspec-rails', '~> 3.0' gem "factory_girl_rails", "~> 4.0"
end
group :development do
gem 'web-console', '~> 3.0' gem 'guard' gem 'guard-rspec', require: false gem 'spork-rails' gem 'spork' gem 'guard-spork' end
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
group :production do gem 'rails_12factor' gem 'pg' end
gem 'devise'
gem 'cancancan', '~> 1.10'
gem 'will_paginate', '~> 3.1.0'
gem 'rails-controller-testing'
Moved to https://github.com/jennytech/testgithub/issues/1 Suggest closing this issue.
`
Please help,I'm stuck on here for 3 days,I can't find a way to solve.