-
Join Table Conditions Broken
was updated by Zach Dennis
Monday Feb 09
ticket - Imports with default primary key breaking was updated by Zach Dennis 07:37 PM ticket
- Imports with default primary key breaking was updated by Mike Woodhouse 07:40 AM ticket
-
Join Table Conditions Broken
was updated by Avi Flombaum
Sunday Feb 08
ticket - Imports with default primary key breaking was updated by wladjmir 12:23 PM ticket
-
Join Table Conditions Broken
was created by Avi Flombaum
Monday Feb 02
ticket -
Imports with default primary key brea...
was created by jdurden
Thursday Nov 27
ticket -
Error caused by modifying arguments
was created by Mark Van Holstyn
Wednesday Nov 26
ticket - Postgres problem with import was updated by Zach Dennis 08:16 PM ticket
-
Trouble with require statements and M...
was created by Karsten
Tuesday Nov 18
ticket -
Postgres problem with import
was updated by Gary Blessington
Monday Nov 17
ticket -
Problems with Rails Edge 2.2
was created by Thibaud Guillaume-Gentil
Thursday Sep 25
ticket - Disable automatic timestamping of columns was updated by Thibaud Guillaume-Gentil 03:13 AM ticket
-
Temporary tables broken on sqlite
was created by Ari Epstein
Saturday Sep 20
ticket -
Associations not used
was created by jschank
Saturday Aug 23
ticket -
NoMethodError (undefined method `expand_hash_conditions_for_aggregates' for #<Class:>):
was updated by jufemaiz
Wednesday Aug 20
ticket - NoMethodError (undefined method `expand_hash_conditions_for_aggregates' for #<Class:>): was updated by Zach Dennis 09:23 AM ticket
- NoMethodError (undefined method `expa... was created by jufemaiz 02:36 AM ticket
-
import performance improvement
was created by Paolo Dona
Friday Aug 15
ticket -
Postgres problem with import
was created by Jake Morrison
Tuesday Aug 12
ticket - csv generation problems was created by Jake Morrison 07:20 AM ticket
-
Null in composite key
was created by tinney
Thursday Aug 07
ticket -
Rails 2.1.0 compatability bugwas updated by Zach DennisWednesday Aug 06
ticket - Rails 2.1.0 compatability bug was created by Zach Dennis 07:03 PM ticket
-
Disable automatic timestamping of col...
was created by Andy Atkinson
Tuesday Aug 05
ticket -
Home
was created by Zach Dennis
Thursday Jul 17
page
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
ActiveRecord::Extension (aka ar-extensions) is a plugin to extend and
enhance the functionality of ActiveRecord. It starts by adding better
find support for ActiveRecord. It then adds mass data import
capabilities which are highly efficient and lastly it supports to_csv
functionality.
It also introduces a cool concept of creating easily extendable pieces
of ActiveRecord functionality, so developers don't have to understand
ActiveRecord internals or have the fear of breaking ActiveRecord
itself.