Archive | activerecord RSS feed for this section

SlimScrooge – serious optimisation for activerecord

It’s an optimization layer to ensure your application only fetches the database content needed to minimize wire traffic, excessive SQL queries and reduce conversion overheads to native Ruby types.
(Link: SlimScrooge – serious optimisation for activerecord)

activejdbc – Implementtion of Active Record pattern in Java. Inspired by Ruby on Rails ActiveRecord

ActiveJDBC is a Java implementation of Active Record design pattern. It was inspired by ActiveRecord ORM from Ruby on Rails.

Should infer all metadata from DB (like ActiveRecord)
Should be very easy to work with
Should reduce amount of code to a minimum
No configuration, just conventions
(Link: activejdbc – Implementtion of Active Record pattern in Java. Inspired by Ruby on Rails ActiveRecord)

MacNN | Track Magic Pro augments Ruby on Rails

ProVUE Development has released Track Magic Pro, a comprehensive management and analysis tool for Ruby on Rails that allows developers and administrators to manage database tables directly. The application bypasses the common Rails web interface and instead accesses data tables through Active Record so it will work with Ruby on Rails. The software works with existing Rails applications without altering their preferences and uses local RAM caching of open tables to increase the speed of searches. The new program includes Round Trip, a data modification tool that works both on and offline.
(Link: MacNN | Track Magic Pro augments Ruby on Rails)

AirBlog — A Paper Trail For Your Rails Models

PaperTrail lets you track changes to your Rails app’s models’ data. It’s good for auditing or versioning. You can see how a model looked at any stage in its lifecycle and even undelete it after it’s been destroyed.
(Link: AirBlog — A Paper Trail For Your Rails Models)

Ruby Sequel – The Database Toolkit for Ruby (link)

Ruby Sequel – The Database Toolkit for Ruby
# Sequel provides thread safety, connection pooling and a concise DSL for constructing database queries and table schemas.
# Sequel also includes a lightweight but comprehensive ORM layer for mapping records to Ruby objects and handling associated records.
# Sequel makes it easy to deal with multiple records without having to break your teeth on SQL.
# Sequel currently has adapters for ADO, DB2, DBI, Informix, JDBC, MySQL, ODBC, OpenBase, Oracle, PostgreSQL and SQLite3.


Follow

Get every new post delivered to your Inbox.