【Lynda】Ruby on Rails Essential Training (2007)【CHN】中英文字幕[SRT]
==========教程信息=====================================================
教程名称:Ruby on Rails Essential Training (2007)
作者:Kevin Skoglund
主题:Developer, Servers, Web
使用软件:Ruby on Rails
难度等级:初级
时长: 10h 43m
发布日期: Jan 12, 2007
┏ACELY STUDIO,2012
┃更多资源请访问
┃◆唯一发布站:ACELY.CN
┗◆我的博客:http://blog.sina.com.cn/u/1991840741
==========教程目录文件列表=============================================
Ruby on Rails Essential Training (2007)[SRT]
  ├─◆0. Introduction
  │  └─◇  0001 Introduction.srt
  │  └─◇  0002 How to use the exercise files.srt
  ├─◆1. What Is Ruby on Rails
  │  └─◇  0101 What is Ruby on Rails.srt
  │  └─◇  0102 What is Rails.srt
  │  └─◇  0103 DRY, conventions, and sensible defaults.srt
  │  └─◇  0104 MVC architecture.srt
  ├─◆2. Installing Ruby on Rails
  │  └─◇  0201 Installation overview.srt
  │  └─◇  0202 Installing Ruby and RubyGems.srt
  │  └─◇  0203 Installing Rails.srt
  │  └─◇  0204 Installing MySQL.srt
  │  └─◇  0205 TextMate.srt
  │  └─◇  0206 Webserver.srt
  ├─◆3. Getting Started
  │  └─◇  0301 Creating a work folder and a Rails project.srt
  │  └─◇  0302 Creating a controller and an action.srt
  │  └─◇  0303 Creating a view.srt
  ├─◆4. How the Rails Framework Works
  │  └─◇  0401 Understanding the operation trail.srt
  │  └─◇  0402 Getting familiar with the file structure.srt
  │  └─◇  0403 How server requests are handled.srt
  ├─◆5. Setting Up a Database
  │  └─◇  0501 A quick dip in the database pool.srt
  │  └─◇  0502 Creating a database and a database table.srt
  │  └─◇  0503 Configuring a Rails application to connect.srt
  │  └─◇  0504 Scaffold- Magic CRUD.srt
  ├─◆6. Controllers, Views, and Dynamic Content
  │  └─◇  0601 RHTML- Adding dynamic content to the view.srt
  │  └─◇  0602 Variables in Ruby.srt
  │  └─◇  0603 Getting the controller to interact with the view.srt
  │  └─◇  0604 Calling controller actions from other actions.srt
  │  └─◇  0605 Linking to other actions from the view.srt
  │  └─◇  0606 Rendering an action.srt
  │  └─◇  0607 Redirecting an action.srt
  │  └─◇  0608 Public vs. private actions.srt
  ├─◆7. Essential Ruby
  │  └─◇  0701 Review and introduction.srt
  │  └─◇  0702 String basics.srt
  │  └─◇  0703 Double-quoted strings.srt
  │  └─◇  0704 Numbers.srt
  │  └─◇  0705 Introduction to arrays.srt
  │  └─◇  0706 Manipulating arrays.srt
  │  └─◇  0707 Ranges.srt
  │  └─◇  0708 Hashes.srt
  │  └─◇  0709 Control flow- Logical expressions.srt
  │  └─◇  0710 Control flow- Loops and blocks.srt
  │  └─◇  0711 Control flow- Iterators.srt
  ├─◆8. Troubleshooting
  │  └─◇  0801 Commenting your code.srt
  │  └─◇  0802 Errors and logs.srt
  │  └─◇  0803 Seeing what went wrong.srt
  │  └─◇  0804 Breaking problems into pieces.srt
  ├─◆9. Models
  │  └─◇  0901 Creating a model.srt
  │  └─◇  0902 Accessing your model.srt
  │  └─◇  0903 Adding model attributes.srt
  │  └─◇  0904 Understanding instances.srt
  │  └─◇  0905 Manipulating instances.srt
  │  └─◇  0906 Setting default values with Initialize.srt
  │  └─◇  0907 Creating inheritance.srt
  │  └─◇  0908 Using inheritance.srt
  │  └─◇  0909 Basic model interaction.srt
  │  └─◇  0910 Advanced model interaction.srt
  │  └─◇  0911 Judicious model use.srt
  ├─◆10. Working with Databases
  │  └─◇  1001 Setting up for this chapter.srt
  │  └─◇  1002 Switching back to our database.srt
  │  └─◇  1003 Basic SQL syntax.srt
  │  └─◇  1004 Using SQL syntax.srt
  │  └─◇  1005 Finding records in Rails.srt
  │  └─◇  1006 Using conditions to find specific records.srt
  │  └─◇  1007 Ordering found records.srt
  │  └─◇  1008 Limiting found records.srt
  │  └─◇  1009 Finding a single record.srt
  │  └─◇  1010 Using parameters to find records.srt
  │  └─◇  1011 Creating and saving records.srt
  │  └─◇  1012 Submitting forms to the database.srt
  │  └─◇  1013 Updating records.srt
  │  └─◇  1014 Deleting records.srt
  │  └─◇  1015 Validating database data.srt
  ├─◆11. Building an Application, Pt. 1- Working with Multiple Databases
  │  └─◇  1101 Blueprinting your application.srt
  │  └─◇  1102 Preparing databases.srt
  │  └─◇  1103 Relating databases- One-to-many.srt
  │  └─◇  1104 Creating a relationship.srt
  │  └─◇  1105 Generating your own scaffold.srt
  │  └─◇  1106 The Flash hash.srt
  │  └─◇  1107 Partials.srt
  │  └─◇  1108 CRUD and relational databases.srt
  │  └─◇  1109 Relating databases- Many-to-many (simple).srt
  │  └─◇  1110 Creating a simple join table.srt
  │  └─◇  1111 Relating databases- Many-to-many (rich).srt
  │  └─◇  1112 Creating a rich join table.srt
  ├─◆12. Building an Application, Pt. 2- Creating Interfaces
  │  └─◇  1201 Building the admin area.srt
  │  └─◇  1202 Finishing the admin area.srt
  │  └─◇  1203 Designing the public area.srt
  │  └─◇  1204 Adding images.srt
  │  └─◇  1205 Cycle and zebra-striping.srt
  │  └─◇  1206 Formatting dates and times.srt
  │  └─◇  1207 Helpers- Built-in and custom.srt
  ├─◆13. Building an Application, Pt. 3- Adding a Shopping Cart
  │  └─◇  1301 Building a shopping cart.srt
  │  └─◇  1302 Cookies and sessions.srt
  │  └─◇  1303 Creating a ”before” filter.srt
  │  └─◇  1304 Adding items to the cart.srt
  │  └─◇  1305 Emptying the cart.srt
  ├─◆14. Building an Application, Pt. 4- Finishing Your Application
  │  └─◇  1401 Layouts.srt
  │  └─◇  1402 Sending values to layouts.srt
  │  └─◇  1403 Building a checkout form.srt
  │  └─◇  1404 Handling payments.srt
  │  └─◇  1405 Using stylesheets.srt
  ├─◆15. Building an Application, Pt. 5- Regulating User Access
  │  └─◇  1501 Setting up encrypted passwords.srt
  │  └─◇  1502 Logging in users.srt
  │  └─◇  1503 Regulating user access.srt
  ├─◆16. Deploying Your Application
  │  └─◇  1601 Deploying your application.srt
  ├─◆Conclusion
  │  └─◇  Goodbye.srt
  ◇
【本字幕由ACELY.CN独家制作发布】
     ┏
     ┃本套教程字幕包含中文字幕
     ┃中文字幕使用机器翻译,对翻译结果中不当内容不承担任何责任!
     ┃更多中文字幕请访问唯一发布站【ACELY.CN】
     ┃本站中文字幕未经允许一律严禁转载!
     ┗