Skip to content

WARNING: this repo is not maintained anymore, if you want to maintain it, please send an mail to rails-core

License

Notifications You must be signed in to change notification settings

rails/sqlite2_adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Rails 3 removes the deprecated SQLite 2 adapter. We strongly recommend that you upgrade to SQLite 3 or higher. However, if that's not possible due to the unexplainable reasons, then this plugin should do the job.

Install
=======

* Install the plugin :

    $ script/plugin install git://github.com/rails/sqlite2_adapter.git

* Load the database adapter from your environment.rb

    Rails::Initializer.run do |config|
      .....

      Rails::Initializer.default.add :initialize_sqlite2, :before => :initialize_database do
        require 'active_record/connection_adapters/sqlite2_adapter'
      end
    end

That's it.

About

WARNING: this repo is not maintained anymore, if you want to maintain it, please send an mail to rails-core

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages