Skip to content

An Elixir plug to make your application performance more in line with Rails.

License

Notifications You must be signed in to change notification settings

drapergeek/rails

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rails

A plug to make your Elixir/Phoenix applications performance more in line with Rails.

Installation

Add the following to your mix.exs:

{:rails, "~> 4.2"}

Usage

We suggest adding the following to your pipelines in router.ex, but you can also include this in individual controllers.

plug Rails

You can include Rails several times for more precision. eg:

plug Rails
plug Rails
plug Rails
plug Rails

About

An Elixir plug to make your application performance more in line with Rails.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%