This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Mon Aug 17 06:52:06 -0700 2009 | |
| |
README | Mon Aug 17 06:52:06 -0700 2009 | |
| |
lib/ | Mon Aug 17 06:52:06 -0700 2009 |
README
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.






