Agile Web Development

Build it. Launch it. Love it.

Plugins Tagged models

  • Toffee

    Automatic Controller-less Admin Screens for Active Record models.

  • Simple Localization

    A simple and every flexible localization plugin. Uses simple language files and localizes model and model attribute names, helpers, error messages, Date and Time classes and several other things. Also supports multiple languages at runtime.

  • RailsMyAdmin

    Bolts on a backend model management system to an existing Rails app.

  • Multimodel Forms

    Model with associations all in one form

  • ActsAsTaggableOn

    Allows models to become taggable with multiple contexts per model.

  • Sexy Temp Passwords

    Easily give users a sexy-looking temporary password. (a common name/word + some random digits)

  • Bangin' Finders

    Add a bang(!) to your dynamic ActiveRecord finders to have them raise RecordNotFound if they return something that is .blank?

  • has_many_polymorphs

    Makes using ActiveRecord polymorphic associations dead easy. Supports self-references and double-side associations.

  • Actsascsvable

    A Rails plugin for easy export/import of ActiveRecord Models

  • pluralized_models

    pluralized_models is a Rails plugin for automatic pluralized AR models generation. For instance, if you have a Post ActiveRecord model, you will automatically get Posts class proxy to use in for Posts.all/find()/scoped().