Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

sleewoo / el   ruby

Repository URL to install this package:

  docs
  lib
  test
  .travis.yml
  Gemfile
  README.md
  Rakefile
  el.gemspec
 
  README.md

Espresso Lungo

Extra Functionality for Espresso Framework

Install

$ gem install el

or add gem 'el' to your Gemfile

Load

Ignore this if el added to Gemfile and Bundler.require used.

Otherwise you'll have to load el gem explicitly.

Just add require 'el' to the top of your app.

That's all. Now your Espresso applications contains extra functionality.

Use

CRUD

Intro | Resource | Excluded Params | Root | Response | Error Handler | Access Restriction

Assets

Specialized Tags | Mapper | Sprockets

Content Helpers

content_for | capture_html

Tag Factory

Cache Manager

Contributing

  • Fork el repository
  • make your changes
  • submit a pull request

Author - Walter Smith. License - MIT.