Projects tagged ‘activerecord’


[152 total ]

214 Users
   

Castle aspires to simplify the development of enterprise and web applications. Offering a set of tools (working together or independently) and integration with other open source projects, Castle helps you get more done with less code.
Created over 3 years ago.

63 Users
   

Kohana is a PHP5 framework that uses the Model View Controller architectural pattern. It aims to be secure, lightweight, and easy to use. Kohana 2.2 is part of the GoPHP5 initiative. Kohana is ... [More] licensed the "new" BSD license, but also uses: - a port of phputf8 (LGPL) - popoon's externalinput (Apache 2.0). [Less]
Created over 2 years ago.

28 Users
   

SubSonic is a toolset that helps a website build itself. It brings some of the fun and elegance of Ruby on Rails to ASP.NET.
Created over 2 years ago.

19 Users
   

Elixir is a declarative layer on top of SQLAlchemy. It is a fairly thin wrapper, which provides the ability to define model objects following the Active Record design pattern, and using a DSL syntax ... [More] similar to that of the Ruby on Rails ActiveRecord system. [Less]
Created over 2 years ago.

14 Users

ActiveWriter is basically a tool to model entities and relations between them. It consists of a modeller and a code generator. Entities are generated as C# or VB classes. There are many tools to ... [More] generate classes from diagrams, and ActiveWriter is not the best of them if it's only the class generation. What makes it useful is that, you can instruct it to decorate generated code with necessary ActiveRecord attributes. This way, you can instantly persist your entities to a database, retrieve them and walk through them using entity relations. [Less]
Created over 3 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.

1 Users

What is Cabbie?Cabbie is a PHP Model-View-Controller framework that borrows its ideas from Ruby on Rails and emulates a lot of its features. Cabbie is sponsored by Works4all (http://works4all.nl) and ... [More] was written for their Wiban project. Why Cabbie?Because we can, and because: <@jali> Cabbie <@jali> :P <@hisham> how'd you come to pick it? <@jali> Because it's a spin on the name Filing Cabinet <@jali> which is how an SQL DB works <@hisham> clickity click <@hisham> its done. We just liked the name, so we used it. Feature ListEasy to use Model-View-Controller approach Complete database abstraction layer provided by Creole (MySQL, pgSQL etc..) Object Relation Model (ORM) that eliminates the need to write SQL Simple yet powerful template engine with the ability to specify custom engine XML template builder for writing XML documents (example: RSS) Built-in translation support to make your application available in multiple languages Built-in dynamic URL re-writing Directory indexer with customizable templates and icons for listing contents of directories Similar syntax and concepts to Ruby on Rails AJAX support Memcached and APC integration (not yet in svn) Flex/Weborb integration (not yet in svn) Need information?Visit the Cabbie wiki for more information on how to install and use Cabbie for your web applications. AuthorsHisham Mardam Bey Reno De Jong Copyright given where copyright is due to:Luchezar Petkov Sam Stephenson John Peterson LicenseCabbie is under the new BSD license. Code that is reused from other projects is licensed under its original license. [Less]
Created about 1 year ago.

1 Users
 

QeePHP 是一个快速、灵活的开发框架。应用各种成熟的架构模式和创新的设计,帮助开发者提高开发效率、降低开发难度。 QeePHP SVN 地址: ... [More] svn://svn.fleaphp.org/trunk/qeephp 。 更多信息请参考 http://www.fleaphp.org/ [Less]
Created about 1 year ago.

1 Users

MultiConditions is a simple ActiveRecord plugin for storing ActiveRecord query conditions and make complex queries painless. This plugin doesn't replace ActiveRecord#with_scope method, nor the ... [More] basic :condition usage but extends it with the ability of storing illimitate conditions in multiple step. [Less]
Created about 1 year ago.

1 Users
 

The ModelFormatter module allows you to easily handle fields that need to be formatted or stripped of formatting as the are set or retrieved from the database. You can designate one or more of your columns as "formatted columns."
Created over 2 years ago.