At the time of this writing, the ActiveRecord JDBC Adapter does not work with the SQLite JDBC driver. このドキュメントの執筆時点では、ActiveRecord JDBC Adapter は SQLite JDBC ドライバとは動作しません。 - NetBeans
At the time of this writing, ActiveRecord-JDBC does not work with the Sqlite JDBC driver. このドキュメントの執筆時点では、ActiveRecord-JDBC は Sqlite JDBC ドライバとは動作しません。 - NetBeans
At a minimum,you should add the rails 2.1.0, rake 0.8.3, rspec 1.1.4,ruby-debug-base 0.10.2, ruby-debug-ide 0.3.1,and activerecord-jdbc-adapter 0.8.2 gems to the JRuby gems repository. 最低でも、Rails 2.1.0、Rake 0.8.3、Rspec 1.1.4、ruby-debug-base 0.10.2、ruby-debug-ide 0.3.1、および activerecord-jdbc-adapter 0.8.2 Gems を JRuby Gems リポジトリに追加してください。 - NetBeans
Find the following two lines that start withActiveRecord::Baseand comment them out.
ActiveRecord::Base で始まる次の 2 行を探し、これらのコメントを解除します。 - NetBeans
When this checkbox is checked, the IDE adds statements to the environment.rb file to use the ActiveRecord-JDBCgem. データベースサーバーが MySQL の場合、JDBC を使用するかどうかは任意です。 このチェックボックスを選択すると、ActiveRecord-JDBC gem が使用されるよう、IDE によって environment.rb ファイルに文が追加されます。 - NetBeans
The JRuby and Rails Distributionplugin includes the ActiveRecord JDBC Adapter gem, which enables your JRuby on Rails application to access database servers that provide JDBC 3.0 compliant drivers, such as MySQL, PostgreSQL, Oracle(R), HSQLDB, and Java DB (also known as Derby).The JDBC driver must be a pure Java driver. 「JRuby および Rails のディストリビューション」プラグインには ActiveRecord JDBC Adapter Gem が含まれており、これによって JRuby on Rails アプリケーションが MySQL、PostgreSQL、Oracle(R)、HSQLDB、および Java DB (別名 Derby) といった JDBC 3.0 準拠のドライバを持つデータベースサーバーにアクセスできます。 JDBC ドライバは Pure Java ドライバである必要があります。 - NetBeans
See the previous section for information about registering Ruby platforms with the IDE.If you are using the bundled JRuby platform and the IDE includes the JRuby and Rails Distribution plugin,the list contains the ActiveRecord JDBC Adapter gem and the Rails framework, as shown in the next figure. Ruby プラットフォームの IDE への登録については、前の節を参照してください。 バンドル版の JRuby プラットフォームを使用中で、IDE に「JRuby および Rails のディストリビューション」プラグインが組み込まれている場合、次の図に示すように、一覧には ActiveRecord JDBC Adapter Gem と Rails フレームワークが表示されます。 - NetBeans
As mentioned earlier, the JRuby and Rails Distributionplugin includes the ActiveRecord JDBC Adapter gem, which enables your JRuby on Rails application to access database servers that provide JDBC 3.0 compliant drivers, such as MySQL, PostgreSQL, Oracle, HSQLDB, and Java DB (also known as Derby).The JDBC driver must be a pure Java driver. 前述したとおり、「JRuby および Rails のディストリビューション」プラグインには ActiveRecord JDBC Adapter Gem が含まれており、これによって JRuby on Rails アプリケーションが MySQL、PostgreSQL、Oracle、HSQLDB、および Java DB (別名 Derby) といった JDBC 3.0 準拠のドライバを持つデータベースサーバーにアクセスできます。 JDBC ドライバは Pure Java ドライバである必要があります。 - NetBeans
See the previous section for information about registering the Ruby platform.If you are using the JRuby platform and the IDE includes the JRuby and Rails Distribution plugin,the list contains the ActiveRecord-JDBC gem and the Rails framework, as shown in the next figure. Ruby プラットフォームの登録に関する情報は、前のセクションを参照してください。 JRuby プラットフォームを使用中で、IDE に「JRuby および Rails のディストリビューション」プラグインが組み込まれている場合、次の図に示すように、一覧には「ActiveRecord-JDBC」 Gem と Rails フレームワークが表示されます。 - NetBeans
As mentioned earlier, the JRuby and Rails Distributionplugin includes the ActiveRecord-JDBC gem, which enables your JRuby on Rails application to access database servers that provide JDBC 3.0 compliant drivers, such as MySQL, PostgreSQL, Oracle, HSQLDB, and Java DB (also known as Derby).The JDBC driver must be a pure Java driver. 前述したとおり、「JRuby and Rails のディストリビューション」プラグインには ActiveRecord-JDBC Gem が含まれており、これによって JRuby on Rails アプリケーションが MySQL、PostgreSQL、Oracle、HSQLDB、および Java DB (別名 Derby) といった JDBC 3.0 準拠のドライバを持つデータベースサーバーにアクセスできます。 JDBC ドライバは Pure Java ドライバである必要があります。 - NetBeans
This screencast By Arun Gupta (Arun's blog) shows how a jMaki-wrapped Yahoo DataTable widget can be used to pull data from MySQL database using ActiveRecord in a Rails application. This is a screencast of theJmakion Rails for Dummies tutorial that uses NetBeans IDE 6.0 (Milestone 9)and the jMaki plug-in. Arun Gupta (Arun のブログ) によるこのスクリーンキャストでは、Rails アプリケーションで ActiveRecord を使用することで、jMaki にラップされた Yahoo DataTable ウィジェットを使用して MySQL データベースからデータを取り出す方法を示しています。 これは「誰にでもわかる jMaki on Rails」チュートリアルのスクリーンキャストであり、NetBeans IDE 6.0 (Milestone 9) と jMaki プラグインを使用しています。 - NetBeans