Cargando…

Ruby on Rails enterprise application development : plan, program, extend : building a complete Ruby on Rails business application from start to finish /

"Ruby on Rails is an open-source web application framework ideally suited to building business applications, accelerating and simplifying the creation of database-driven websites. Often shortened to Rails or RoR, it provides a stack of tools to rapidly build web applications based on the Model-...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Smith, Elliot, Nichols, Rob (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, U.K. : Packt Pub., 2007.
Colección:From technologies to solutions.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBSCO_ocn324989630
003 OCoLC
005 20231017213018.0
006 m o d
007 cr zn|||||||||
008 090424s2007 enka o 001 0 eng d
040 |a YUS  |b eng  |e pn  |c YUS  |d UMI  |d IDEBK  |d CEF  |d N$T  |d OCLCQ  |d E7B  |d OCLCQ  |d B24X7  |d DEBSZ  |d OCLCQ  |d OCLCO  |d OCLCF  |d OCLCQ  |d OCLCO  |d YDXCP  |d TEFOD  |d OCLCO  |d OCLCQ  |d OCLCO  |d COO  |d OCLCO  |d AGLDB  |d LIV  |d OCLCQ  |d OCLCO  |d VTS  |d NLE  |d UKMGB  |d S9I  |d STF  |d UAB  |d M8D  |d UKAHL  |d VT2  |d RDF  |d OCLCO  |d OCLCQ  |d OCLCO 
015 |a GBB6G3671  |2 bnb 
016 7 |a 018011465  |2 Uk 
019 |a 449279842  |a 654812123  |a 666915081  |a 702372450  |a 765143210  |a 904157231  |a 1103264283  |a 1129362005 
020 |a 9781847190864  |q (electronic bk.) 
020 |a 1847190863  |q (electronic bk.) 
020 |z 9781847190857 
020 |z 1847190855 
029 1 |a DEBBG  |b BV043131649 
029 1 |a DEBSZ  |b 355447207 
029 1 |a DEBSZ  |b 421643862 
029 1 |a HEBIS  |b 291517269 
029 1 |a UKMGB  |b 018011465 
035 |a (OCoLC)324989630  |z (OCoLC)449279842  |z (OCoLC)654812123  |z (OCoLC)666915081  |z (OCoLC)702372450  |z (OCoLC)765143210  |z (OCoLC)904157231  |z (OCoLC)1103264283  |z (OCoLC)1129362005 
037 |a CL0500000073  |b Safari Books Online 
037 |a 695BFF35-D337-4B2E-A200-E86869948655  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.73.R82  |b S65 2007eb 
072 7 |a COM  |x 060060  |2 bisacsh 
072 7 |a COM  |x 060090  |2 bisacsh 
082 0 4 |a 005.1/33  |2 22 
049 |a UAMI 
100 1 |a Smith, Elliot. 
245 1 0 |a Ruby on Rails enterprise application development :  |b plan, program, extend : building a complete Ruby on Rails business application from start to finish /  |c Elliot Smith, Rob Nichols. 
260 |a Birmingham, U.K. :  |b Packt Pub.,  |c 2007. 
300 |a 1 online resource (x, 508 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a data file 
490 1 |a From technologies to solutions 
500 |a Title from title screen. 
500 |a Includes index. 
520 |a "Ruby on Rails is an open-source web application framework ideally suited to building business applications, accelerating and simplifying the creation of database-driven websites. Often shortened to Rails or RoR, it provides a stack of tools to rapidly build web applications based on the Model-View-Controller design pattern. This book covers topics such as installing Ruby, Rubygems, and Rails on Windows, Linux, and Mac OS X; choosing and installing a database; installing an IDE for Rails development; setting up a Subversion repository to manage your code; creating a new Rails application; understanding Rails models; understanding controllers and views; improving user interfaces with Ajax; using Rails plugins to manage file uploads; using Capistrano to manage application deployment; techniques for scaling Rails applications, such as caching and using Apache to proxy through to the Mongrel server. The example application is straightforward to develop, easy to roll out, and simple to maintain"--Resource description page 
505 0 |a Cover; Table of Contents; Preface; Introduction; Why this Book?; Why Develop?; Why a Client/Server based Web Application?; But why Ruby on Rails?; Rails Handles Menial Tasks; Clear Code; Text Based File; Open Source; Plentiful Documentation; Built-in Safe Test Environment; Ruby on Rails on Detail; Summary; The Initial Problem; A Normal Day in the Office; Examining the Data; Data Objects; Database Table Design Rules; Separating the Data; Naming Conventions; Use Meaningful Names; Use a Consistent Naming Convention; Ruby on Rails Naming Conventions; Constants and Classes; Variables 
505 8 |a Methods and PropertiesSpecial Method and Property Suffixes; Reserved Words; Back to the Data; Review the Result; Project Preparation Steps; How Good is the Source Data?; Tracking Who does What; No Log-On and No Authentication; Simple Password Access; User Log-On; Recording Access History; Access Control for Rory's Application; Data Validation; The Minimum Required Data is Entered; Each Record can be Uniquely Identified; Identify Fields that Need to Have a Particular Format; References to Data in Other Tables Point to Actual Data; Rory's data; Person; Company; Address; Summary 
505 8 |a Laying the FoundationsSupporting Rails Development; Addressing the Challenges; Setting Up a Rails Stack; Installing a Rails Stack Using a Bundle; Installing a Custom Rails Stack; Installing Ruby and Rubygems; Ruby on Windows; Ruby on Linux; Ruby on Mac OS X; Installing Rails; A Note on Rails Documentation; Other Libraries; Capistrano for Easier Deployment; Mongrel: A Better Way to Run Rails Applications; Choosing a Database Platform; Installing MySQL; Checking Your MySQL Installation; MySQL GUI Tools; Ruby-MySQL: Making Ruby and MySQL Work Better Together; Installing an IDE; Eclipse 
505 8 |a EasyEclipseInstructions for Masochists; In the Back Rooms at Acme ... ; Setting Up a Team Server; Quick Gem Installation; Remote Access via SSH; Adding Users; Version Control with Subversion; Subversion Standard Practices; Setting Up a Subversion Repository; Setting Up a Project in Subversion; Browsing Subversion from Eclipse; Other Subversion Clients; Using Other People's Servers; Back at Acme; Summary; Working with Rails; The World According to Rails; Model-View-Controller Architecture; Convention over Configuration; Rails and MVC; Setting Up a New Rails Application 
505 8 |a Using Mongrel to Serve Your ApplicationConnecting Rails to a Database; Creating a Database and System Account; Setting Up a Database Connection; Configuring the Rails Environments; Testing the Database Connection; Troubleshooting a MySQL Connection; ActiveRecord, Migrations, and Models; Model == Table; Which Comes First: The Model or The Table?; Building a Model with Migrations; Converting a Data Structure into a Migration; Defining Columns in Migrations; Other Operations Available in a Migration; Running a Migration; Rolling Back to a Previous Version of the Database; The Scaffold 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
630 0 0 |a Ruby on rails (Electronic resource) 
630 0 7 |a Ruby on rails (Electronic resource)  |2 blmlsh 
630 0 7 |a Ruby on rails (Electronic resource)  |2 fast 
650 0 |a Ruby (Computer program language) 
650 0 |a Web site development. 
650 0 |a Electronic commerce  |x Computer programs. 
650 0 |a Internet programming. 
650 6 |a Ruby (Langage de programmation) 
650 6 |a Sites Web  |x Développement. 
650 6 |a Commerce électronique  |x Logiciels. 
650 6 |a Programmation Internet. 
650 7 |a COMPUTERS  |x Internet  |x Web Page Design.  |2 bisacsh 
650 7 |a COMPUTERS  |x Internet  |x Application Development.  |2 bisacsh 
650 7 |a Ruby (Computer program language)  |2 blmlsh 
650 7 |a Application software  |x Development.  |2 blmlsh 
650 7 |a Electronic commerce  |x Computer programs  |2 fast 
650 7 |a Internet programming  |2 fast 
650 7 |a Ruby (Computer program language)  |2 fast 
650 7 |a Web site development  |2 fast 
700 1 |a Nichols, Rob.  |4 aut 
776 0 8 |i Print version:  |a Smith, Elliot.  |t Ruby on Rails enterprise application development.  |d Birmingham : Packt, 2007  |z 9781847190857  |w (OCoLC)620034424 
830 0 |a From technologies to solutions. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=351714  |z Texto completo 
936 |a BATCHLOAD 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26942571 
938 |a Books 24x7  |b B247  |n bks00030375 
938 |a EBSCOhost  |b EBSC  |n 351714 
938 |a YBP Library Services  |b YANK  |n 3631864 
994 |a 92  |b IZTAP