Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7985885
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T11:41:13+00:00 2026-06-04T11:41:13+00:00

I’m I’m following the rails tutorial but I’m doing it on the server. Now,

  • 0

I’m I’m following the rails tutorial but I’m doing it on the server. Now, I’m using Guard gem to monitor my changes and execute tests. From what I see, it would usually use libnotify to notify me if the test failed or succeeded.

Now, I want it to notify me on my GNU screen instance instead.

Is there a way to do it at all? From this link (documentation for Guard) I’m not sure, but me being a ruby beginner, I need to ask anyway.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T11:41:14+00:00Added an answer on June 4, 2026 at 11:41 am

    Writing a Guard notifier would be a good exercise for a prospective Ruby developer.

    First you fork Guard, clone the project and create a new notifier in lib/guard/notifiers/screen.rb like:

    module Guard
      module Notifier
        module Growl
          extend self
    
          def available?(silent = false)
          end
    
          def notify(type, title, message, image, options = { })
          end
    
        end
      end
    end
    

    Now you only have to implement the two methods:

    1. available? for checking the environment, libraries and external commands
    2. notify for doing the actual notification

    Have a look at the Growl notifier for an API notifier and Notifysend for an external program notifier. If you look closer at these modules, you’ll see that most stuff is documentation and initialization, the notification code itself is merely small.

    You can try your Guard by using it from another project by adding it to your projects Gemfile:

    group :development do
      gem 'guard', path => '/home/you/code/guard'
    end
    

    You can also open a pull request before you finished and the Guard core team will help you and guide you through the stuff that needs to be done before it can be merged, for example specs and documentation.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using v2.0 of ClassTextile.php, with the following call: $testimonial_text = $textile->TextileRestricted($_POST['testimonial']); ... and
We're building an app, our first using Rails 3, and we're having to build
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I want to count how many characters a certain string has in PHP, but
I have a jquery bug and I've been looking for hours now, I can't
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
this is what i have right now Drawing an RSS feed into the php,
I am reading a book about Javascript and jQuery and using one of the
I have a French site that I want to parse, but am running into

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.