To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / lib / tasks / jdbc.rake @ 1298:4f746d8966dd

History | View | Annotate | Download (270 Bytes)

1
# This file was generated by the "jdbc" generator, which is provided
2
# by the activerecord-jdbc-adapter gem.
3
#
4
# This file allows you to use Rails' various db:* tasks with JDBC.
5
if defined?(JRUBY_VERSION)
6
  require 'jdbc_adapter'
7
  require 'jdbc_adapter/rake_tasks'
8
end