Git Product home page Git Product logo

padrino-contrib's Introduction

Contributed Plugins and Utilities

This package includes a variety of add-on components for Padrino Framework:

  • exception_notifier - Send errors through mail or/and to redmine

  • auto_locale - Switch for you automatically the I18n.locale

  • flash_session - Middleware that help you in passing your session in the URI, when it should be in the cookie.

  • orm_ar_permalink - Generate permalink for a specified column on ActiveRecord

  • orm_ar_permalink_i18n - Generate permalink for a specified multi language column(s) on ActiveRecord

  • orm_ar_translate - Translate for you your ActiveRecord columns

  • orm_mm_permalink - Generate permalink for a specified column on MongoMapper

  • orm_mm_search - Full text search in MongoMapper in specified columns

  • helpers_assets_compressor - Joins and compress your js/css with yui-compressor

Use

In your Padrino project edit:

# Gemfile
gem 'padrino-contrib'

# boot.rb
require 'padrino-contrib/exception_notifier'
# require 'padrino-contrib/orm/active_record/permalink'
# require 'padrino-contrib/orm/active_record/textile'

Padrino.load! # Remember to add contribs before that line!

# app.rb
class MyApp < Padrino::Application
  register Padrino::Contrib::ExceptionNotifier
end

padrino-contrib's People

Contributors

daddye avatar waydotnet avatar blakedy avatar myabc avatar dclausen avatar skade avatar ortuna avatar

Watchers

Filipe Rocha avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.