Metadata


Name
activerecord-import
Version
0.2.5
Platform
ruby
Authors
Zach Dennis
Bindir
bin
Date
2011-01-11 00:00:00 UTC
Dependencies
activerecord (~> 3.0.0)
Description
Extraction of the ActiveRecord::Base#import functionality from ar-extensions for Rails 3 and beyond
Email
zach.dennis@gmail.com
Extra rdoc files
README.markdown
README.textile
Files
README.markdown
README.textile
Rakefile
VERSION
lib/activerecord-import.rb
lib/activerecord-import/active_record/adapters/abstract_adapter.rb
lib/activerecord-import/active_record/adapters/mysql2_adapter.rb
lib/activerecord-import/active_record/adapters/mysql_adapter.rb
lib/activerecord-import/active_record/adapters/postgresql_adapter.rb
lib/activerecord-import/active_record/adapters/sqlite3_adapter.rb
lib/activerecord-import/adapters/abstract_adapter.rb
lib/activerecord-import/adapters/mysql_adapter.rb
lib/activerecord-import/adapters/postgresql_adapter.rb
lib/activerecord-import/adapters/sqlite3_adapter.rb
lib/activerecord-import/base.rb
lib/activerecord-import/import.rb
lib/activerecord-import/mysql.rb
lib/activerecord-import/mysql2.rb
lib/activerecord-import/postgresql.rb
lib/activerecord-import/sqlite3.rb
test/active_record/connection_adapter_test.rb
test/adapters/mysql.rb
test/adapters/mysql2.rb
test/adapters/postgresql.rb
test/adapters/sqlite3.rb
test/import_test.rb
test/models/book.rb
test/models/group.rb
test/models/topic.rb
test/mysql/import_test.rb
test/mysql2/import_test.rb
test/postgresql/import_test.rb
test/schema/generic_schema.rb
test/schema/mysql_schema.rb
test/schema/version.rb
test/support/active_support/test_case_extensions.rb
test/support/factories.rb
test/support/generate.rb
test/support/mysql/assertions.rb
test/support/mysql/import_examples.rb
test/test_helper.rb
Has rdoc
true
Homepage
http://github.com/zdennis/activerecord-import
Rdoc options
--charset=UTF-8
Require paths
lib
Required ruby version
>= 0
Required rubygems version
>= 0
Rubygems version
1.3.7
Specification version
3
Summary
Bulk-loading extension for ActiveRecord
Test files
test/active_record/connection_adapter_test.rb
test/adapters/mysql.rb
test/adapters/mysql2.rb
test/adapters/postgresql.rb
test/adapters/sqlite3.rb
test/import_test.rb
test/models/book.rb
test/models/group.rb
test/models/topic.rb
test/mysql/import_test.rb
test/mysql2/import_test.rb
test/postgresql/import_test.rb
test/schema/generic_schema.rb
test/schema/mysql_schema.rb
test/schema/version.rb
test/support/active_support/test_case_extensions.rb
test/support/factories.rb
test/support/generate.rb
test/support/mysql/assertions.rb
test/support/mysql/import_examples.rb
test/test_helper.rb
Original platform
ruby
New platform
ruby