中古品:
¥650 税込
配送料 ¥350 5月30日-31日にお届け(18 時間 54 分以内にご注文の場合)
詳細を見る
コンディション: 中古商品: 良い
コメント: ■通常24時間以内に出荷可能です。■クリーニング済み。■中古品ではございますが、良好なコンディションです。■万が一品質に不備があった場合は返金対応。■防水梱包です。■決済は、クレジットカード、コンビニ決済・ATM・ネットバンキング・Edy払いがご利用可能です。
Kindleアプリのロゴ画像

無料のKindleアプリをダウンロードして、スマートフォン、タブレット、またはコンピューターで今すぐKindle本を読むことができます。Kindleデバイスは必要ありません

ウェブ版Kindleなら、お使いのブラウザですぐにお読みいただけます。

携帯電話のカメラを使用する - 以下のコードをスキャンし、Kindleアプリをダウンロードしてください。

KindleアプリをダウンロードするためのQRコード

何か問題が発生しました。後で再度リクエストしてください。

Agile Web Development With Rails: A Pragmatic Guide (The Facets Of Ruby Series) ペーパーバック – 2005/9/22

4.3 5つ星のうち4.3 20個の評価

この商品には新版があります:

Agile Web Development with Rails 3.2
¥7,295
(52)
通常4~5日以内に発送します。

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 favorite 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.

続きを読む もっと少なく読む

商品の説明

レビュー

"It's early days for the language so it's no surprise there's only a handful of books out there. Yet it's hard to see why you would need anything more than Agile Web Development with Rails. Programming books, in particular, rarely seem to answer queries straight away, but this one tackles the myths surrounding Rails straight off, and in plain English. But don't panic, it's not a Dummies guide - it will teach you how to use Rails to eliminate tedious web app configuration and, crucially, how to integrate it into AJAX." .NET, December 2005

著者について

Dave Thomas and Andy Hunt have more than 50 years combined experience, developing software for clients around the world. For the last 10 years they've been working together as The Pragmatic Programmers, helping clients write software and improve their development processes. They are authors of the best-selling The Pragmatic Programmer, and have written several other books. They speak at conferences globally, and are editors of IEEE Software's "Construction" column. Mike Clarkis a consultant, author, speaker, and programmer. He is the author of Pragmatic Project Automation (The Pragmatic Bookshelf, 2004), editor of PragmaticAutomation.com, a frequent speaker at software development conferences, and the creator of several popular open source tools. Mike helps teams build better software faster through his company, Clarkware Consulting.

登録情報

  • 出版社 ‏ : ‎ Pragmatic Bookshelf (2005/9/22)
  • 発売日 ‏ : ‎ 2005/9/22
  • 言語 ‏ : ‎ 英語
  • ペーパーバック ‏ : ‎ 558ページ
  • ISBN-10 ‏ : ‎ 097669400X
  • ISBN-13 ‏ : ‎ 978-0976694007
  • 寸法 ‏ : ‎ 19.05 x 2.67 x 22.86 cm
  • カスタマーレビュー:
    4.3 5つ星のうち4.3 20個の評価

著者について

著者をフォローして、新作のアップデートや改善されたおすすめを入手してください。

カスタマーレビュー

星5つ中4.3つ
5つのうち4.3つ
20グローバルレーティング

この商品をレビュー

他のお客様にも意見を伝えましょう

上位レビュー、対象国: 日本

2005年11月25日に日本でレビュー済み
Amazonで購入
Ruby on Railsは、Ruby言語を利用しているMVCフレームワークです。

個人的には、MVCフレームワークとしては一番よく出来ていると思います。

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

・規約にそって作成することで設定ファイルがほとんど必要ない

・自動テスト、テストのカバレッジが予め考慮されておりテストしやすい

・ajaxも想定されており最新の技術も容易に利用できる

です。

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

Part I...Railsのインストールからアーキテクチャ、作り始めの方法

Part II...実際の開発を想定しているアプリケーションの作成方法

Part III...Railsの仕組み

β版から公開していてフィードバックをとりいれて作成された

ようで大変理解しやすい内容になっています。

(値段もお手頃なので)本書を片手にRuby on Railsの素晴しさを

体験してみては、いかがでしょうか?
10人のお客様がこれが役に立ったと考えています
レポート
2005年12月3日に日本でレビュー済み
Railsは非常に優れたwebアプリケーション開発環境だと思いますが、その要素をチュートリアル+解説という二段仕立てで覚えられるようになっています。

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

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

英語自体も、一部表現に癖があるのをのぞけば、読みやすい英語なので、この原書で読むのも悪くないでしょう。
9人のお客様がこれが役に立ったと考えています
レポート

他の国からのトップレビュー

すべてのレビューを日本語に翻訳
Customer since 1997
5つ星のうち5.0 DAS Standard-Werk zum Thema Rails
2006年12月20日にドイツでレビュー済み
Amazonで購入
Wenn man sich mit Ruby on Rails beschäftigt, MUSS man dieses Buch gelesen haben. Das absolute Standardwerk erklärt alles gut und übersichtlich. Vorsicht: Demnächst (1Q/2007) kommt die zweite Auflage mit vielen Ergänzungen heraus, so lange sollte man ggf. warten.
4人のお客様がこれが役に立ったと考えています
レポート
Amazon Customer
5つ星のうち5.0 Great - but buy version 2
2006年10月29日に英国でレビュー済み
Amazonで購入
Books on programming are often poor, using pointless examples and making unrealistic assumptions about your familiarity with the environment you're working in. This book is different. You work through the book developing a very satisfying, fully-featured application in a short time in such a way that you learn all that's important about using RoR in an agile manner.

