minnestar / sessionizer

Conference session management application
http://sessions.minnestar.org
MIT License
29 stars 23 forks source link

Move pry to the debug group. #44

Closed jcoyne closed 10 years ago

jcoyne commented 10 years ago

This speeds up travis builds. See http://docs.travis-ci.com/user/languages/ruby/#Speed-up-your-build-by-excluding-non-essential-dependencies

coveralls commented 10 years ago

Coverage Status

Coverage increased (+0.2%) when pulling dad5600cf063dc915f095c2e83198aed3a9b9eb5 on jcoyne:pry_to_debug into bb387556104197abc9f4fdf0f5ab42f56210d37d on minnestar:master.

caseyhelbling commented 10 years ago

Is the proper syntax to include the debug group when starting a server (in development) something like

bundler exec --with debug rails c 
jcoyne commented 10 years ago

@caseyhelbling it's already in the bundle, it just hasn't been required yet. I've played around with this and come to the conclusion that dependency handling in rails 3 is just wrong. I don't think this PR will work without Rails 4.