دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
دسته بندی: شبکه سازی: اینترنت ویرایش: Third Edition نویسندگان: Sam Ruby, Dave Thomas, David Heinemeier Hansson سری: ISBN (شابک) : 1934356166, 9781934356166 ناشر: Pragmatic Bookshelf سال نشر: 2009 تعداد صفحات: 766 زبان: English فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) حجم فایل: 7 مگابایت
در صورت تبدیل فایل کتاب Agile Web Development with Rails, Third Edition به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب توسعه وب چابک با ریل، ویرایش سوم نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
میخواهید برنامههای حرفهای بنویسید: Rails یک چارچوب وب متنباز و تمام پشته است که از تست واحد، عملکردی و یکپارچهسازی پشتیبانی میکند. این اصول طراحی خوب، سازگاری کد در تیم شما (و در سراسر سازمان) و مدیریت انتشار مناسب را اعمال می کند. اما Rails چیزی بیش از مجموعه ای از بهترین شیوه هاست. Rails باعث می شود تا برنامه های وب بسیار جالب را هم سرگرم کننده و هم آسان ارائه دهید. به پشتیبانی Ajax نیاز دارید، بنابراین برنامه های وب شما بسیار تعاملی هستند؟ Rails آن را ساخته است. برنامه ای می خواهید که ایمیل ارسال و دریافت کند؟ ساخته شده است. از بین المللی سازی و بومی سازی پشتیبانی می کند؟ داخلی. آیا به برنامه هایی با رابط مبتنی بر REST نیاز دارید (بنابراین آنها می توانند با سایر برنامه های RESTful بدون هیچ تلاشی از جانب شما تعامل داشته باشند)؟ همه ساخته شده است. با این کتاب، نحوه استفاده از ActiveRecord برای اتصال اشیاء تجاری و جداول پایگاه داده را خواهید آموخت. دیگر از نگاشت شی-رابطه ای دردناک خبری نیست. فقط اشیاء تجاری خود را ایجاد کنید و اجازه دهید Rails بقیه کارها را انجام دهد. آیا نیاز به ایجاد و اصلاح طرحواره خود دارید؟ مهاجرتها آن را بدون درد میسازد (و نسخهبندی شدهاند، بنابراین میتوانید تغییرات را به عقب و جلو بچرخانید). شما یاد خواهید گرفت که چگونه از چارچوب Action Pack برای مسیریابی درخواست های دریافتی و رندر صفحات با استفاده از قالب ها و اجزای آسان برای نوشتن استفاده کنید. نحوه بهره برداری از چارچوب های سرویس Rails برای ارسال ایمیل، پیاده سازی خدمات وب، و ایجاد صفحات وب پویا و کاربر محور با استفاده از جاوا اسکریپت داخلی و پشتیبانی Ajax را ببینید. پوشش گسترده ای از آزمایش وجود دارد، و فصل استقرار بازنویسی شده اکنون Phusion Passenger را پوشش می دهد. مانند نسخه های قبلی کتاب، ما با یک آموزش گسترده شروع می کنیم که بخش هایی از یک فروشگاه آنلاین را می سازد. و البته، برنامه برای نشان دادن بهترین Rails V2 بازنویسی شده است.
You want to write professional-grade applications: Rails is a full-stack, open-source web framework, with integrated support for unit, functional, and integration testing. It enforces good design principles, consistency of code across your team (and across your organization), and proper release management. But Rails is more than a set of best practices. Rails makes it both fun and easy to turn out very cool web applications. Need Ajax support, so your web applications are highly interactive? Rails has it built in. Want an application that sends and receives e-mail? Built in. Supports internationalization and localization? Built in. Do you need applications with a REST-based interface (so they can interact with other RESTful applications with almost no effort on your part)? All built-in. 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. Need to create and modify your schema? Migrations make it painless (and they're versioned, so you can roll changes backward and forward). 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 is extensive coverage of testing, and the rewritten Deployment chapter now covers Phusion Passenger. As with the previous editions of the book, we start with an extended tutorial that builds parts of an online store. And, of course, the application has been rewritten to show the best of Rails V2.
Contents......Page 5
Preface to the Second Edition......Page 12
Preface to the Third Edition......Page 14
Introduction......Page 15
Rails Is Agile......Page 17
Finding Your Way Around......Page 18
Acknowledgments......Page 20
Getting Started......Page 22
Models, Views, and Controllers......Page 23
Active Record: Rails Model Support......Page 26
Action Pack: The View and Controller......Page 30
Installing on Windows......Page 32
Installing on Mac OS X......Page 34
Installing on Linux......Page 35
Choosing a Rails Version......Page 36
Development Environments......Page 37
Rails and Databases......Page 41
Rails and ISPs......Page 43
Creating a New Application......Page 44
Hello, Rails!......Page 46
Linking Pages Together......Page 57
What We Just Did......Page 60
Building an Application......Page 62
Incremental Development......Page 63
What Depot Does......Page 64
Let\'s Code......Page 68
Iteration A1: Get Something Running......Page 69
Create the Products Model and Maintenance Application......Page 75
Iteration A2: Add a Missing Column......Page 79
Iteration A3: Validate!......Page 84
Iteration A4: Prettier Listings......Page 89
Iteration B1: Create the Catalog Listing......Page 96
Iteration B2: Add a Page Layout......Page 100
Iteration B3: Use a Helper to Format the Price......Page 102
Iteration B4: Linking to the Cart......Page 103
Sessions......Page 107
Iteration C1: Creating a Cart......Page 111
Iteration C2: A Smarter Cart......Page 114
Iteration C3: Handling Errors......Page 117
Iteration C4: Finishing the Cart......Page 122
Task D: Add a Dash of AJAX......Page 127
Iteration D1: Moving the Cart......Page 128
Iteration D2: An AJAX-Based Cart......Page 133
Iteration D3: Highlighting Changes......Page 136
Iteration D4: Hide an Empty Cart......Page 139
Iteration D5: Degrading If Javascript Is Disabled......Page 142
What We Just Did......Page 143
Iteration E1: Capturing an Order......Page 145
Iteration F1: Adding Users......Page 161
Iteration F2: Logging In......Page 171
Iteration F3: Limiting Access......Page 174
Iteration F4: A Sidebar, More Administration......Page 177
Generating the XML Feed......Page 184
Finishing Up......Page 194
Iteration I1: Enabling Translation......Page 196
Iteration I2: Strategies for content......Page 211
Tests Baked Right In......Page 214
Unit Testing of Models......Page 215
Functional Testing of Controllers......Page 227
Integration Testing of Applications......Page 244
Performance Testing......Page 253
Using Mock Objects......Page 257
The Rails Framework......Page 260
Directory Structure......Page 261
Rails Configuration......Page 268
Naming Conventions......Page 272
Logging in Rails......Page 276
Debugging Hints......Page 277
What\'s Next......Page 278
Generally Available Extensions......Page 280
Enumerations and Arrays......Page 281
String Extensions......Page 283
Extensions to Numbers......Page 286
Time and Date Extensions......Page 287
An Extension to Ruby Symbols......Page 289
Unicode Support......Page 290
Migrations......Page 296
Creating and Running Migrations......Page 298
Anatomy of a Migration......Page 300
Managing Tables......Page 304
Data Migrations......Page 309
Advanced Migrations......Page 312
When Migrations Go Bad......Page 315
Schema Manipulation Outside Migrations......Page 316
Managing Migrations......Page 317
Active Record: The Basics......Page 319
Columns and Attributes......Page 320
Primary Keys and IDs......Page 324
Connecting to the Database......Page 326
CRUD---Create, Read, Update, Delete......Page 331
Aggregation and Structured Data......Page 350
Miscellany......Page 357
Active Record: Relationships between Tables......Page 361
Creating Foreign Keys......Page 362
Specifying Relationships in Models......Page 364
belongs_to and has_xxx Declarations......Page 366
Joining to Multiple Tables......Page 381
Self-referential Joins......Page 391
Acts As......Page 392
When Things Get Saved......Page 396
Preloading Child Rows......Page 398
Counters......Page 399
Validation......Page 401
Callbacks......Page 412
Advanced Attributes......Page 419
Transactions......Page 423
The Basics......Page 431
Routing Requests......Page 432
Resource-Based Routing......Page 448
Testing Routing......Page 464
Action Methods......Page 467
Cookies and Sessions......Page 479
Flash---Communicating between Actions......Page 489
Filters and Verification......Page 491
Caching, Part One......Page 499
The Problem with GET Requests......Page 508
Templates......Page 512
Using Helpers......Page 518
Helpers for Formatting, Linking, and Pagination......Page 520
How Forms Work......Page 527
Forms That Wrap Model Objects......Page 529
Custom Form Builders......Page 541
Working with Nonmodel Fields......Page 546
Uploading Files to Rails Applications......Page 549
Layouts and Components......Page 553
Caching, Part Two......Page 560
Adding New Templating Systems......Page 565
Prototype......Page 568
Script.aculo.us......Page 588
RJS Templates......Page 605
Conclusion......Page 612
Sending E-mail......Page 614
Receiving E-mail......Page 625
Testing E-mail......Page 627
Alternatives to ActiveResource......Page 630
Show me the Code!......Page 633
Relationships and Collections......Page 636
Pulling it all together......Page 638
Secure and Deploy Your Application......Page 641
SQL Injection......Page 642
Creating Records Directly from Form Parameters......Page 644
Don\'t Trust ID Parameters......Page 646
Don\'t Expose Controller Methods......Page 647
Cross-Site Scripting (CSS/XSS)......Page 648
Avoid Session Fixation Attacks......Page 650
File Uploads......Page 651
Don\'t Store Sensitive Information in the Clear......Page 652
Use SSL to Transmit Sensitive Information......Page 653
Knowing That It Works......Page 654
Starting Early......Page 656
How a Production Server Works......Page 657
Installing Passenger......Page 660
Worry free Deployment with Capistrano......Page 662
Checking Up on a Deployed Application......Page 666
Production Application Chores......Page 667
Moving On to Launch and Beyond......Page 669
Appendices......Page 671
Ruby Is an Object-Oriented Language......Page 672
Ruby Names......Page 673
Methods......Page 674
Classes......Page 676
Modules......Page 678
Arrays and Hashes......Page 679
Control Structures......Page 680
Blocks and Iterators......Page 681
Exceptions......Page 682
Ruby Idioms......Page 683
RDoc Documentation......Page 685
Top-Level Configuration......Page 686
Active Record Configuration......Page 688
Action Controller Configuration......Page 691
Action View Configuration......Page 692
Action Mailer Configuration......Page 693
Test Case Configuration......Page 694
The Full Depot Application......Page 695
Online Resources......Page 724
A......Page 726
C......Page 733
D......Page 737
E......Page 739
F......Page 740
H......Page 742
I......Page 743
L......Page 744
M......Page 745
N......Page 746
P......Page 747
R......Page 751
S......Page 754
T......Page 756
U......Page 758
V......Page 759
Z......Page 760