If you run into a problem then the publisher's site has a comments/errata board and very comprehensive downloadable examples of the solution you're trying to develop at every stage. I've not tested it but I'm sure the authors would respond personally if you needed them to.

However, RoR is fast-moving. The second edition is in beta and it's very good indeed, making more use of things like Rake database migration and Ajax. I'd wait for that (or buy the beta now) if I were you.

Then you can review it yourself and give it six stars.
5人のお客様がこれが役に立ったと考えています
レポート
Ugo Cei
5つ星のうち5.0 The real agile way to develop web applications
2005年12月28日にアメリカ合衆国でレビュー済み
Amazonで購入
Rails, or more appropriately Ruby on Rails is the new web application development framework that everyone is so excited of and raving about how it cuts development time by a factor of 10 and does away with the cumbersome XML configuration files that are the hallmark of J2EE.

Being an old Java hand, I wanted to see firsthand if there was some substance beneath all the hype. I was also intrigued by the fact that many other old Java hands whom I respect and admire, like James Duncan Davidson, Elliotte Rusty Harold, Bruce Tate, Graham Glass, and Brian McAllister are now fervent (to different degrees) rubyists and Rails-enthusiasts. If it weren't for them, I would never have undertaken this journey, probably.

But anyway, this is supposed to be a book review, not a chronicle of my ongoing discovery of Rails.

I mostly like using books to discover and learn about new technologies, so it's perfectly natural that I decided to take off with what is considered the book about Rails. And how could it be not, with Rails' creator David Heinemeier Hansson as one of its authors?

It is also the only one published so far but, even though the choice was a bit, uhm ... limited, I wasn't disappointed. The book, as is customary with titles from The Pragmatic Programmers' bookshelf, is very good. It lays down in detail almost everything you need to know to be productive with Rails, save for the language Ruby itself. To be honest, the book includes an appendix introducing the basics of Ruby, but it's just the bare minimum. I suggest getting yourself a good Ruby book (like Programming Ruby, also from The Pragmatic Programmers, which I am currently reading and will review shortly) if you really want to get the most out of Rails.

Another caveat you have to be aware of is that Rails is a quickly moving target. The book covers version 0.13, which was current around mid-2005. There was a 0.14 version after that and we are now at 1.0, since a few weeks ago. However, I didn't find I had much to change while experimenting with Rails following the book. As always with Open Source software, resorting to the mailing lists, forums or the #rubyonrails@freenode.net IRC channel is the best avenue for finding answers to your doubts and asking support questions.

The book is organized in four parts:

Part I introduces the design principles behind Rails, its most important concepts and briefly covers how to get started by installing it and writing your first program. The part about installation is the one that is bound to become quickly obsolete, as new and easier installation methods for the various supported platforms are developed.

Part II dives into Rails by guiding you along the development of a real (albeit much simplified) e-commerce application. I find this approach to be very good and "pragmatic" indeed. Of notable interest is the chapter on testing. It's great to see that providing a good test scaffolding was one of the main design concerns in Rails and not just an afterthought.

Part III goes deeper into Rails and can be used as a reference for its components, like Active Record, Action Controller, and Action View. Bonus chapters on AJAX, Web Services, security, deployment and scaling issues are included here and will make the book even more valuable when you need to deal with "real world" applications.

Part IV contains the appendices, like the above mentioned introduction to Ruby, a reference of configuration parameters (be warned again: these might change), the full source code for all samples (of dubious value, in my opinion), and a list of online resources (once again, a list bound to be more and more incomplete as time passes and the excitement around Rails grows).

Overall, I find the quality of this book to be excellent. It's not thick to the point of being too heavy to carry around in your laptop bag, for those times when you need to peek at it, yet it covers enough of Rails to be considered a complete and authoritative reference. This is probably a testament to Rails' simplicity too.

The writing style is eminently readable. You can read it cover to cover, if you like, without getting bored. The frequent sidebars make it lively without being too distracting. A great amount of care and craftsmanship went into producing this book, and it shows.

Highly recommended!
15人のお客様がこれが役に立ったと考えています
レポート
Andy Ludgate
5つ星のうち4.0 Four Stars
2015年1月26日に英国でレビュー済み
Amazonで購入
Good book
Smith Ellis
5つ星のうち4.0 Useful but not perfect
2005年9月6日にアメリカ合衆国でレビュー済み
Amazonで購入
There aren't many (any) other books on Rails development currently, so this book has a sigular distinction: it's the only option.

Somewhere in this book is all the information you might need to get a good foundation going in Rails development. The writing is nice and easy on the brain.

But, the organization of the book didn't really appeal to my particular learning style. I wasn't so interested in continuing work on the very basic shopping cart app that is the "tutorial" in this book. I was more interested in things like working with complex, multi-table databases.

The book has sections devoted to Active Record, but these are often void of any working examples. There are often code snippets in these chapters, but they are free floating and out of context; in other words, the small snippets show you how something might work, but there is no place that shows it working in context.

Overall, I think this is a decent intro to Rails. But I would rather have a Peachpit Press type book, with straight forward code examples used in context. That's just a personal viewpoint, and you very well might think this book is a 5 out of 5. For me, I'll give it a 4. But I would still urge you to buy it -- it will prove a valuable reference as you find specific questions to look up.
5人のお客様がこれが役に立ったと考えています
レポート