[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] ActiveRecord::Extensions 0.7.0 Released!

zdennis

7/21/2007 6:50:00 AM

ctiveRecord::Extensions 0.7.0 is released!

What's New ?
-------------------
The big update is Oracle support for better finders (regexps only
supported on Oracle 10 or higher) and import functionality, as well as
having created_at/updated_at timestamps be applied automatically when
using import functionality.

For the full post please refer to:
http://www.continuousthinking.com/2007/7/21/activerecord-ex......

What is ActiveRecord::Extensions?
--------------------------------------------------
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.

Is it useful?
---------------------------
I think so and so did these people:
* http://www.igvita...
* http://darwinweb.net/article/Implementing_Advanced_Search_In_Rails_Using_Sea...

Enjoy!

Zach

1 Answer

bcparanj@gmail.com

7/22/2007 2:36:00 AM

0

On Jul 20, 11:49 pm, zdennis <zach.den...@gmail.com> wrote:
> ctiveRecord::Extensions 0.7.0 is released!
>
> What's New ?
> -------------------
> The big update is Oracle support for better finders (regexps only
> supported on Oracle 10 or higher) and import functionality, as well as
> having created_at/updated_at timestamps be applied automatically when
> using import functionality.
>
> For the full post please refer to:
> http://www.continuousthinking.com/2007/7/21/activerecord-ex......
>
> What is ActiveRecord::Extensions?
> --------------------------------------------------
> 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.
>
> Is it useful?
> ---------------------------
> I think so and so did these people:
> *http://www.igvita...
> *http://darwinweb.net/article/Implementing_Advanced_Search_I......
>
> Enjoy!
>
> Zach

Will this work with Rails edge?