envylabs/BlueLightSpecial

Rails 3?

Opened this issue · 0 comments

I've used BlueLightSpecial in a Rails 2.3.5 app with great success -- thanks for the awesome gem!

Is BLS compatible with Rails 3? If so, do you have any tips for setting it up?

I've tried adding the gem to my Gemfile with:

gem 'blue_light_special', :git => 'http://github.com/envylabs/BlueLightSpecial.git', :branch => 'rails3'

And running bundle install gives me:

Using blue_light_special (0.2.0) from http://github.com/envylabs/BlueLightSpecial.git (at rails3) 
blue_light_special at /Users/jacob/.rvm/ruby-1.8.7-p174/lib/ruby/gems/1.8/bundler/gems/BlueLightSpecial-c453896b4132 did not have a valid gemspec.
This prevents bundler from installing bins or native extensions, but that may not affect its functionality.
The validation message from Rubygems was:
  ["test/rails_root/app/controllers/admin/admin_controller.rb", "test/rails_root/app/controllers/admin/users_controller.rb", "test/rails_root/app/models/user.rb", "test/rails_root/config/application.rb", "test/rails_root/config/initializers/backtrace_silencers.rb", "test/rails_root/config/initializers/blue_light_special.rb", "test/rails_root/config/initializers/secret_token.rb", "test/rails_root/config/initializers/session_store.rb", "test/rails_root/db/migrate/20100426204055_blue_light_special_create_users.rb", "test/rails_root/db/migrate/20100426204101_create_delayed_jobs.rb", "test/rails_root/db/schema.rb", "test/rails_root/test/factories/user.rb", "test/rails_root/test/integration/admin/users_test.rb", "test/rails_root/test/integration/edit_profile_test.rb", "test/rails_root/test/integration/facebook_test.rb", "test/rails_root/test/integration/impersonation_test.rb", "test/rails_root/test/integration/password_reset_test.rb", "test/rails_root/test/integration/sign_in_test.rb", "test/rails_root/test/integration/sign_out_test.rb", "test/rails_root/test/integration/sign_up_test.rb", "test/rails_root/test/performance/browsing_test.rb", "test/rails_root/test/test_helper.rb"] are not files

Thanks,

Jacob Patton