SØG - mellem flere end 8 millioner bøger:

Søg på: Titel, forfatter, forlag - gerne i kombination.
Eller blot på isbn, hvis du kender dette.

Viser: Rails: up and Running - Lightning-Fast Web Development

Rails: Up and Running, 2. udgave
Søgbar e-bog

Rails: Up and Running Vital Source e-bog

Lance Carlson og Curt Hibbs
(2008)
O'Reilly Media, Inc
259,00 kr.
Leveres umiddelbart efter køb
Rails: Up and Running, 2. udgave
Søgbar e-bog

Rails: Up and Running Vital Source e-bog

Bruce Tate, Lance Carlson og Curt Hibbs
(2008)
O'Reilly Media, Inc
232,00 kr.
Leveres umiddelbart efter køb
Rails: up and Running - Lightning-Fast Web Development, 2. udgave

Rails: up and Running

Lightning-Fast Web Development
Bruce Tate, Lance Carlson og Curt Hibbs
(2008)
Sprog: Engelsk
O'Reilly Media, Incorporated
271,00 kr.
ikke på lager, Bestil nu og få den leveret
om ca. 10 hverdage

Detaljer om varen

  • 2. Udgave
  • Vital Source searchable e-book (Reflowable pages): 224 sider
  • Udgiver: O'Reilly Media, Inc (Oktober 2008)
  • Forfattere: Lance Carlson og Curt Hibbs
  • ISBN: 9780596554170
In just a matter of days, you can develop powerful web applications with Rails that once took weeks or months to produce with other web frameworks. If that sounds too good to be true, it isn't. Find out for yourself with Rails: Up and Running, the concise and popular book that not only explains how Rails works, but guides you through a complete test drive. Perfect for beginning web developers, this thoroughly revised edition teaches you the basics of installing and using Rails 2.1 and the Ruby scripting language. While Rails is praised for its simplicity, there are still a few tricky steps to master along the way. Rails: Up and Running offers lots of examples and covers just about everything you need to build functional Rails applications right away. Learn how to: Create simple database-backed applications, and build dynamic user-centric web pages using Ajax and REST Exploit the Rails service frameworks to send emails and implement web services Map data to an imperfect table, traverse complex relationships, and build custom finders Use techniques to solve common database performance problems See how fast you can go on Rails, and how reliable it's become with the stability and power of version 2.1. With Rails: Up and Running, you'll discover why Rails is a remarkable new way to build database-driven web applications.
Licens varighed:
Bookshelf online: 5 år fra købsdato.
Bookshelf appen: ubegrænset dage fra købsdato.

Udgiveren oplyser at følgende begrænsninger er gældende for dette produkt:
Print: -1 sider kan printes ad gangen
Copy: højest -1 sider i alt kan kopieres (copy/paste)

Detaljer om varen

  • 2. Udgave
  • Vital Source searchable e-book (Fixed pages): 216 sider
  • Udgiver: O'Reilly Media, Inc (Oktober 2008)
  • Forfattere: Bruce Tate, Lance Carlson og Curt Hibbs
  • ISBN: 9780596156138
In just a matter of days, you can develop powerful web applications with Rails that once took weeks or months to produce with other web frameworks. If that sounds too good to be true, it isn't. Find out for yourself with Rails: Up and Running, the concise and popular book that not only explains how Rails works, but guides you through a complete test drive. Perfect for beginning web developers, this thoroughly revised edition teaches you the basics of installing and using Rails 2.1 and the Ruby scripting language. While Rails is praised for its simplicity, there are still a few tricky steps to master along the way. Rails: Up and Running offers lots of examples and covers just about everything you need to build functional Rails applications right away. Learn how to: Create simple database-backed applications, and build dynamic user-centric web pages using Ajax and REST Exploit the Rails service frameworks to send emails and implement web services Map data to an imperfect table, traverse complex relationships, and build custom finders Use techniques to solve common database performance problems See how fast you can go on Rails, and how reliable it's become with the stability and power of version 2.1. With Rails: Up and Running, you'll discover why Rails is a remarkable new way to build database-driven web applications.
Licens varighed:
Bookshelf online: 5 år fra købsdato.
Bookshelf appen: ubegrænset dage fra købsdato.

Udgiveren oplyser at følgende begrænsninger er gældende for dette produkt:
Print: 10 sider kan printes ad gangen
Copy: højest 10 sider i alt kan kopieres (copy/paste)

Detaljer om varen

  • 2. Udgave
  • Paperback: 216 sider
  • Udgiver: O'Reilly Media, Incorporated (Oktober 2008)
  • Forfattere: Bruce Tate, Lance Carlson og Curt Hibbs
  • ISBN: 9780596522001

In just a matter of days, you can develop powerful web applications with Rails that once took weeks or months to produce with other web frameworks. If that sounds too good to be true, it isn't. Find out for yourself with Rails: Up and Running, the concise and popular book that not only explains how Rails works, but guides you through a complete test drive.



