Jay Levitt
Jay Levitt
Do you have access to the DETAIL: portion of the error message? F'rinstance, I'm porting over contrib/cube's tests to pgtap, and I'd like to check for "Different point dimensions in...
Using the `user::data_bag` recipe, I seem to need to provide "false" as a string; as a boolean, it's ignored. Possibly related to #9?
When I worked around #9 by deleting `root_path` and `module_path` from the node directly, `rvm_passenger` rebuilt passenger 3.0.14 but didn't notify apache2 to restart.
When I first installed `rvm_passenger`, it chose passenger 3.0.8. I changed my recipe to explicitly set 3.0.14, but `/etc/apache2/mods-enabled/passenger.conf` and `passenger.load` are still pointing at 3.0.8. I think that's because...
I have a wizard-style form that the user submits three times; each time, a different part of the form is enabled. jquery-ujs currently re-enables every field tagged with `data-disable-with`, regardless...
Just upgraded from 1.4 to 1.53 to see the new workspace mode, but...  It persists through TM restarts and through disabling and re-enabling workspace mode. Any ideas?
I'm on Snow Leopard 10.6.7, using ruby 1.9.2p180 via rvm. After watchr runs a functional test in rails, I get a crash like this: ``` ruby -I"lib:test" -rubygems test/functional/surveys_controller_test.rb /Users/jay/.rvm/gems/ruby-1.9.2-p180/gems/ruby-fsevent-0.2.1/lib/fsevent/signal_ext.rb:29:...