Projects tagged ‘plugin’ and ‘ruby’


[188 total ]

22 Users
 

Spree is a complete commerce solution for Ruby on Rails. It includes a shopping cart, admin interface, inventory model and payment gateway integration via the ActiveMerchant plugin. It was originally ... [More] called RailsCart. The Rails commerce space is immature and is lacking serious solutions for developers looking for answers to their complex business needs. Rails is especially problematic because it is a relatively new technology and suffers from “small project mentality.” Most open source projects in Rails are maintained by a single individual and tend to be limited in scope. Spree seeks to create a large and healthy open source community of the type that developers of other languages are used to participating in. [Less]
Created about 1 year ago.

13 Users

REST is a fine pattern for designing controllers, but it can be pretty repetitive. Who wants to write out the same actions and copy the same model lookup logic all over their application? ... [More] make_resourceful handles all that for you. It sets up all your RESTful actions and responses with next to no code. Everything has full, sensible default functionality. Of course, no controller only uses the defaults. So make_resourceful can be massively customized, while still keeping your controllers trim and readable. [Less]
Created about 1 year ago.

8 Users

Omni ERP is an innovative business application platform; it is completely based in open source technologies and brings a whole new level of modularity and flexibility to the business solutions ... [More] environment. It uses a new approach combining new software engineering techniques like plugin based architecture, inversion of control and aspect oriented programming with a refreshing new RIA UI to bring a new level of experience to the SME market. [Less]
Created about 1 year ago.

5 Users

Hobo is an Open Source extension to Ruby on Rails which helps you build full blown web applications incredibly quickly and easily. Available as a Gem or Rails plugin, Hobo provides a simple, clean and ... [More] elegant development framework which allows for rapid prototyping or production of the most sophisticated web applications. Main Features: * Rapid implementation of dynamic Ajax interfaces in your application with no extra programming. * Switchable themes. Customise and tweak your application structure and layout to meet any design goals. * Powerful mark-up language, DRYML, combines rapid development with ultimate design flexibility. The end of the cookie cutter blues! [Less]
Created over 3 years ago.

2 Users
 

Hoopla! Ruby on Rails Plugins available via the 6brand.com plugin repository.
Created over 2 years ago.

1 Users
 

This is the notifier plugin for integrating apps with Hoptoad. When an uncaught exception occurs, HoptoadNotifier will POST the relevant data to the Hoptoad server specified in your environment.
Created 12 months ago.

1 Users
   

A WYSIWYG drag 'n drop form builder plugin for your Rails apps, based on the Cells plugin. You can define your own form item types and extend behaviour of existing ones.
Created about 1 year ago.

1 Users
 

Sort the contents of HTML tables in a Rails app.
Created 12 months ago.

1 Users
   

A plugin for Ruby on Rails that automagically creates an administration interface based on your models.
Created over 2 years ago.

1 Users

This RubyGem and Rails plugin adds a ‘validates_constancy_of’ validation to Active Record. It allows you to prevent particular database fields from being changed after a record is created. A ... [More] validation error occurs on updates if an attribute of a model object is different from its value in the database. The code is packaged as both a RubyGem and a Rails plugin. You can use either one, depending on what your needs are. NOTE: This project is no longer in active development. It has been superseded by the built-in attr_readonly method in Rails. [Less]
Created over 2 years ago.