Neu:
48,10€48,10€
KOSTENFREIE Retouren
GRATIS Lieferung
Derzeit nicht auf Lager.
Bestellen Sie jetzt und wir liefern, sobald der Artikel verfügbar ist. Sie erhalten von uns eine E-Mail mit dem voraussichtlichen Lieferdatum, sobald uns diese Information vorliegt.
Zahlung
Sichere Transaktion
Versand
Amazon
Verkäufer
Amazon
Rückgaben
Retournierbar innerhalb von 30 Tagen nach Erhalt
Bestellen Sie jetzt und wir liefern, sobald der Artikel verfügbar ist. Sie erhalten von uns eine E-Mail mit dem voraussichtlichen Lieferdatum, sobald uns diese Information vorliegt.
Gebraucht kaufen 1,95 €

Lade die kostenlose Kindle-App herunter und lese deine Kindle-Bücher sofort auf deinem Smartphone, Tablet oder Computer – kein Kindle-Gerät erforderlich. Weitere Informationen
Mit Kindle für Web kannst du sofort in deinem Browser lesen.
Scanne den folgenden Code mit deiner Mobiltelefonkamera und lade die Kindle-App herunter.

Den Autoren folgen
OK
The Rails Way (Addison-wesley Professional Ruby Series) Taschenbuch – 13. November 2007
Kaufoptionen und Plus-Produkte
- Seitenzahl der Print-Ausgabe851 Seiten
- SpracheEnglisch
- HerausgeberAddison-Wesley Longman, Amsterdam
- Erscheinungstermin13. November 2007
- Abmessungen17.78 x 5.08 x 23.5 cm
- ISBN-100321445619
- ISBN-13978-0321445612
Produktbeschreibungen
Über den Autor und weitere Mitwirkende
Obie Fernandez is a recognized tech industry leader and independent consultant. He has been hacking computers since he got his first Commodore VIC-20 in the eighties, and found himself in the right place and time as a programmer on some of the first Java enterprise projects of the mid-nineties. He moved to Atlanta, Georgia, in 1998 and gained prominence as lead architect of local startup success MediaOcean. He also founded the Extreme Programming (later Agile Atlanta) User Group and was that groups president and organizer for several years. In 2004, he made the move back into the enterprise, tackling high-risk, progressive projects for world-renowned consultancy ThoughtWorks. He has been evangelizing Ruby and Rails online via blog posts and publications since early 2005, and earned himself quite a bit of notoriety (and trash talking) from his old friends in the Java open-source community. Since then, he has presented on a regular basis at numerous industry events and user group meetings, and even does the occasional training gig for corporations and groups wanting to get into Rails development. Nowadays, Obie specializes in the development and marketing of large-scale, web-based applications.
Produktinformation
- Herausgeber : Addison-Wesley Longman, Amsterdam; 1. Edition (13. November 2007)
- Sprache : Englisch
- Taschenbuch : 851 Seiten
- ISBN-10 : 0321445619
- ISBN-13 : 978-0321445612
- Abmessungen : 17.78 x 5.08 x 23.5 cm
- Kundenrezensionen:
Über die Autoren
Entdecke mehr Bücher des Autors, sieh dir ähnliche Autoren an, lies Autorenblogs und mehr
Entdecke mehr Bücher des Autors, sieh dir ähnliche Autoren an, lies Autorenblogs und mehr
Kundenrezensionen
Kundenbewertungen, einschließlich Produkt-Sternebewertungen, helfen Kunden, mehr über das Produkt zu erfahren und zu entscheiden, ob es das richtige Produkt für sie ist.
Um die Gesamtbewertung der Sterne und die prozentuale Aufschlüsselung nach Sternen zu berechnen, verwenden wir keinen einfachen Durchschnitt. Stattdessen berücksichtigt unser System beispielsweise, wie aktuell eine Bewertung ist und ob der Prüfer den Artikel bei Amazon gekauft hat. Es wurden auch Bewertungen analysiert, um die Vertrauenswürdigkeit zu überprüfen.
Erfahre mehr darüber, wie Kundenbewertungen bei Amazon funktionieren.-
Spitzenrezensionen
Spitzenbewertungen aus Deutschland
Derzeit tritt ein Problem beim Filtern der Rezensionen auf. Bitte versuche es später erneut.
Sehr schön ist auch, dass sich die Autoren auch mit dem Inneren des Frameworks befassen. Das hilft sehr, viele Prozesse besser zu verstehen und die eigene Arbeitsweise besser auf das Framework einzupassen. RoR bleibt damit nicht länger eine "BlackBox", sondern wird wirklich transparent.
Schön ist auch, dass bereits die neue Version von Rails berücksichtigt wird.
Ein sehr gelungenes, umfassendes Buch für jeden, der sich ernsthafter mit Ruby on Rails beschäftigen möchte.
Learning by doing und dabei die einschlägigen Themen parallel nachlesen - beim Rails Way bleiben dabei die Informationen nicht, wie sonst leider üblich, an der Oberfläche, sondern man bekommt wirklich Wissen vermittelt, das einem erlaubt, zu verstehen, wie "Rails tickt".
Hinzu kommt, dass die Änderungen in Rails 2 bereits berücksichtigt sind.
The Rails Way kann ich uneingeschränkt empfehlen - derzeit ist mir keine andere auch nur annähernd umfassende Übersicht zu Rails bekannt.
Spitzenrezensionen aus anderen Ländern

Pragmatic use of Rails is about using great plug-ins and making use of all the framework has to offer this book helps you discover the full extent of what Rails has to offer so you can spend less time coding and more time reusing.


That's where this book helps tremendously. There are not large examples for development, but it tells you what Rails is doing under the hood, how it's doing it, and why. It's a wonderful book for those looking for a deeper understanding.
Of course, it's definitely not for complete beginners. You should already know how to do at least the basics with Rails (particularly the console), and it would help to have a base understanding of Ruby.

The Rails Way is a marvelous book to study after you have some rails experience and need to understand why the framework works like it does, and uncover aspects of rails that aren't commonly mentioned in other books. Honestly, to get the most value, I'd recommend reading this book cover to cover at least once and really study it. There's a lot of great information packed into every page, it is well worth the effort to read it all.

Requires a good understanding of the Ruby language, basic Rails concepts (available in more than a few web tutorials) and how the Web works. (Servers, clients, statelessness, client-host communication protocols.)
Brilliant layout. Teaches how to really do things the Rails Way.
The "Rails Way" is several orders of magnitude more productive than almost all other systems. It's true high-level programming at the conceptual level. Example: I need a database with several tables all inter-related on key fields. Using ActiveRecord it can be set up in minutes. This includes foreign key relationships, 1:Many:1 setups and all the forms to Create, Read, Update and Delete them (CRUD). In addition I can make changes to tables. Test the changes and roll them back if I please. Then roll forward in a different design.
Makes the "try, try, try again" process a snap. Try all the tables, forms and layouts you please. Then go with what works best.
All this without once writing my own SQL code, writing HTML forms code (Amen!) or guessing just where to put the business rules code.
It's MVC in the fast lane. (That's MVC on steroids.)
While the concepts and methods to productivity are tantalizing. The book could have used a bit more explicit project coding. Like a full and complete auctions web site or a blog.
Nonetheless, this book is a delightful journey. What a trip!
Critical ingredient: Making sure I understand the "Rails Way." Once it sinks in it is truly amazing. Do it the Rails Way and the helper methods make forms and screen handling a snap.