sporkrb / spork-rails

Spork plugin for rails
MIT License
184 stars 45 forks source link

RuntimeError #27

Open jennytech opened 8 years ago

jennytech commented 8 years ago

0`

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

jasnow commented 8 years ago

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

jennytech commented 8 years ago

@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 commented 8 years ago

Moved to https://github.com/jennytech/testgithub/issues/1 Suggest closing this issue.