Insert Multiple records in table

http://ryandaigle.com/articles/2009/2/1/what-s-new-in-edge-rails-nested-attributes

Sandip Ransing wrote:

http://ryandaigle.com/articles/2009/2/1/what-s-new-in-edge-rails-nested-attributes

1, How to create/insert the records :(might be using array text Posted via http://www.ruby-forum.com/.

>

-- http://ryandaigle.com/articles/2009/2/1/what-s-new-in-edge-rails-nested-attributes Sandip --- www.funonrails.com

Thanks , but this link is not my solution

This link will help me to insert multiple records in different (nested table) where I want to insert multiple records in same table with validations...

Thanks Brijesh Shah

Check out ar-extensions (http://www.continuousthinking.com/tags/ arext). Here's an article that explains the usage: http://www.jobwd.com/article/show/31.

Specifically, you'll probably want to look at the import method it provides. You can tell it whether or not you want to use validations as well.

Jon