This website requires JavaScript.
Explore
Help
Sign In
deac
/
activerecord-import
Watch
1
Star
0
Fork
You've already forked activerecord-import
0
Code
Issues
Pull requests
Releases
Wiki
Activity
8f91eeb93d
activerecord-import
/
lib
History
fallwith
8f91eeb93d
Regexp.escape which is called by Gem.loaded_path? (/usr/local/lib/ruby/site_ruby/1.9.1/rubygems.rb) expects the path as a String, not a Pathname. Convert Pathnames to Strings prior to calling 'require'
2011-06-22 16:01:33 -07:00
..
activerecord-import
Regexp.escape which is called by Gem.loaded_path? (/usr/local/lib/ruby/site_ruby/1.9.1/rubygems.rb) expects the path as a String, not a Pathname. Convert Pathnames to Strings prior to calling 'require'
2011-06-22 16:01:33 -07:00
activerecord-import.rb
Updated how activerecord-import loads so it is done after a connection is established in ActiveRecord. This supports loading import for multiple adapters automatically w/o having to have a person require those specifically.
2010-09-26 20:48:14 -04:00