Marktplatzangebote
3 Angebote ab € 2,27 €
  • Buch

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…mehr

Produktbeschreibung
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.
Autorenporträt
David Heinemeier Hansson is the creator of the Rails framework.
Rezensionen
"Hin und wieder hat man ein Programmierbuch in der Hand, das man gar nicht mehr weglegen möchte, weil es eine wahre Freude ist, darin zu lesen. Um solch ein Buch handelt es sich bei dem hier besprochenen Werk zu Ruby on Rails. [...]

Rails ist noch eine sehr junge Technologie und Agile Web Development with Rails ist das erste dazu erschienene Buch [...]. Und wer könnte besser dazu geeignet sein als Dave Thomas und David Heinemeier Hansson. Letzterer ist Entwickler von Rails selbst und Dave Thomas der Autor von Programming Ruby, dem Standardwerk zu Ruby. [...]

Das Buch ist in mehrere Teile gegliedert. Der erste Teil beinhaltet eine kurze Einführung und eine Installationsanleitung zu Rails. Der beeindruckendste Abschnitt im Buch ist der zweite. Auf ca. 130 Seiten entwickeln die Autoren Schritt für Schritt einen Webshop auf Rails-Basis. Beeindruckend deshalb, weil es die Autoren schaffen, dem Leser deutlich zu machen, wie einfach und schnell man mit Rails Anwendungen entwickeln kann. Das alles ist einfach und verständlich erklärt und man hat nie das Gefühl, den Erklärungen nicht mehr folgen zu können. Den Abschluss des Tutorials bildet ein ausführliches und sehr interessantes Kapitel zum Thema Testen von Rails-Anwendungen. Der dritte und größte Teil des Buches bietet dann einen umfangreichen Überblick über das Rails-Framework. [...] Den Abschluss bildet ein Anhang mit Source Code und einer Einführung in Ruby.

Den Autoren ist hier ein großer Wurf gelungen. Wer sich für Rails interessiert, ist das Buch ein Muss. Und wer sich bisher nicht mit Rails beschäftigt hat, sollte es sich auch kaufen. Er wird danach die Webprogrammierung mit anderen Augen sehen."- Markus Jais, Entwickler Magazin, Ausgabe 06/2005…mehr