# -*- encoding: utf-8 -*- # stub: activerecord 1.15.0 ruby lib Gem::Specification.new do |s| s.name = "activerecord".freeze s.version = "1.15.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["David Heinemeier Hansson".freeze] s.autorequire = "active_record".freeze s.date = "2007-01-18" s.description = "Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM. It ties database tables and classes together for business objects, like Customer or Subscription, that can find, save, and destroy themselves without resorting to manual SQL.".freeze s.email = "david@loudthinking.com".freeze s.extra_rdoc_files = ["README".freeze] s.files = ["CHANGELOG".freeze, "README".freeze, "RUNNING_UNIT_TESTS".freeze, "Rakefile".freeze, "examples/associations.png".freeze, "examples/associations.rb".freeze, "examples/shared_setup.rb".freeze, "examples/validation.rb".freeze, "install.rb".freeze, "lib/active_record".freeze, "lib/active_record.rb".freeze, "lib/active_record/acts".freeze, "lib/active_record/acts/list.rb".freeze, "lib/active_record/acts/nested_set.rb".freeze, "lib/active_record/acts/tree.rb".freeze, "lib/active_record/aggregations.rb".freeze, "lib/active_record/associations".freeze, "lib/active_record/associations.rb".freeze, "lib/active_record/associations/association_collection.rb".freeze, "lib/active_record/associations/association_proxy.rb".freeze, "lib/active_record/associations/belongs_to_association.rb".freeze, "lib/active_record/associations/belongs_to_polymorphic_association.rb".freeze, "lib/active_record/associations/has_and_belongs_to_many_association.rb".freeze, "lib/active_record/associations/has_many_association.rb".freeze, "lib/active_record/associations/has_many_through_association.rb".freeze, "lib/active_record/associations/has_one_association.rb".freeze, "lib/active_record/attribute_methods.rb".freeze, "lib/active_record/base.rb".freeze, "lib/active_record/calculations.rb".freeze, "lib/active_record/callbacks.rb".freeze, "lib/active_record/connection_adapters".freeze, "lib/active_record/connection_adapters/abstract".freeze, "lib/active_record/connection_adapters/abstract/connection_specification.rb".freeze, "lib/active_record/connection_adapters/abstract/connection_specification.rb.rej".freeze, "lib/active_record/connection_adapters/abstract/database_statements.rb".freeze, "lib/active_record/connection_adapters/abstract/quoting.rb".freeze, "lib/active_record/connection_adapters/abstract/schema_definitions.rb".freeze, "lib/active_record/connection_adapters/abstract/schema_statements.rb".freeze, "lib/active_record/connection_adapters/abstract_adapter.rb".freeze, "lib/active_record/connection_adapters/db2_adapter.rb".freeze, "lib/active_record/connection_adapters/firebird_adapter.rb".freeze, "lib/active_record/connection_adapters/frontbase_adapter.rb".freeze, "lib/active_record/connection_adapters/mysql_adapter.rb".freeze, "lib/active_record/connection_adapters/openbase_adapter.rb".freeze, "lib/active_record/connection_adapters/oracle_adapter.rb".freeze, "lib/active_record/connection_adapters/postgresql_adapter.rb".freeze, "lib/active_record/connection_adapters/sqlite_adapter.rb".freeze, "lib/active_record/connection_adapters/sqlserver_adapter.rb".freeze, "lib/active_record/connection_adapters/sybase_adapter.rb".freeze, "lib/active_record/deprecated_associations.rb".freeze, "lib/active_record/deprecated_finders.rb".freeze, "lib/active_record/fixtures.rb".freeze, "lib/active_record/locking".freeze, "lib/active_record/locking/optimistic.rb".freeze, "lib/active_record/locking/pessimistic.rb".freeze, "lib/active_record/migration.rb".freeze, "lib/active_record/observer.rb".freeze, "lib/active_record/query_cache.rb".freeze, "lib/active_record/reflection.rb".freeze, "lib/active_record/schema.rb".freeze, "lib/active_record/schema_dumper.rb".freeze, "lib/active_record/timestamp.rb".freeze, "lib/active_record/transactions.rb".freeze, "lib/active_record/validations.rb".freeze, "lib/active_record/vendor".freeze, "lib/active_record/vendor/db2.rb".freeze, "lib/active_record/vendor/mysql.rb".freeze, "lib/active_record/vendor/simple.rb".freeze, "lib/active_record/version.rb".freeze, "lib/active_record/wrappers".freeze, "lib/active_record/wrappers/yaml_wrapper.rb".freeze, "lib/active_record/wrappings.rb".freeze, "lib/active_record/xml_serialization.rb".freeze, "test/aaa_create_tables_test.rb".freeze, "test/abstract_unit.rb".freeze, "test/active_schema_test_mysql.rb".freeze, "test/adapter_test.rb".freeze, "test/adapter_test_sqlserver.rb".freeze, "test/aggregations_test.rb".freeze, "test/all.sh".freeze, "test/ar_schema_test.rb".freeze, "test/association_inheritance_reload.rb".freeze, "test/associations".freeze, "test/associations/callbacks_test.rb".freeze, "test/associations/cascaded_eager_loading_test.rb".freeze, "test/associations/eager_test.rb".freeze, "test/associations/extension_test.rb".freeze, "test/associations/join_model_test.rb".freeze, "test/associations_test.rb".freeze, "test/attribute_methods_test.rb".freeze, "test/base_test.rb".freeze, "test/binary_test.rb".freeze, "test/calculations_test.rb".freeze, "test/callbacks_test.rb".freeze, "test/class_inheritable_attributes_test.rb".freeze, "test/column_alias_test.rb".freeze, "test/connection_test_firebird.rb".freeze, "test/connections".freeze, "test/connections/native_db2".freeze, "test/connections/native_db2/connection.rb".freeze, "test/connections/native_firebird".freeze, "test/connections/native_firebird/connection.rb".freeze, "test/connections/native_frontbase".freeze, "test/connections/native_frontbase/connection.rb".freeze, "test/connections/native_mysql".freeze, "test/connections/native_mysql/connection.rb".freeze, "test/connections/native_openbase".freeze, "test/connections/native_openbase/connection.rb".freeze, "test/connections/native_oracle".freeze, "test/connections/native_oracle/connection.rb".freeze, "test/connections/native_postgresql".freeze, "test/connections/native_postgresql/connection.rb".freeze, "test/connections/native_sqlite".freeze, "test/connections/native_sqlite/connection.rb".freeze, "test/connections/native_sqlite3".freeze, "test/connections/native_sqlite3/connection.rb".freeze, "test/connections/native_sqlite3/in_memory_connection.rb".freeze, "test/connections/native_sqlserver".freeze, "test/connections/native_sqlserver/connection.rb".freeze, "test/connections/native_sqlserver_odbc".freeze, "test/connections/native_sqlserver_odbc/connection.rb".freeze, "test/connections/native_sybase".freeze, "test/connections/native_sybase/connection.rb".freeze, "test/copy_table_sqlite.rb".freeze, "test/datatype_test_postgresql.rb".freeze, "test/default_test_firebird.rb".freeze, "test/defaults_test.rb".freeze, "test/deprecated_associations_test.rb".freeze, "test/deprecated_finder_test.rb".freeze, "test/empty_date_time_test.rb".freeze, "test/finder_test.rb".freeze, "test/fixtures".freeze, "test/fixtures/accounts.yml".freeze, "test/fixtures/author.rb".freeze, "test/fixtures/author_favorites.yml".freeze, "test/fixtures/authors.yml".freeze, "test/fixtures/auto_id.rb".freeze, "test/fixtures/bad_fixtures".freeze, "test/fixtures/bad_fixtures/attr_with_numeric_first_char".freeze, "test/fixtures/bad_fixtures/attr_with_spaces".freeze, "test/fixtures/bad_fixtures/blank_line".freeze, "test/fixtures/bad_fixtures/duplicate_attributes".freeze, "test/fixtures/bad_fixtures/missing_value".freeze, "test/fixtures/binary.rb".freeze, "test/fixtures/categories".freeze, "test/fixtures/categories.yml".freeze, "test/fixtures/categories/special_categories.yml".freeze, "test/fixtures/categories/subsubdir".freeze, "test/fixtures/categories/subsubdir/arbitrary_filename.yml".freeze, "test/fixtures/categories_ordered.yml".freeze, "test/fixtures/categories_posts.yml".freeze, "test/fixtures/categorization.rb".freeze, "test/fixtures/categorizations.yml".freeze, "test/fixtures/category.rb".freeze, "test/fixtures/column_name.rb".freeze, "test/fixtures/comment.rb".freeze, "test/fixtures/comments.yml".freeze, "test/fixtures/companies.yml".freeze, "test/fixtures/company.rb".freeze, "test/fixtures/company_in_module.rb".freeze, "test/fixtures/computer.rb".freeze, "test/fixtures/computers.yml".freeze, "test/fixtures/course.rb".freeze, "test/fixtures/courses.yml".freeze, "test/fixtures/customer.rb".freeze, "test/fixtures/customers.yml".freeze, "test/fixtures/db_definitions".freeze, "test/fixtures/db_definitions/db2.drop.sql".freeze, "test/fixtures/db_definitions/db2.sql".freeze, "test/fixtures/db_definitions/db22.drop.sql".freeze, "test/fixtures/db_definitions/db22.sql".freeze, "test/fixtures/db_definitions/firebird.drop.sql".freeze, "test/fixtures/db_definitions/firebird.sql".freeze, "test/fixtures/db_definitions/firebird2.drop.sql".freeze, "test/fixtures/db_definitions/firebird2.sql".freeze, "test/fixtures/db_definitions/frontbase.drop.sql".freeze, "test/fixtures/db_definitions/frontbase.sql".freeze, "test/fixtures/db_definitions/frontbase2.drop.sql".freeze, "test/fixtures/db_definitions/frontbase2.sql".freeze, "test/fixtures/db_definitions/mysql.drop.sql".freeze, "test/fixtures/db_definitions/mysql.sql".freeze, "test/fixtures/db_definitions/mysql2.drop.sql".freeze, "test/fixtures/db_definitions/mysql2.sql".freeze, "test/fixtures/db_definitions/openbase.drop.sql".freeze, "test/fixtures/db_definitions/openbase.sql".freeze, "test/fixtures/db_definitions/openbase2.drop.sql".freeze, "test/fixtures/db_definitions/openbase2.sql".freeze, "test/fixtures/db_definitions/oracle.drop.sql".freeze, "test/fixtures/db_definitions/oracle.sql".freeze, "test/fixtures/db_definitions/oracle2.drop.sql".freeze, "test/fixtures/db_definitions/oracle2.sql".freeze, "test/fixtures/db_definitions/postgresql.drop.sql".freeze, "test/fixtures/db_definitions/postgresql.sql".freeze, "test/fixtures/db_definitions/postgresql2.drop.sql".freeze, "test/fixtures/db_definitions/postgresql2.sql".freeze, "test/fixtures/db_definitions/schema.rb".freeze, "test/fixtures/db_definitions/sqlite.drop.sql".freeze, "test/fixtures/db_definitions/sqlite.sql".freeze, "test/fixtures/db_definitions/sqlite2.drop.sql".freeze, "test/fixtures/db_definitions/sqlite2.sql".freeze, "test/fixtures/db_definitions/sqlserver.drop.sql".freeze, "test/fixtures/db_definitions/sqlserver.sql".freeze, "test/fixtures/db_definitions/sqlserver2.drop.sql".freeze, "test/fixtures/db_definitions/sqlserver2.sql".freeze, "test/fixtures/db_definitions/sybase.drop.sql".freeze, "test/fixtures/db_definitions/sybase.sql".freeze, "test/fixtures/db_definitions/sybase2.drop.sql".freeze, "test/fixtures/db_definitions/sybase2.sql".freeze, "test/fixtures/default.rb".freeze, "test/fixtures/developer.rb".freeze, "test/fixtures/developers.yml".freeze, "test/fixtures/developers_projects".freeze, "test/fixtures/developers_projects.yml".freeze, "test/fixtures/developers_projects/david_action_controller".freeze, "test/fixtures/developers_projects/david_active_record".freeze, "test/fixtures/developers_projects/jamis_active_record".freeze, "test/fixtures/edge.rb".freeze, "test/fixtures/edges.yml".freeze, "test/fixtures/entrant.rb".freeze, "test/fixtures/entrants.yml".freeze, "test/fixtures/fk_test_has_fk.yml".freeze, "test/fixtures/fk_test_has_pk.yml".freeze, "test/fixtures/flowers.jpg".freeze, "test/fixtures/funny_jokes.yml".freeze, "test/fixtures/joke.rb".freeze, "test/fixtures/keyboard.rb".freeze, "test/fixtures/legacy_thing.rb".freeze, "test/fixtures/legacy_things.yml".freeze, "test/fixtures/migrations".freeze, "test/fixtures/migrations/1_people_have_last_names.rb".freeze, "test/fixtures/migrations/2_we_need_reminders.rb".freeze, "test/fixtures/migrations/3_innocent_jointable.rb".freeze, "test/fixtures/migrations_with_decimal".freeze, "test/fixtures/migrations_with_decimal/1_give_me_big_numbers.rb".freeze, "test/fixtures/migrations_with_duplicate".freeze, "test/fixtures/migrations_with_duplicate/1_people_have_last_names.rb".freeze, "test/fixtures/migrations_with_duplicate/2_we_need_reminders.rb".freeze, "test/fixtures/migrations_with_duplicate/3_foo.rb".freeze, "test/fixtures/migrations_with_duplicate/3_innocent_jointable.rb".freeze, "test/fixtures/migrations_with_missing_versions".freeze, "test/fixtures/migrations_with_missing_versions/1000_people_have_middle_names.rb".freeze, "test/fixtures/migrations_with_missing_versions/1_people_have_last_names.rb".freeze, "test/fixtures/migrations_with_missing_versions/3_we_need_reminders.rb".freeze, "test/fixtures/migrations_with_missing_versions/4_innocent_jointable.rb".freeze, "test/fixtures/mixin.rb".freeze, "test/fixtures/mixins.yml".freeze, "test/fixtures/movie.rb".freeze, "test/fixtures/movies.yml".freeze, "test/fixtures/naked".freeze, "test/fixtures/naked/csv".freeze, "test/fixtures/naked/csv/accounts.csv".freeze, "test/fixtures/naked/yml".freeze, "test/fixtures/naked/yml/accounts.yml".freeze, "test/fixtures/naked/yml/companies.yml".freeze, "test/fixtures/naked/yml/courses.yml".freeze, "test/fixtures/order.rb".freeze, "test/fixtures/people.yml".freeze, "test/fixtures/person.rb".freeze, "test/fixtures/post.rb".freeze, "test/fixtures/posts.yml".freeze, "test/fixtures/project.rb".freeze, "test/fixtures/projects.yml".freeze, "test/fixtures/reader.rb".freeze, "test/fixtures/readers.yml".freeze, "test/fixtures/reply.rb".freeze, "test/fixtures/subject.rb".freeze, "test/fixtures/subscriber.rb".freeze, "test/fixtures/subscribers".freeze, "test/fixtures/subscribers/first".freeze, "test/fixtures/subscribers/second".freeze, "test/fixtures/tag.rb".freeze, "test/fixtures/tagging.rb".freeze, "test/fixtures/taggings.yml".freeze, "test/fixtures/tags.yml".freeze, "test/fixtures/task.rb".freeze, "test/fixtures/tasks.yml".freeze, "test/fixtures/topic.rb".freeze, "test/fixtures/topics.yml".freeze, "test/fixtures/vertex.rb".freeze, "test/fixtures/vertices.yml".freeze, "test/fixtures_test.rb".freeze, "test/inheritance_test.rb".freeze, "test/lifecycle_test.rb".freeze, "test/locking_test.rb".freeze, "test/method_scoping_test.rb".freeze, "test/migration_test.rb".freeze, "test/migration_test_firebird.rb".freeze, "test/mixin_nested_set_test.rb".freeze, "test/mixin_test.rb".freeze, "test/modules_test.rb".freeze, "test/multiple_db_test.rb".freeze, "test/pk_test.rb".freeze, "test/readonly_test.rb".freeze, "test/reflection_test.rb".freeze, "test/schema_authorization_test_postgresql.rb".freeze, "test/schema_dumper_test.rb".freeze, "test/schema_test_postgresql.rb".freeze, "test/synonym_test_oracle.rb".freeze, "test/table_name_test_sqlserver.rb".freeze, "test/threaded_connections_test.rb".freeze, "test/transactions_test.rb".freeze, "test/unconnected_test.rb".freeze, "test/validations_test.rb".freeze, "test/xml_serialization_test.rb".freeze] s.homepage = "http://www.rubyonrails.org".freeze s.rdoc_options = ["--main".freeze, "README".freeze] s.required_ruby_version = Gem::Requirement.new("> 0.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Implements the ActiveRecord pattern for ORM.".freeze s.specification_version = 1 s.add_runtime_dependency(%q.freeze, ["= 1.4.0".freeze]) end