| # | State | Ticket | Assigned to | Milestone | Age |
|---|---|---|---|---|---|
| 11 | new | Trouble with require statements and MySQL Adapter | Zach Dennis | none | 3 days old |
| 5 | new | Postgres problem with import | Zach Dennis | none | 5 days old |
| 10 | new | Problems with Rails Edge 2.2 | none | about 1 month old | |
| 1 | new | Disable automatic timestamping of columns | Zach Dennis | none | about 1 month old |
| 9 | new | Temporary tables broken on sqlite | none | 2 months old | |
| 8 | new | Associations not used | Zach Dennis | none | 3 months old |
| 7 | new | NoMethodError (undefined method `expand_hash_conditions_for_aggregates' for #<Class:>): | Zach Dennis | none | 3 months old |
| 6 | new | import performance improvement | none | 3 months old | |
| 4 | new | csv generation problems | Zach Dennis | none | 3 months old |
| 3 | new | Null in composite key | Zach Dennis | none | 3 months old |
| √ resolved | Zach Dennis | none | 3 months old |
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.
