Click here to see in English.

woodys-jp
価格: ¥ 2,980
在庫あり


この商品をお持ちですか?
マーケットプレイスに出品する
 
 
Agile Web Development With Rails: A Pragmatic Guide (The Facets of Ruby Series)
 
イメージを拡大
 

Agile Web Development With Rails: A Pragmatic Guide (The Facets of Ruby Series) (ペーパーバック)

David Thomas (著), David Heinemeier Hansson (著), Leon Breedt (著)
5つ星のうち 5.0  レビューをすべて見る (2件のカスタマーレビュー)

出品者からお求めいただけます。


新品4点¥ 2,980より 中古商品12点¥ 490より

商品プロモーションおよび特別キャンペーン


関連商品を買った人はこんな商品も買っています

Ruby on Rails 逆引きクイックリファレンス Rails 2.0対応

Ruby on Rails 逆引きクイックリファレンス Rails 2.0対応

大場 寧子
5つ星のうち 4.0 (3)  ¥ 3,675
プログラミング言語 Ruby

プログラミング言語 Ruby

まつもと ゆきひろ
5つ星のうち 4.0 (5)  ¥ 3,990
初めてのRuby

初めてのRuby

Yugui
5つ星のうち 4.6 (5)  ¥ 2,310
Ajax on Rails

Ajax on Rails

Scott Raymond
5つ星のうち 5.0 (1)  ¥ 2,940
Railsデプロイ

Railsデプロイ

Ezra Zygmuntowicz
¥ 2,940
関連商品を見る

商品の説明

内容説明

Rails is a full-stack, open-source web framework that enables you to create full-featured, sophisticated web-based applications, but with a twist...A full Rails application probably has less total code than the XML you'd need to configure the same application in other frameworks. With this book, you'll learn how to use ActiveRecord to connect business objects and database tables. No more painful object-relational mapping. Just create your business objects and let Rails do the rest. You'll learn how to use the Action Pack framework to route incoming requests and render pages using easy-to-write templates and components. See how to exploit the Rails service frameworks to send emails, implement web services, and create dynamic, user-centric web-pages using built-in Javascript and Ajax support. There are extensive chapters on testing, deployment, and scaling. You'll see how easy it is to install Rails using your web server of choice (such as Apache or lighttpd) or using its own included web server. You'll be writing applications that work with your favourite database (MySQL, Oracle, Postgres, and more) in no time at all. You'll create a complete online store application in the extended tutorial section, so you'll see how a full Rails application is developed - iteratively and rapidly. Rails strives to honor the Pragmatic Programmer's "DRY Principle" by avoiding the extra work of configuration files and code annotations. You can develop in real-time: make a change, and watch it work immediately. Forget XML. Everything in Rails, from templates to control flow to business logic, is written in Ruby, the language of choice for programmers who like to get the job done well (and leave work on time for a change). Rails is the framework of choice for the new generation of Web 2.0 developers. "Agile Web Development with Rails" is the book for that generation, written by Dave Thomas (Pragmatic Programmer and author of "Programming Ruby") and David Heinemeier Hansson, who created Rails.

登録情報

  • ペーパーバック: 558ページ
  • 出版社: Pragmatic Bookshelf; illustrated edition版 (2005/9/22)
  • 言語 英語, 英語, 英語
  • ISBN-10: 097669400X
  • ISBN-13: 978-0976694007
  • 発売日: 2005/9/22
  • 商品の寸法: 22.9 x 19 x 2.5 cm
  • おすすめ度: 5つ星のうち 5.0  レビューをすべて見る (2件のカスタマーレビュー)
  • Amazon.co.jp ランキング: 洋書 - 49,841位 (洋書のベストセラーを見る)

    カテゴリーランキング:

    70位 ─  洋書 > Computers & Internet > Security & Encryption
    153位 ─  洋書 > Computers & Internet > Networking > Networks, Protocols & APIs
    171位 ─  洋書 > Computers & Internet > Web Development > Programming
  • 目次を見る

この商品を見た後に買っているのは?

