Displaying 2 results from an estimated 2 matches for "kirbybase_adapter".
2006 Feb 15
7
Ackbar - ActiveRecord Adapter for KirbyBase
...database.
It is also worth noting that other plugins that write SQL will not
work. You will
need to get a copy of them to your /vendors dir and modify the relevant parts.
= Installation
Simply:
gem install ackbar
or download the zip file from http://rubyforge.org/projects/ackbar and
just stick
kirbybase_adapter.rb in the Rails lib dir.
You will then need to add
require ''kirbybase_adapter''
in the config/environment.rb file of your project.
If you plan on multi-database development / deployment, you must
require the adapter
only if necessary:
require ''kirbybase_adapter'&...
2006 Mar 19
0
Ackbar 0.1.1 - ActiveRecord Adapter for KirbyBase
...database.
It is also worth noting that other plugins that write SQL will not
work. You will need to get a copy of them to your /vendors dir and
modify the relevant parts.
= Installation
Simply:
gem install ackbar
or download the zip file from http://rubyforge.org/projects/ackbar and
just stick kirbybase_adapter.rb in the Rails lib dir.
You will then need to add
require ''kirbybase_adapter''
in the config/environment.rb file of your project.
If you plan on multi-database development / deployment, you must
require the adapter only if necessary:
require ''kirbybase_adapter'...