activerecord-import Questions

2

I'm trying to use the activerecord-import gem and I've followed the directions on the wiki to a tee but I'm getting a NoMethodError: undefined method 'import' for #<Class:0x8b009b0>. Here's m...
Starfish asked 29/8, 2012 at 23:18

1

I'm using activerecord-import gem to import multiple ActiveRecord documents in single query. Then I'm initializing related associations using saved documents ids and importing them too, and so on. ...

1

Solved

I want to bulk insert records into a table, which does not have a Model. I did follow the link How to implement bulk insert in Rails 3 .. Everything was fine except the 'import' command. Because I ...

1

Solved

I am trying to use activerecord-import, but I can't seem to get my application to recognize its existence. I get undefined method `supports_import?' for #<Class:...> or undefined metho...
Kunlun asked 13/12, 2013 at 21:37
1

© 2022 - 2024 — McMap. All rights reserved.