Eloquent Ruby

It’s easy to write correct Ruby code, but to gain the fluency needed to write great Ruby code, you must go beyond syntax and absorb the “Ruby way” of thinking and problem solving. In Eloquent Ruby, Russ Olsen helps you write Ruby like true Rubyists do–so you can leverage its immense, surprising power.

mehr...

Ruby on Rails 3 Tutorial Livelessons Bundle: Learn Rails by Example

Ruby on Rails 3 Tutorial LiveLessons is your complete video guided tour of modern Rails web development! Top Rails expert and author Michael Hartl walks you through the entire process: installing and setting up Rails, designing Rails applications with MVC and REST, building dynamic pages, coding effectively in Ruby, implementing registration and authentication, adding social features, even testing and deployment.

mehr...

Ruby on Rails 3 Tutorial: Learn Rails by Example

Using Rails 3, developers can build web applications of exceptional elegance and power. Although its remarkable capabilities have made Ruby on Rails one of the world’s most popular web development frameworks, it can be challenging to learn and use. Ruby on Rails™ 3 Tutorial is the solution. Leading Rails developer Michael Hartl teaches Rails 3 by guiding you through the development of your own complete sample application using the latest techniques in Rails web development.

mehr...

Ruby on Rails 3: Das Entwickler-Handbuch

Das Buch von Hussein und Tanja “Ruby on Rails 3: Das Entwickler-Handbuch” erscheint im April in einer neuen und aktualisieren Version.

mehr...

The Rails 3 Way

Ruby on Rails strips complexity from the development process, enabling professional developers to focus on what matters most: delivering business value via clean and maintainable code. The Rails™ 3 Way is the only comprehensive, authoritative guide to delivering production-quality code with Rails 3. Pioneering Rails expert Obie Fernandez and a team of leading experts illuminate the entire Rails 3 API, along with the idioms, design approaches, and libraries that make developing applications with Rails so powerful. Drawing on their unsurpassed experience and track record, they address the real challenges development teams face, showing how to use Rails 3 to maximize your productivity.

mehr...

Beginning Rails 3

Beginning Rails 3 is the practical starting point for anyone wanting to learn how to build dynamic web applications using the latest release of the Rails framework for Ruby. You’ll learn how all of the components of Rails fit together and how you can leverage them to create sophisticated web applications with less code and more joy. This book is particularly well suited to those with little or no experience with web application development, or who have some experience but are new to Rails.

mehr...

Rails AntiPatterns: Best Practice Ruby on Rails Refactoring

The Complete Guide to Avoiding and Fixing Common Rails 3 Code and Design Problems As developers worldwide have adopted the powerful Ruby on Rails web framework, many have fallen victim to common mistakes that reduce code quality, performance, reliability, stability, scalability, and maintainability. Railsa AntiPatterns identifies these widespread Rails code and design problems, explains why they’re bad and why they happen–and shows exactly what to do instead.

mehr...

Alle Links zu Rails 3

Ok, es sind sicherlich nicht alle verfügbaren Links, die wir hier für euch sammeln konnten, aber es sollte für jeden etwas dabei sein. Die Links sind in Kategorien aufgeteilt, damit man den entsprechenden Bereich schnell findet, für den man sich interessiert.
Wenn Ihr einen Link vermisst, dann postet ihn einfach als Kommentar.

mehr...

Rails 3 Upgrade Handbook PDF

Rails 3 ist fertig und bestehende Applikationen müssen aktualisiert werden. Jeremy McAnally hat in seinem neuen Buch alle nötigen Schritte zusammengefasst und erklärt was sich alles geändert hat.

mehr...

Ruby on Rails 3: Moderne Webentwicklung mit Ruby

Ruby on Rails ist eines der beliebtesten Frameworks im Bereich der Webentwicklung. Einer der Hauptgründe dafür ist die geringe Einarbeitungszeit, da das Model-View-Controller-Konzept (MVC) klar zu erkennen ist. Ruby on Rails gibt uns sehr schnell Feedback über das Ergebnis unserer Arbeit, wodurch die Entwicklung von Webanwendungen sehr viel Spaß mit sich bringt.

mehr...

Produktiv programmieren

Wer seine Brötchen mit Software-Entwicklung verdient, braucht Strategien, um besser, schneller und kostengünstiger zu programmieren. Dieses Buch bietet Ihnen erprobte Hilfsmittel, die Zeit sparen, Ihre Produktivität erhöhen, und die Sie unabhängig von der verwendeten Plattform auf der Stelle nutzen können. Meister-Programmierer Neal Ford vermittelt nicht nur Einsichten in die Mechanismen der Produktivität, sondern gibt darüber hinaus zahlreiche wertvolle Praxistipps, die helfen, Ihren Code zu verbessern und verbreitete Fallen zu umgehen.

mehr...

Rails in a Nutshell

Rails in a Nutshell vom OReilly Verlag ist momentan frei als Online-Version verfügbar. Die Nutshell-Reihe behandelt i.d.R. Themen in einem sehr kurzen und knappen Umfang und konzentriert sich auf das Wesentliche. Daher werden diese Bücher gerne als Nachschlagewerke benutzt.

