1153万例文収録!

「Ruby on Rails」に関連した英語例文の一覧と使い方(2ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > Ruby on Railsに関連した英語例文

セーフサーチ:オフ

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

Ruby on Railsの部分一致の例文一覧と使い方

該当件数 : 73



例文

Tor Norbye uses NetBeans IDE 6.0 to integrateJava desktop CRUD (Create/Read/Update/Delete) functionality with a Ruby on Rails application.例文帳に追加

Tor Norbye が、NetBeans IDE 6.0 を使用して Java デスクトップ CRUD (作成/読み取り/更新/削除) 機能を Ruby on Rails アプリケーションと統合しています。 - NetBeans

Enables you to install Glassfish V3 instances into the IDE,and to configure an instance as the current server in a Ruby on Rails Project例文帳に追加

Glassfish V3 のインスタンスを IDE にインストールし、Ruby on Rails プロジェクトで 1 つのインスタンスを現在のサーバーとして設定できます。 - NetBeans

This action starts the WEBrick server, which is a web server(written in Ruby) that is provided as part of the Ruby on Rails framework, and displays the following page in the browser.例文帳に追加

このアクションによって WEBrick サーバーが起動し、次のページがブラウザに表示されます。 このサーバーは、Ruby で記述され、Ruby on Rails フレームワークに付属する Web サーバーです。 - NetBeans

NetBeans IDE 6.0 and 6.1 also provide tools for C/C++, Ruby, Ruby on Rails, and SOA application development, so you can expand your skills or even unify your entire development environment. 例文帳に追加

NetBeans IDE 6.0 と 6.1 には、C/C++、Ruby、Ruby on Rails、および SOA のアプリケーション開発用ツールもあるので、スキルを拡大したり、開発環境を 1 つにまとめたりすることができます。 - NetBeans

例文

This tutorial describes how to build relationships (one-to-one and one-to-many) between models in a NetBeans Ruby on Rails project.例文帳に追加

このチュートリアルでは、NetBeans Ruby on Rails プロジェクトのモデル間の関係 (1 対 1 および 1 対多) を構築する方法を説明します。 - NetBeans


例文

By default, the application is created in a directory structure that conforms to the Ruby on Rails project conventions for applications.例文帳に追加

デフォルトでは、アプリケーションは、Ruby on Rails プロジェクトのアプリケーション用規則に準拠したディレクトリ構造内に作成されます。 - NetBeans

Building Relationships Between Rails Models.A document describing how to build relationships (one-to-one and one-to-many)between models using a MySQL database in a NetBeans Ruby on Rails project. 例文帳に追加

Rails モデル間の関係の構築。 NetBeans の Ruby on Rails プロジェクトで MySQL データベースを使用して、モデル間の関係 (1 対 1 および 1 対多の関係) を構築する方法を説明しています。 - NetBeans

NetBeans IDE 6.5 offers a powerful Ruby editor including code completion, a debugger,and full support for Ruby on Rails.You can use your local ruby binaries or rely on the included JRuby runtime. 例文帳に追加

NetBeans IDE 6.5 には、コード補完、デバッガ、および Ruby on Rails の完全サポートを含む、強力な Ruby エディタが用意されています。 ローカルの Ruby バイナリを使用することも、含まれている JRuby 実行環境に任せることもできます。 - NetBeans

This video illustrates how to use Netbeans IDE 6.0's Ruby on Rails features to create a simple Weblog application in about a minute.例文帳に追加

このビデオでは、Netbeans IDE 6.0 の Ruby on Rails 機能を使用して簡単なブログアプリケーションを約 1 分で作成する方法を示しています。 - NetBeans

例文

Try clicking the Run Main Project to run the whole application.Note that the standard Ruby on Rails welcome page appears.例文帳に追加

「主プロジェクトを実行」をクリックして、アプリケーション全体を実行してみてください。 標準の Ruby on Rails 開始ページが表示されます。 - NetBeans

例文

You must use version 2.1.0, which is included with the built-in JRuby software, or Rails version 2.1.2 minimum.例文帳に追加

組み込み JRuby ソフトウェアに含まれている version 2.1.0 または最低でも Rails version 2.1.2 を使用してください。 Ruby on Rails アプリケーションの作成 - NetBeans

The first step in adding Ajax support to your project is to include the JavaScript libraries,Prototype and script.aculo.us.These libraries are bundled with Ruby on Rails. 例文帳に追加

Ajax サポートをプロジェクトに追加する際には、最初に JavaScript ライブラリの Prototype および script.aculo.us をインクルードします。 これらのライブラリは、Ruby on Rails にバンドルされています。 - NetBeans

The Prototype library provides the foundation for the Ajax implementation in Ruby on Rails, while the script.aculo.us library provides visual effects that you can add to your application. 例文帳に追加

Prototype ライブラリが Ruby on Rails での Ajax 実装の土台を提供するのに対し、script.aculo.us ライブラリはアプリケーションに追加可能な視覚効果を提供します。 - NetBeans

When you create a Ruby on Rails project, the IDE adds the configurations to the database.yml for the database server that you select in the Database Configuration step of the Wizard.例文帳に追加

Ruby on Rails プロジェクトを作成する場合、ウィザードの「データベース構成」パネルで選択したデータベースサーバーに関する設定が database.yml に追加されます。 - NetBeans

To use the JDBC adapter in a Ruby on Rails project, select the Access Database Using JDBC checkbox when you create the project,as shown in the following figure.例文帳に追加

Ruby on Rails プロジェクトで JDBC アダプタを使用するには、次の図に示すように、プロジェクトの作成時に「JDBC を使用したアクセスデータベース」チェックボックスを選択します。 - NetBeans

To learn how to use the IDE to build a Rails application based on database tables, see Creating a Ruby Weblog in 10 Minutes.例文帳に追加

IDE を使用してデータベース表に基づく Rails アプリケーションを構築する方法を学ぶには、「Ruby のブログを 10 分で作成」を参照してください。 - NetBeans

For more information about database configuration from the Project Wizard, see Using Database Servers With JRuby, and the New Ruby on Rails Application Wizard: DatabaseConfigurationhelp topic.例文帳に追加

「プロジェクト」ウィザードからデータベースを構成する詳細は、「JRuby でのデータベースサーバーの使用」および「「新規 Ruby on Rails アプリケーション」ウィザード: データベース構成」ヘルプトピックを参照してください。 - NetBeans

When you create a Ruby on Rails project, the IDE adds the configurations to the database.yml for the database server that you select in step 2 of the Wizard as shown in the previous figure.例文帳に追加

Ruby on Rails プロジェクトを作成する場合、前の図に示すように、ウィザードの手順 2 で選択したデータベースサーバーに関する設定が database.yml に追加されます。 - NetBeans

To use the JDBC adapter in a Ruby on Rails project, select the Access Database Using JDBC checkbox in the Database Configurationstepwhen you create the project,as shown in the next figure.例文帳に追加

Ruby on Rails プロジェクトで JDBC アダプタを使用するには、次の図に示すように、プロジェクトの作成時に「データベース構成」パネルで「JDBC を利用してデータベースにアクセス」チェックボックスを選択します。 - NetBeans

While this includes basic editor support for many popular programming and scripting languages, it also encompassesweb services, such as SOAP, REST, SaaS, and MVC-oriented frameworks, such as JSF, Spring,Struts, Ruby on Rails, and Grails.例文帳に追加

これには多くの一般的なプログラミング言語とスクリプト言語の基本的なエディタサポートが含まれており、SOAP、REST、SaaS などの Web サービスと、JSF、Spring、Struts、Ruby on Rails、Grails などの MVC 指向フレームワークなども網羅されています。 - NetBeans

ICEfaces provides Automatic Ajax to JSF applications so you can build pure JSF applications without the need to overlay additional Ajax behavior or do any JavaScript programming.Learn more about the ICEfacesPlugin for NetBeans IDE.例文帳に追加

jMaki ウィジェットは、Ruby on Rails から JSF 1.2 ベースの視覚的にデザインされた Web アプリケーションまで、ほとんどの種類の Web アプリケーションで使用できます。 - NetBeans

This part is about basic editor features. Time: 07:43 例文帳に追加

NetBeans IDE のガイドビデオツアーでは、完全に書き換えられたエディタインフラストラクチャー、Ruby と Ruby on Rails の高度なサポート、プロファイラの改良点、Swing アプリケーションフレームワークと Beans Binding のサポート統合、Java ME アプリケーション用の新しいビジュアルモバイルデザイナに関するビデオをご覧いただけます。 - NetBeans

例文

Ruby is a dynamic open-source programming language, with an easily readable syntax, that focuses on simplicity and productivity.Rails is a framework that enables you to quickly create database-backed web applications that are based on themodel-view-controller pattern of separation. 例文帳に追加

Ruby は、容易に読解可能な構文を使用し、簡単さと生産性に焦点を合わせた、動的なオープンソースプログラミング言語です。 Rails は、Model View Controller (MVC) パターンの分割に基づいた、データベース支援の Web アプリケーションをすばやく作成できるフレームワークです。 - NetBeans




  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
© 2010, Oracle Corporation and/or its affiliates.
Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS