Would you like to see this page in English? Click here.


または
1-Clickで注文する場合は、サインインをしてください。
こちらからも買えますよ
この商品をお持ちですか? マーケットプレイスに出品する
Learning Rails
 
 

Learning Rails [ペーパーバック]

Simon St Laurent , Edd Dumbill

価格: ¥ 3,580 通常配送無料 詳細
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
一時的に在庫切れ; 入荷時期は未定です。 在庫状況について
注文確定後、入荷時期が確定次第、お届け予定日をEメールでお知らせします。万が一、入荷できないことが判明した場合、やむを得ず、ご注文をキャンセルさせていただくことがあります。商品の代金は発送時に請求いたします。
この商品は、Amazon.co.jp が販売、発送します。 ギフトラッピングを利用できます。

キャンペーンおよび追加情報

  • 掲載画像とお届けする商品の表紙が異なる場合があります。ご了承ください。


商品の説明

内容説明

"Learning Rails" takes a web-centric approach to the popular web application framework, making it easier to get started. Most Rails books are written for programmers who have already worked in other frameworks. They explain how to handle the inner parts of an application first - models and controllers - before moving on to the view. For web developers who know HTML and JavaScript, though, starting with databases is a painful way to learn Rails. This book approaches Rails from the outer layer, letting web designers create something visible before reaching the difficult database models and controller code in the inner layers. With "Learning Rails", you can start from the HTML and programming you already know, and then move more deeply into Ruby, objects, and database structures.Once this book gets you up and running, you'll learn how to: present content by building a simple application with a basic view and a simple controller, while learning Ruby along the way; build forms and process their results, moving from the simple to the complex; connect forms to models by setting up a database, and use Rails' Active Record to create code that maps to database structures; use Rails scaffold to build applications from a view-centric perspective; manage content with Rails using features like routing and layouts; add common web applications elements like sessions, cookies, and authentication; build applications that combine data in multiple tables; test data structures and deploy them to a production environment; create dynamic interfaces with Rails and Ajax. By the end of this book, you'll be comfortable working in Rails. You won't be a Ruby guru, but you'll be ready to take advantage of other resources for becoming one. This approach may test the patience of hardcore programmers. But, while databases and objects may be at the core of web application development, they aren't necessarily at the core of everyone's web application skills. If you'd rather learn Rails from the outside in, working with the more familiar view side of the application, you're in the right place with "Learning Rails".

著者について

Simon St. Laurent is a web developer, network administrator, computer book author, and XML troublemaker living in Ithaca, NY. His books include "XML: A Primer", "XML Elements of Style", "Building XML Applications", "Cookies", and "Sharing Bandwidth". He is a contributing editor to XMLhack.com and an occasional contributor to XML.com.Edd Dumbill is co-chair of the O'Reilly Open Source Convention. He is also chair of the XTech web technology conference. Edd conceived and developed Expectnation, a hosted service for organizing and producing conferences. Edd has also been Managing Editor for XML.com, a Debian developer, and GNOME contributor. He writes a blog called Behind the Times.

登録情報


この本のなか見!検索より (詳細はこちら
この本のサンプルページを閲覧する
おもて表紙 | 著作権 | 目次 | 抜粋 | 索引 | 裏表紙
この本の中身を閲覧する:

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


この商品につけられているタグ

 (詳細)
タグをクリックすると、タグがつけられた商品、タグをつけた人が表示されます。※タグは初期設定で公開になっています。詳しくはこちら
 
(1)

 

カスタマーレビュー

Amazon.co.jp にはまだカスタマーレビューはありません
星5つ
星4つ
星3つ
星2つ
星1つ
Amazon.com で最も参考になったカスタマーレビュー (beta)
Amazon.com:  13件のカスタマーレビュー
12 人中、12人の方が、「このレビューが参考になった」と投票しています。
Great, But Watch Out 2009/7/25
By Rilindo Foster - (Amazon.com)
形式:ペーパーバック|Amazonが確認した購入
I am almost done with the book and I found it much easier to grok than the Agile Rails book. Its likely because the latter book deal with the shopping cart example (and e-commerce was the last thing I wanted to deal with at the time I bought the book), so going through this book was a pleasure. So far, I got some apps up and running thanks to it and I am pretty comfortable going into more advanced at this point.

That said, the code in the book do needs to be proof-read more throughly - a number of times I got stuck in one section, trying to figure out what I was doing wrong, only to find by looking at the errata online (or the source code download) that the snippets are wrong. Take my advice - if something broke or didn't work the first time, look at the errata and then source code to make sure the code in the book is correct or not (hopefully, they will correct it in later printings).

With that out the way, I recommend this book to anybody interested in Rails. It'll get you going in short order.
7 人中、7人の方が、「このレビューが参考になった」と投票しています。
Great Intro Rails Book 2009/5/29
By Nicholas Sardo - (Amazon.com)
形式:ペーパーバック|Amazonが確認した購入
I have been using Rails for going on two years now, but have a penchant for accumulating books on subjects that interest me. I tore into this book the day that it was delivered, and was not disappointed. Very well written, and informative. I picked up a few kernals here and there from the book ( remember, I'm not a total newbie ), which made it worth the money.

If you are not familiar with web development in general, this book alone will not help you. You'll need a basic grasp of the fundamentals: (X)HTML, the general way web development client-side and server-side work, basic data base knowledge. Nothing earth shattering, but none of these things are covered. Though there is a small crash course on the Ruby language, you'd do well to get a beginning book on it as well, for better understanding, though the author does describe what his code does.

The book does what it's charter describes well. It can bring you up to speed with the basics of Rails. I liked it, and recommend it.
7 人中、7人の方が、「このレビューが参考になった」と投票しています。
One of the better places to start with Rails ... 2009/1/8
By grantmichaels - (Amazon.com)
形式:ペーパーバック|Amazonが確認した購入
I am reading this book at present, and agree w/ the "shelleyp" review completely. If you want to get started w/ Rails, this book is an excellent choice, even more so if you are already familiar with HTML/CSS. I also think it's great that they suggest using Heroku, which is a great way to get started w/ Rails!

While all of that is true, however, I can't help but suggest that new-to-Ruby coders look at Sinatra while they are learning Ruby, and grow their apps to Rails via their Rack commonality. Rails is great, but I think it is over-kill and at once overly complicated for the scope of the applications that many new developers are making while getting started. That being said, this is a phenomenal choice for getting started with Rails, and a refreshingly different angle for doing so.

クチコミ

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

複数のお客様との意見交換を通じて、お買い物にお役立てください。
新しいクチコミを作成する
タイトル:
最初の投稿:
サインインが必要です
 

クチコミを検索
すべてのクチコミを検索
   


リストマニア

リストを作成

関連商品を探す


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


フィードバック


Amazon.co.jpのプライバシー ステートメント Amazon.co.jpの発送情報 Amazon.co.jpでの返品と交換