-
Temporary Tables Clean Up and Enhancement
was updated by Simple Jack
Tuesday Sep 22
ticket -
No 'Date' comparison support ?
was updated by Simple Jack
Monday Sep 14
ticket -
Rails compatibility issue (regression error)
was updated by Simple Jack
Sunday Sep 13
ticket -
Trouble with require statements and MySQL Adapter
was updated by bruce
Tuesday Dec 01
ticket -
Postgres problem with import
was updated by Jens
Monday Oct 26
ticket -
Postgres problem with import
was updated by Jens
Saturday Oct 17
ticket - Postgres problem with import was updated by Jens 09:22 AM ticket
-
Trouble with require statements and MySQL Adapter
was updated by charlesparnot
Friday Sep 18
ticket -
sanitize_sql_from_hash doesn't append...
was created by Ben VandenBos
Monday Aug 17
ticket -
Rails 2.3.3 sanitize_sq()was updated by Zach DennisWednesday Jul 22
ticket -
rails 2.3.3 and has_manywas updated by Zach Dennis 09:57 PM ticket -
Rails 2.3.3 sanitize_sq()was updated by Zach Dennis 11:55 AM ticket -
rails 2.3.3 and has_manywas updated by Zach Dennis 11:55 AM ticket -
rails 2.3.3 and has_many
was created by user296 (at gmail)
Tuesday Jul 21
ticket -
Fail to import record with explicit record ID
was updated by Jonas Grimfelt
Monday Jul 06
ticket - Fail to import record with explicit r... was created by Jonas Grimfelt 10:38 AM ticket
-
Can't import protected attributes
was created by markisisme
Wednesday Jul 01
ticket -
Import breaks when not using default ...
was created by DaniSchumacher
Wednesday Jun 17
ticket -
Rails compatibility issue (regression...
was created by Gaël SECHAUD
Wednesday May 27
ticket -
Trouble with require statements and MySQL Adapter
was updated by Thurston
Saturday May 16
ticket -
ar-extensions support for Postgres
was created by Dan Schaffer
Wednesday May 13
ticket - Trouble with require statements and MySQL Adapter was updated by Jean-Baptiste Feldis 07:20 AM ticket
-
Missing/Empty? import/postgresql.rb
was updated by Zach Dennis
Tuesday May 12
ticket - Trouble with require statements and MySQL Adapter was updated by p-daddy 11:05 AM ticket
-
Temporary Tables Clean Up and Enhancement
was updated by James Herdman
Tuesday Apr 21
ticket - Temporary Tables Clean Up and Enhancement was updated by James Herdman 10:11 PM ticket
- Trouble with require statements and MySQL Adapter was updated by Zach Dennis 01:02 PM ticket
- Trouble with require statements and MySQL Adapter was updated by Zach Dennis 01:01 PM ticket
- Temporary Tables Clean Up and Enhancement was updated by Zach Dennis 12:58 PM ticket
- Problem with 'nil' values in scopes (... was created by Gaël SECHAUD 06:19 AM ticket
-
Temporary Tables Clean Up and Enhancement
was updated by James Herdman
Saturday Apr 11
ticket - Temporary Tables Clean Up and Enhance... was created by James Herdman 08:44 PM ticket
- Improve Testing Set Up was created by James Herdman 04:47 PM ticket
-
No 'Date' comparison support ?
was created by Gaël SECHAUD
Thursday Apr 09
ticket -
Trouble with require statements and MySQL Adapter
was updated by Joe None
Wednesday Mar 18
ticket -
attribute_condition in Rails 2.3.1 [PATCH]was updated by Zach DennisMonday Mar 16
ticket -
attribute_condition in Rails 2.3.1 [PATCH]
was updated by Zach Dennis
Monday Mar 09
ticket -
attribute_condition in Rails 2.3.1 [PATCH]
was updated by Zach Dennis
Friday Mar 06
ticket -
Join Table Conditions Brokenwas updated by Zach DennisWednesday Mar 04
ticket -
Join Table Conditions Brokenwas updated by Avi Flombaum 01:20 PM ticket -
Join Table Conditions Brokenwas updated by Alan Peabody 01:20 PM ticket -
Join Table Conditions Brokenwas updated by Avi Flombaum 01:19 PM ticket -
Join Table Conditions Brokenwas updated by Avi Flombaum 12:57 PM ticket -
Join Table Conditions Brokenwas updated by Alan Peabody 12:40 PM ticket -
Imports with default primary key breaking
was updated by wladjmir
Saturday Feb 28
ticket -
Imports with default primary key breaking
was updated by Zach Dennis
Sunday Feb 22
ticket - Imports with default primary key breaking was updated by wladjmir 08:43 AM ticket
-
Oracle import broken
was created by Mike Woodhouse
Thursday Feb 12
ticket -
Imports with default primary key breaking
was updated by Mike Woodhouse
Wednesday Feb 11
ticket -
Join Table Conditions Brokenwas updated by Zach DennisMonday Feb 09
ticket
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.