Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuntimeError #27

Open
jennytech opened this issue May 23, 2016 · 3 comments
Open

RuntimeError #27

jennytech opened this issue May 23, 2016 · 3 comments

Comments

@jennytech
Copy link

jennytech commented May 23, 2016

0`

Please help,I'm stuck on here for 3 days,I can't find a way to solve.

@jasnow
Copy link

jasnow commented May 23, 2016

Is your repo public? If so, can you share it?

@jennytech
Copy link
Author

jennytech commented May 23, 2016

@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'

@jasnow
Copy link

jasnow commented May 23, 2016

Moved to jennytech/testgithub#1
Suggest closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants