Thibaud Guillaume-Gentil

Results 26 comments of Thibaud Guillaume-Gentil

GEM_PATH is wrongly set for me too, would be a nice feature!

If scraping is not really an option, I guess we should try to only use the API with a valid token and forget about the other possibilities. I'm fine with...

> My idea is to have a default method #thumbnail for all VideoInfo objects that is just aliased to #thumbnail_large by default and is used exclusively for providers where only...

Yes, Spork was supported with 0.6.x version and it'll be definitely re-supported with 0.7.x! At the moment Spork isn't working with RSpec2/Rails3 (http://github.com/timcharper/spork/issues#issue/37) so I'm waiting to have the full...

RSpactor do not use the rake task to launch specs but directly the rspec (2.0) or spec (1.3) command line, so I'm not sure if we can launch parallel:spec that...

Ok I see, We really need to found a scalable way to handle all this case. Not easy. Have you tried the :focus option with RSpec?