search for: troutwin

Displaying 6 results from an estimated 6 matches for "troutwin".

Did you mean: trutwin
2011 Aug 19
3
Facter on a VM...
Hey. I''m using Facter to publish VM capabilities - and every time I get the facts I get a couple of errors along with: Could not retrieve network_lo: wrong number of arguments (1 for 0) Could not retrieve network_lo: wrong number of arguments (1 for 0) Could not retrieve network_eth0: wrong number of arguments (1 for 0) Could not retrieve network_eth0: wrong number of arguments (1 for
2010 Nov 08
0
Rails3: "rake test" task does not run tests.
...equire ''action_controller/railtie'' > require ''dm-rails/railtie'' > require ''rails/test_unit/railtie'' I must be doing something wrong, but I''m quite at a loss. Would someone be so kind as to help me debug this issue? Thanks, Brian Troutwine -- You received this message because you are subscribed to the Google Groups "DataMapper" group. To post to this group, send email to datamapper-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to datamapper+unsubscribe-/JYPxA39Uh5TLH3MbocFF+...
2012 Feb 19
1
puppet-module on Debian
"The nice thing about standards is that there are so many to choose from." -- Andrew S Tannenbaum Debian does wonky things when you install a gem from "gem install." Usually this isn''t a problem unless there are executables to consider. I am running into that very thing with the "puppet-module" script on my laptop which runs a flavor of Debian. I thought I
2012 Feb 19
4
roolback to previouse configuration
Hello Does anybody share how to roll-back configuration if puppet definition on host is change. For example Let''s assume we have host on which initial was web server and bunch of users. All this resources we configured throw puppet. node <some node> { <webserver difinition> <user1 definition> <user2 definition> <user3 definition> } At some
2010 Nov 27
9
rails server command
Hi. When I try and start my server using ''rails server'' I get the following..... Usage: rails new APP_PATH [options] Options: -r, [--ruby=PATH] # Path to the Ruby binary of your choice # Default: C:/InstantRails-2.0-win/ruby/bin/r xe -d, [--database=DATABASE] # Preconfigure for selected database (options
2010 Nov 30
4
Cucumber+Capybara rails 3 issue (Don't know where exactly)
When I''m executing cucumber tests, I noticed that sometimes rails app (in test env.) getting several the same requests (GET or POST) usually around 3, and it doesn''t render anything with empty HTTP status code. Have anyone met something similar to that issue? here is some example of log file: Started POST "/account" for 127.0.0.1 at 2010-11-30 22:34:17 +0200