Agile Web Development with Rails (Pragmatic Programmers)
50%のカスタマーが
Agile Web Development with Rails (Pragmatic Programmers)を購入しています 5つ星のうち 5.0 (1)
¥ 4,816
RailsによるアジャイルWebアプリケーション開発 第2版
26%のカスタマーが
RailsによるアジャイルWebアプリケーション開発 第2版を購入しています 5つ星のうち 4.8 (6)
¥ 4,410
初めてのRuby
12%のカスタマーが
初めてのRubyを購入しています 5つ星のうち 4.6 (5)
¥ 2,310
Agile Web Development With Rails (Pragmatic Programmers)
12%のカスタマーが
Agile Web Development With Rails (Pragmatic Programmers)を購入しています

類似した商品から提示されたタグ

 (詳細)
関連タグ(この商品に近い関連キーワード)を追加する++最初のタグになります
 
(15)

 

 

カスタマーレビュー

2レビュー
星5つ:
 (2)
星4つ:    (0)
星3つ:    (0)
星2つ:    (0)
星1つ:    (0)
 
 
 
 
 
おすすめ度
5つ星のうち 5.0 (2件のカスタマーレビュー)
 
 
 
 
あなたの意見や感想を教えてください:
最も参考になったカスタマーレビュー

 
12 人中、11人の方が、「このレビューが参考になった」と投票しています。
5つ星のうち 5.0 一冊で、色々学べる, 2005/12/3
Railsは非常に優れたwebアプリケーション開発環境だと思いますが、その要素をチュートリアル+解説という二段仕立てで覚えられるようになっています。

特に、Agile開発の基本的なところとか、データベースとのやりとり、など、webアプリケーション開発環境として必要な要素を一揃え、しかも、MVCモデルに沿ったオブジェクト指向スタイルで使えることを、わかりやすく、かつ、適度に簡潔に解説しています。

これからWebアプリケーションを学ぶ人、オブジェクト指向やMVCモデルを学ぶ、といった向きにも、強く勧められます。この環境から学び始める人がうらやましいとも。

英語自体も、一部表現に癖があるのをのぞけば、読みやすい英語なので、この原書で読むのも悪くないでしょう。
コメント コメント | ブックマーク | このレビューは参考になりましたか? はい いいえ (報告する)



 
12 人中、11人の方が、「このレビューが参考になった」と投票しています。
5つ星のうち 5.0 入門からRailsの仕組みまで, 2005/11/25
Ruby on Railsは、Ruby言語を利用しているMVCフレームワークです。
個人的には、MVCフレームワークとしては一番よく出来ていると思います。

主なフレームワーク(Struts)などと比較して特筆すべき点は

・規約にそって作成することで設定ファイルがほとんど必要ない
・自動テスト、テストのカバレッジが予め考慮されておりテストしやすい
・ajaxも想定されており最新の技術も容易に利用できる

です。


この本は以下の構成となっています。

Part I...Railsのインストールからアーキテクチャ、作り始めの方法
Part II...実際の開発を想定しているアプリケーションの作成方法
Part III...Railsの仕組み

β版から公開していてフィードバックをとりいれて作成された
ようで大変理解しやすい内容になっています。

(値段もお手頃なので)本書を片手にRuby on Railsの素晴しさを
体験してみては、いかがでしょうか?
コメント コメント | ブックマーク | このレビューは参考になりましたか? はい いいえ (報告する)


あなたの意見や感想を教えてください: 自分のレビューを作成する
 
 
 
この商品のカスタマーレビューだけを検索する



クチコミ

商品やカテゴリー、トピックについて他のカスタマーと語り合う場です。お買いものに役立つ情報交換ができます。
この商品のクチコミ一覧
内容・タイトル 返答 最新の投稿
まだクチコミはありません

語りたいこと、聞きたいことはありませんか? 意見や質問を書いて情報交換しましょう。
新しいクチコミを作成する
タイトル:
最初の投稿:
サインインが必要です
 

   


リストマニア

リストを作成

関連商品を探す


同じキーワードの商品を探す


フィードバック



チェックした商品の履歴

 (詳細はこちら)

製品詳細ページやサーチ結果を表示した後、興味のあるページに戻る簡単な方法についてはここを参照してください。