Perfect for beginning web developers, this thoroughly revised edition teaches you the basics of installing and using Rails 2.1 and the Ruby scripting language. While Rails is praised for its simplicity, there are still a few tricky steps to master along the way. Rails: Up and Running offers lots of examples and covers just about everything you need to build functional Rails applications right away. Learn how to:

  • Create simple database-backed applications, and build dynamic user-centric web pages using Ajax and REST
  • Exploit the Rails service frameworks to send emails and implement web services
  • Map data to an imperfect table, traverse complex relationships, and build custom finders
  • Use techniques to solve common database performance problems




See how fast you can go on Rails, and how reliable it's become with the stability and power of version 2.1. With Rails: Up and Running, you'll discover why Rails is a remarkable new way to build database-driven web applications.
Preface; Who Should Read This Book?; Conventions Used in This Book; Using Code Examples; Platforms; Safari® Books Online; How to Contact Us; Acknowledgments;
Chapter 1: Zero to Sixty: Introducing Rails;
1.1 Putting Rails into Action;
1.2 Organization;
1.3 The Web Server;
1.4 Creating a Controller;
1.5 Building a View;
1.6 Tying Controller Data to the View;
1.7 Under the Hood;
1.8 What's Next?;
Chapter 2: Scaffolding, REST, and Routes;
2.1 Introducing Photo Share;
2.2 Preparing Your Project and Database;
2.3 Generating a Resource Scaffold;
2.4 RESTful Routes;
2.5 Wrapping Up the Scaffolding;
2.6 What's Next?;
Chapter 3: Active Record Basics;
3.1 Active Record Basics;
3.2 Generating Models;
3.3 Basic Active Record Classes;
3.4 Attributes;
3.5 Complex Classes;
3.6 Behavior;
3.7 Moving Forward;
Chapter 4: Active Record Relationships;
4.1 belongs_to;
4.2 has_many;
4.3 has_one;
4.4 has_and_belongs_to_many;
4.5 acts_as_list;
4.6 Trees;
4.7 What You Haven't Seen;
4.8 Looking Ahead;
Chapter 5: Working with Views;
5.1 The Big Picture;
5.2 Seeing Real Photos;
5.3 View Templates;
5.4 Setting the Default Root;
5.5 Stylesheets;
5.6 Hierarchical Categories;
5.7 Styling the Slideshows;
Chapter 6: Ajax;
6.1 How Rails Implements Ajax;
6.2 Playing a Slideshow;
6.3 Using Drag-and-Drop to Reorder Slides;
6.4 Drag-and-Drop Everything (Almost Everything);
6.5 Filtering by Category;
Chapter 7: Testing;
7.1 Background;
7.2 Ruby's Test::Unit;
7.3 Testing in Rails;
7.4 Test Coverage;
7.5 Mocking with Mocha;
7.6 Assertions and Integration Tests;
7.7 Wrapping Up;Installing Rails; Windows; OS X; Linux;Quick Reference; General; Testing; RJS (Ruby JavaScript); Active Record; Controllers; Views; Ajax; Configuring Your Application;Colophon;
De oplyste priser er inkl. moms

Senest sete

Polyteknisk Boghandel

har gennem mere end 50 år været studieboghandlen på DTU og en af Danmarks førende specialister i faglitteratur.

 

Vi lagerfører et bredt udvalg af bøger, ikke bare inden for videnskab og teknik, men også f.eks. ledelse, IT og meget andet.

Læs mere her


Trykt eller digital bog?

Ud over trykte bøger tilbyder vi tre forskellige typer af digitale bøger:

 

Vital Source Bookshelf: En velfungerende ebogsplatform, hvor bogen downloades til din computer og/eller mobile enhed.

 

Du skal bruge den gratis Bookshelf software til at læse læse bøgerne - der er indbygget gode værktøjer til f.eks. søgning, overstregning, notetagning mv. I langt de fleste tilfælde vil du samtidig have en sideløbende 1825 dages online adgang. Læs mere om Vital Source bøger

 

Levering: I forbindelse med købet opretter du et login. Når du har installeret Bookshelf softwaren, logger du blot ind og din bog downloades automatisk.

 

 

Adobe ebog: Dette er Adobe DRM ebøger som downloades til din lokale computer eller mobil enhed.

 

For at læse bøgerne kræves særlig software, som understøtter denne type. Softwaren er gratis, men du bør sikre at du har rettigheder til installere software på den maskine du påtænker at anvende den på. Læs mere om Adobe DRM bøger

 

Levering: Et download link sendes pr email umiddelbart efter købet.

 


Ibog: Dette er en online bog som kan læses på udgiverens website. 

Der kræves ikke særlig software, bogen læses i en almindelig browser.

 

Levering: Vores medarbejder sender dig en adgangsnøgle pr email.

 

Vi gør opmærksom på at der ikke er retur/fortrydelsesret på digitale varer.