Skip to content

martinkivi/depp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Depp

EPP/REPP Rails engine, what provides EPP/REPP client functionality for EPP-web-client under the hood.

Depp initial idea was to provide library for Registrars in order to help them to implement EPP/REPP clients.

Depp initial idea is currently OFFICIALLY NOT SUPPORTED and there is no date or promise to support it at the moment. However if desired, you are welcome to fork it.

Currently only EPP-web-client is using it.

Installation

Add Depp and epp to your Gemfile:

gem 'depp', github: 'internetee/depp'
gem 'epp', '~> 1.4.2', github: 'internetee/epp'

Mount Depp to your application routes, example:

mount Depp::Engine, at: '/depp'

Depp requires login_url helper, example in routes:

get '/login', to: 'sessions#login', as: 'login'

Depp requires current_user helper in controller

About

Epp/Repp Rails engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published