Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

activerecord-import

Compare

  Analyzed about 16 hours ago

activerecord-import is a library for bulk inserting data using ActiveRecord. It i an extraction of the ActiveRecord::Base#import functionality from ar-extensions for Rails 3 and beyond.

5K lines of code

18 current contributors

12 days since last commit

0 users on Open Hub

Moderate Activity
0.0
 
I Use This

ormer

Compare

  No analysis available

ORMer is differs from other PHP ORM tools because it needs no XML config files and makes no assumptions about table/field names. Whenever possible it discovers row relations through foreign keys. Before we begin: What's your ideal usage like for a supremely elegant PHP ORM tool? Be inspired, and ... [More] perhaps give me feedback here. FeaturesAutomatic relationship discovery through foreign keys (complete on SQLite2 and MySQL 5.1.10+) Give the coder the ability to specify relationships manually if he/she doesn't want to use foreign keys No assumptions about table or field names No requirements pertaining to table or field names; use your own conventions Simplest possible way of adding extra where clauses to use when pulling related data: method chaining (see examples) Step out of the way when you need to flex SQL skills that ORMer can't hack Act as if you're dealing with classes and objects rather than database records See it in actionWhat about: $all_ordered_products = user::find()->orders->order_product->product; foreach($all_ordered_products as $product) { echo $product->name; }See some more examples See the codeThere is a Mercurial repository available, so you can browse the code or checkout a copy. See the link to the right. This project is seeking contributors. If you have some ideas about how ORM interaction should work, or want to dive into the nitty-gritty on a project whose code is intended to be readable and understandable by other developers, contact me. Contact meGo here for now. Mention ORMer if it's about this project. [Less]

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: mit

counter_culture

Compare

  Analyzed about 19 hours ago

Turbo-charged counter caches for your Rails app.

3.94K lines of code

10 current contributors

2 months since last commit

0 users on Open Hub

Low Activity
0.0
 
I Use This
Licenses: No declared licenses

Ambition

Compare

  Analyzed 3 months ago

Ambition is a library for simple database querying using Ruby's common Enumerable methods. It translates Ruby blocks and method chains into SQL queries, making it a breeze to write complex yet database-agnostic queries.

1.61K lines of code

0 current contributors

almost 15 years since last commit

0 users on Open Hub

Activity Not Available
4.0
   
I Use This

ActiveRecord::MultiConditions

Compare

  Analyzed 1 day ago

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 basic :condition usage but extends it with the ability of storing illimitate conditions in multiple step.

1.55K lines of code

0 current contributors

over 11 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

formalize-js

Compare

  Analyzed about 4 hours ago

Node.js ActiveRecord ORM layer for FoundationDB

2.52K lines of code

0 current contributors

over 9 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

protective

Compare

  Analyzed about 12 hours ago

Protect active records from being destroyed in a declarative way.

183 lines of code

0 current contributors

almost 7 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

ruote-activerecord

Compare

  Analyzed about 5 hours ago

ActiveRecord persistence for the ruote workflow engine.

916 lines of code

0 current contributors

over 14 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

acts_as_versioned

Compare

  Analyzed about 23 hours ago

This library adds simple versioning to an ActiveRecord module.

886 lines of code

0 current contributors

about 12 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses

lua-CoatPersistent

Compare

  Analyzed about 3 hours ago

lua-CoatPersistent is a Lua 5.1 port of Coat::Persistent, a Perl module, which is inspired by Ruby Active Record. lua-CoatPersistent is an Object-Relational Mapping for lua-Coat. It is built over the modules LuaSQL and Dado. It could support all database engine which has a driver in LuaSQL.

1.14K lines of code

1 current contributors

7 months since last commit

0 users on Open Hub

Very Low Activity
0.0
 
I Use This