Skip to content
View gregblake's full-sized avatar
👨‍💻
👨‍💻

Block or report gregblake

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. rpush rpush Public

    Forked from rpush/rpush

    The push notification service for Ruby.

    Ruby

  2. casa casa Public

    Forked from rubyforgood/casa

    Volunteer management system for nonprofit CASA, which serves foster youth in counties across America.

    Ruby

  3. chicago-tool-library/circulate chicago-tool-library/circulate Public

    A lending library management system

    Ruby 110 72

  4. power-web-development-interview power-web-development-interview Public

    Forked from powerhome/power-web-development-interview

    Ruby

  5. phoenix-liveview-15m.twitter phoenix-liveview-15m.twitter Public

    Forked from josecfreittas/phoenix-liveview-15m.twitter

    Based on the "real-time Twitter clone in 15 minutes with LiveView and Phoenix 1.5", from Chris McCord

    Elixir

  6. Push Notifications from the Rails co... Push Notifications from the Rails console
    1
    Rpush.embed # to deliver push notifications in the Rails console on notification save
    2
    
                  
    3
    # Selecting the mobile device that'll receive the notification:
    4
    greg = User.find_by(login: "greg.blake");
    5
    devices = greg.mobile_devices;