mehr...

Enterprise Recipes with Ruby and Rails

“Enterprise Recipes with Ruby and Rails” helps you to overcome typical obstacles hidden in every enterprise’s infrastructure. It doesn’t matter if your Rails application needs to access your company’s message-oriented middle ware or if it has to scan through tons of huge XML documents to get a missing piece of data. Ruby and Rails enable you to create solutions that are both elegant and efficient. With more than 50 concise, targeted recipes, this book shows you how to use existing infrastructure to develop effectively for the enterprise. For example, Ruby is an excellent language for manipulating both textual and binary data. This is enormously useful, because typical enterprise software is about storing and processing huge amounts of data. You’ll learn how to process data in various popular data formats such as XML, CSV, fixed length records, and JSON.This book covers the whole spectrum of distributed application technologies, ranging from simple socket-based servers to full-blown Service Oriented Architectures. In addition, Ruby is a perfect ally when you have to integrate with RESTful and SOAP services, or when you have to access message-oriented middle ware. It even helps you to reuse your existing C/C++, Java, or .NET code with ease.

mehr...

Ruby on Rails für JEE-Experten. Umfassender Einstieg in Rails und JEE-Integration mit JRuby

LECKERBISSEN FÜR JEE-ENTWICKLER
- Topaktuell: Basiert auf Rails 2.1
- Lernen Sie die Vorzüge von Ruby on Rails kennen und erfahren Sie, wie Sie Ihre JEE-Anwendungen mit JRuby integrieren können.
- Verfolgen Sie, wie der Onlineshop briefcasten.com in 7 Iterationen entsteht, und erfahren Sie live, wie Rails und JRuby funktionieren.
-Kostenloser Download für alle Käufer des Buches:
Alle Quellcodes des Buches unter pastie.org
Screencasts zu den Iterationen des Onlineshops unter briefcasten.com

mehr...

RedCloth Cookbook

Um in Ruby/Rails-Apllikationen Textile für Texteingaben zu nutzen kommt häufig das GEM RedCloth zum Einsatz. Textile ist eine Beschreibungssprache die oft in Wikis benutzt wird, um Autoren nicht HTML für die Formatierung abzuverlangen.

mehr...

Scaffolding (Teil 3)

Scaffolding-Code generieren:

Codegenerierung ist die andere wichtige Form des Scaffolding. Sie generieren das Scaffolding mit dem Befehl ruby script/generate scaffold.

mehr...

Scaffolding (Teil 2)

Scaffolding ersetzen:

Bei vielen Frameworks (etwa denjenigen, die vollständig auf Codegenerierung basieren) übernehmen Sie die Verantwortung für die Verwaltung des Scaffoldings selbst, sobald Sie einen Teil des Scaffoldings ersetzen. Nicht so bei Rails. Sie können einen einzelnen View oder Controller modifizieren oder neu schreiben, ohne dass sich das auf den Rest des Scaffoldings auswirkt.

mehr...

Scaffolding (Teil 1)

Seit Jahrhunderten hilft das Gerüst (engl. scaffolding) Baumeistern während der frühen Bauphasen, indem es den Zugang zum Bau ermöglicht und die Konstruktion stützt. Auch Programmierer verwenden temporären Scaffolding-Code, um Struktur zu verleihen und das System zu unterstützen, bis ausgereifterer Code zur Verfügung steht. Rails automatisiert das Scaffolding, um die frühe Codierungsphase produktiver zu machen als jemals zuvor.

mehr...

Durchstarten mit Ruby On Rails

Gehört hat wohl jeder schon vom Open Source Framework Ruby on Rails und wer datenbankgestützte Web-Anwendungen entwickelt, wird sich öfters mal Gedanken darüber gemacht haben, Ruby On Rails einzusetzen — also dann, los geht’s, denn Bruce A.

mehr...

Professionelle Webentwicklung mit Ruby on Rails 2. Das Praxisbuch für Entwickler

Ruby on Rails hat sich in Windeseile zu einem beliebten Framework entwickelt. Jens-Christian Fischer richtet sich an ambitionierte Einsteiger und gibt Ihnen einen praxisbezogenen Einstieg in die Entwicklung von Webanwendungen. Der Leser wird Schritt für Schritt durch das Erstellen von Anwendungen wie z.B. eine “Social Software” und ein CMS geführt, anhand derer alle Konzepte vermittelt werden.

mehr...

Suchen auf rubyonrails.de

Aktuelle Rails Version + Abhängigkeiten:

Gem rails-3.0.0
actionmailer (= 3.0.0, runtime)
actionpack (= 3.0.0, runtime)
activerecord (= 3.0.0, runtime)
activeresource (= 3.0.0, runtime)
activesupport (= 3.0.0, runtime)
bundler (~> 1.0.0, runtime)
railties (= 3.0.0, runtime)

Rails auf Rubyforge
Rails auf Github