Skip to content

eldr-rb/eldr-responders

Repository files navigation

Eldr::Responders Build Status Code Climate Coverage Status Dependency Status Inline docs Gratipay

Rail's style responder helpers for Eldr

Installation

Add this line to your application's Gemfile:

gem 'eldr-responders'

And then execute:

$ bundle

Or install it yourself as:

$ gem install eldr-responders

Usage

class App < Eldr::App
  get '/' do
    respond(@user)
  end
end

See examples/app.ru for an example app.

Contributing

  1. Fork. it
  2. Create. your feature branch (git checkout -b cat-evolver)
  3. Commit. your changes (git commit -am 'Add Cat Evolution')
  4. Test. your changes (always be testing)
  5. Push. to the branch (git push origin cat-evolver)
  6. Pull. Request. (for extra points include funny gif and or pun in comments)

To remember this you can use the easy to remember and totally not tongue-in-check initialism: FCCTPP.

I don't want any of these steps to scare you off. If you don't know how to do something or are struggle getting it to work feel free to create a pull request or issue anyway. I'll be happy to help you get your contributions up to code and into the repo!

License

Licensed under MIT by K-2052

About

Rail's style responder helpers for Eldr

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages