Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

hooroo/nox-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nox-Ruby

For use with Nox and Ruby on Rails.

Installation

Add to your Gemfile:

gem 'nox', :github => "hooroo/nox-ruby"

Create an initializer:

if Rails.env.development?
  require 'nox/net/http'
end

And finally, create a nox.yml file in your /config directory that configures how your application will interact with Nox.

shared: &SHARED
  ignore:
    -
      host: "204.93.223.138" # New relic
    -
      host: "airbrake.io" # Airbrake
    -
      host: "googleapis.com"
    -
      host: "maps.googleapis.com"

development:
  <<: *SHARED
  host: localhost
  port: 7654

Development

Clone down the repo, and start hacking. There are no tests.

Releases

No releases published

Packages

No packages published

Languages