search for: growl

Displaying 20 results from an estimated 45 matches for "growl".

Did you mean: grow
2006 Jun 08
3
Rails Test Notifications w/ Growl Plugin
Hi all - I''ve just posted a quick plugin that adds notification of test failures via the Growl framework (http://growl.info) for OS X users. Its a great way to keep up with your test suite, especially when coupled with autotest. And if you''re anything like me, you probably already have Growl rocking. Anyway, see my blog for details on installing the plugin: http://thatswhatim...
2011 Feb 21
4
autotest with Growl not working
Hi I''m new and using Ruby on Rails 3 but when I run $ autotest nothing happens (I have growl installed). If I run $ rspec spec then I get the ''Finished in 0.07253 seconds seconds 2 example, 0 failures'' message I have the following gems installed for autotest (checked via $ gem list): autotest (4.3.2) autotest-fsevent (0.2.4, 0.2.2) autotest-growl (0.2.9, 0.2.4) autotest...
2007 May 22
3
BDD screenscast
...ideas and things which I mis- said... but hopefully people will get the idea. I think most of the people who read my weblog are fellow Objective-C programmers, but I wanted people to see the kind of workflow you can achieve with RSpec, especially when combined with addons like autotest and Growl. Cheers, Wincent
2017 Jun 09
2
Apple Mac slave
...ace @SBINDIR@ with /sw/sbin or whatever: https://github.com/networkupstools/nut/blob/161efce6c6fc32f205817ca71f8963af253cec59/scripts/launchd/org.networkupstools.upsmon.plist.in > and also still open is the notification on the Mac. I used to have a script that would send UDP notifications to Growl, but that was before OS X notifications made Growl mostly obsolete. I can dig that up if it is of interest.
2007 Nov 30
4
Autotest''ing specs on non-rails app
I''m having trouble using autotest with rspec on a non-rails project. my Rspec gem is version 1.0.8, ZenTest is 3.6.2 project structure $ ls * lib: parser.rb spec: parser_spec.rb autotest finds and runs the spec, but it won''t detect changes to lib/parser.rb I know it''s something stupid, but... help? -- Rick DeNatale My blog on Ruby
2011 May 08
1
Spork + Autotest Failure
...39;s instructions in http://ruby.railstutorial.org/chapters/static-pages#sec:testing_tools Essentially by doing the following (using rvm & I''m on Mac OS X): $ gem install autotest -v 4.4.6 $ gem install autotest-rails-pure -v 4.1.2 $ gem install autotest-fsevent $ gem install autotest-growl My ~/.autotest is as follows: require ''autotest/growl'' require ''autotest/fsevent'' Autotest.add_hook :initialize do |autotest| %w{.git .svn .hg .DS_Store ._* vendor .idea}.each {|exception| autotest.add_exception(exception) } false end Spork is set up as ind...
2007 Nov 10
3
autometric gem
...king on tool to automatically run code metrics in the same way as autotest. It''s runs rcov, flog, and saikuro right now, and works with rspec and rails. It''s hosted at rubyforge: http://rubyforge.org/projects/autometric/ I''ve got a post on how to configure it with growl: http://benburkert.com/2007/11/9/introducing-autometric I''m hoping to get Heckle working soon. -Ben
2011 Jul 01
0
pluginsync fails to load custom facts or providers
...0-06-23 patchlevel 299) [i386-linux]). master was upgraded from possibly an earlier 2.6.x release, but it never ran 0.25.x. agent is running on os x 10.6.8, puppet 2.6.7, stock ruby 1.8.7. the custom fact and vcsrepo provider are dumped in a module''s lib dir like so: /etc/puppet/modules/growl/ |-- files | `-- tmp | `-- GROWL |-- lib | |-- facter | | `-- facter_dot_d.rb | `-- puppet | |-- provider | | |-- vcsrepo | | | |-- bzr.rb | | | |-- cvs.rb | | | |-- git.rb | | | |-- hg.rb | | | `-- svn.rb | | `...
2017 Jun 11
0
Apple Mac slave
.../github.com/networkupstools/nut/blob/161efce6c6fc32f205817ca71f8963af253cec59/scripts/launchd/org.networkupstools.upsmon.plist.in> I will look in to it. > >> and also still open is the notification on the Mac. > > I used to have a script that would send UDP notifications to Growl, but that was before OS X notifications made Growl mostly obsolete. I can dig that up if it is of interest. No thanks, I can use osascript to notify. Kind Regards, Rob -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.alioth.debian.org/piperma...
2006 Feb 20
0
vpimd, a personal information server
...ote that it basically has no security, authorization, etc. It might be a huge privacy hole! Note: - WebDAV client-side: - http://raa.ruby-lang.org/project/libneon-ruby/ - http://www.webdav.org/neon/ - WebDAV server-side: - implement a WEBRick servlet to handle server-side? todo: growl-to-* todo: *-to-growl Q: should growls go to all servers, or just specific ones? - http://raa.ruby-lang.org/project/ruby-growl/ todo: soap/weather-to-ics Query weather reports using SOAP, represent as iCalendars. todo: ics-alarm A really, really fast way of adding an alarm to iCalendar...
2006 Aug 11
9
I have boosted my productivity !
Just a positive experience I would like to share with you : testing is great on paper but very tedious to apply because nobody wants to run manually the tests by hand. Last week I have discovered zentest, an automated test process command line utility. That was at the beginning (hopefully) of a new project. Believe it or not, I have started to code most parts of the application without using
2007 Sep 19
5
Zentest and rspec
Hi guys I''m new to rspec and was wondering if there is a quick setup to get it to work with autotest, sans rails. Thanks -- Jim Freeze -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20070919/f7eecd9e/attachment.html
2008 Jul 23
2
[PULL] lguest and virtio patches
...io_net xmit of freed skb bug lguest: Don't leak /dev/zero fd lguest: Support assigning a MAC address virtio: Use bus_type probe and remove methods Rusty Russell (19): virtio: Recycle unused recv buffer pages for large skbs in net driver lguest: set max_pfn_mapped, growl loudly at Yinghai Lu lguest: Guest int3 fix lguest: Debugging patch for lguest network performance lguest: fix verbose printing of device features. lguest: virtio-rng support virtio: clarify that ABI is usable by any implementations virtio: don't always force...
2008 Jul 23
2
[PULL] lguest and virtio patches
...io_net xmit of freed skb bug lguest: Don't leak /dev/zero fd lguest: Support assigning a MAC address virtio: Use bus_type probe and remove methods Rusty Russell (19): virtio: Recycle unused recv buffer pages for large skbs in net driver lguest: set max_pfn_mapped, growl loudly at Yinghai Lu lguest: Guest int3 fix lguest: Debugging patch for lguest network performance lguest: fix verbose printing of device features. lguest: virtio-rng support virtio: clarify that ABI is usable by any implementations virtio: don't always force...
2017 Jun 09
3
Apple Mac slave
On Jun 9, 2017, at 4:47 AM, Robbie van der Walle <rvanderwalle at gmail.com> wrote: > >> Under System Preferences, Energy Saver, there is a setting Start up automatically after a power failure. >> Running sudo pmset -a autorestart 1 does the same trick. > > But unfortunately Mac stays . Step 7 > You might want to save off the output of "pmset -g"
2008 May 20
4
New to "Agile Development" - should I use RSpec or Test::Unit?
Hi everyone, I''m just now really starting to look into Agile Development, and so I''m trying to gauge what the Rails community''s preference is in regards to using RSpec versus the built-in Test::Unit. I haven''t really delved much into testing in the past, I''m sad to say, but I understand why it''s beneficial to writing maintainable code and
2006 Feb 01
0
Fwd: Feb BYU RUG meeting 1 week notice
...om Seattle to talk about all kinds of deep Ruby things. He is a former presenter at RubyConf (RubyConf 2003 "Working in the Garden: Web Apps with Borges" and 2005 "Reimplementing Ruby"), and has his hands in a number of exciting Ruby (and Rails) projects: ZenTest, Ruby2C, ruby-growl, ParseTree, Borges, and the Rails Log Analyzer. He currently works for the Robot Co-op, helping build 43 Things. Eric was recently mentioned in Bruce Eckel''s blog (http://www.artima.com/weblogs/viewpost.jsp?thread=146091). Bruce said that Eric has "done some very immersive work wit...
2011 Sep 13
1
Invoking host system's programs with code running under Wine
Hi everyone! Recently I've made up my mind to code together a small plug-in for foobar2000 so it would go better with Mac OS X (Growl notifications, Adium statuses etc.). For that I need a method of running the AppleScript interpreter 'osascript' from inside the plugin. I wonder if Wine provides its own way to do that, or at least allows to call fork()?
2007 Sep 05
0
NT_STATUS_ACCESS_DENIED making remote directory
Vital Stats - AMD 64-bit CPU, Ubuntu 7.0.4 (Feisty Fawn), Samba 3.0.24, Win2003 AD Domain If I've left anything out, please feel free to ask. This *was* working yesterday until my Kerberos ticket expired. (growl) Anyway, now that Kerberos appears to be working again, all of my users still only have read access - no write access. The "temp" test works fine. Exactly as expected - full access. Nothing should have changed in the last 24 hours on the AD side so I'm not sure why all of a sudden...
2013 Apr 09
0
Space Machine - an rsync helper script for easier offsite backups
...configuration file which is fed to the script. It is possible to set backup intervals, split up big backup tasks into smaller folder jobs and also to create a backup history by transferring the backup into a dated folder upon each run. Upon completion, the script either sends an email or displays a growl notification on my Mac's desktop. By adding the backup jobs to cron, they run in the background according to a predefined schedule without needing any further attention from the user. I hope this is helpful for people here. As I am not a programmer or expert in this matter, I would very much a...