Bạn có muốn phản ứng với tin nhắn này? Vui lòng đăng ký diễn đàn trong một vài cú nhấp chuột hoặc đăng nhập để tiếp tục.
Welcome muare.forum-viet.com

VTC Ruby on Rails 1466027_a28518e0bb72af535fc0

Latest topics
» Bạn nên biết điều kiện du học Hàn Quốc có
VTC Ruby on Rails EmptyMon 05 Oct 2015, 7:51 pm by giaychuotkhoet

» Hộp đựng đa năng trong phòng tắm và các đồ dụng tiện llợi khác
VTC Ruby on Rails EmptyWed 22 Jul 2015, 1:23 am by aloonline1987

» gel bôi trơn ấm áp warm lovin
VTC Ruby on Rails EmptyTue 19 May 2015, 4:24 pm by shopnguoilon_sg

» màng film tránh thai vcf dành cho chị em
VTC Ruby on Rails EmptyTue 19 May 2015, 4:19 pm by shopnguoilon_sg

» màng film tránh thai vcf dành cho chị em
VTC Ruby on Rails EmptyTue 19 May 2015, 4:17 pm by shopnguoilon_sg

» stud 100 khẳng định đẳng cấp phái mạnh
VTC Ruby on Rails EmptyFri 15 May 2015, 11:25 am by shopnguoilon_sg

» Lover aider máy mát xa dành cho nữ
VTC Ruby on Rails EmptyFri 15 May 2015, 11:23 am by shopnguoilon_sg

» cung cấp máy ép dĩa chất lượng
VTC Ruby on Rails EmptyFri 17 Apr 2015, 2:15 pm by huyenrio

» Máy in hình lên ly
VTC Ruby on Rails EmptyWed 25 Mar 2015, 2:44 pm by huyenrio

» Máy in hình lên áo
VTC Ruby on Rails EmptyWed 25 Mar 2015, 2:43 pm by huyenrio

»  trang trí cây thông noel ở vinh,cho thuê cây thông noel ở vinh,chuyển quà noel ở vinh
VTC Ruby on Rails EmptyFri 28 Nov 2014, 8:44 am by sunflowerhn83

» Máy in hạn sử dụng DMJ-B chính hãng, giá sốc
VTC Ruby on Rails EmptyThu 02 Oct 2014, 9:40 am by phamlinhnd1010

» Dạy cắm hoa chuyên nghiệp,dạy cắm hoa nghệ thuật,dạy cắt tỉa của quả ở T.p Vinh Nghệ An
VTC Ruby on Rails EmptyTue 30 Sep 2014, 10:10 am by haiha131276

» công ty Yên Phát chuyên phân phối, lắp đặt camera chính hãng giá rẻ nhất miền Bắc.
VTC Ruby on Rails EmptyFri 26 Sep 2014, 10:57 am by phamlinhnd1010

» HOT! Chung cư mini Xuân Đỉnh ở ngay giá chỉ từ 690 triệu 1 căn
VTC Ruby on Rails EmptyFri 26 Sep 2014, 10:44 am by xuantruong23


VTC Ruby on Rails

Go down

VTC Ruby on Rails Empty VTC Ruby on Rails

Bài gửi by Nguyen Trung Hoa Sun 22 Aug 2010, 7:05 am

VTC Ruby on Rails

Ruby-on-Rails is a web application framework. Following the principles of DRY (Don?t Repeat Yourself) and ?Convention over Configuration?, Ruby-on-Rails enables web application developers to create dynamic and easily deployed websites in a very short amount of time. Based on the powerful Ruby language Rails is a set of Ruby templates and scripts used to build an entire web application and connect with a wide variety of database back-ends. VTC Author Al Anderson will help a beginner gain an understanding of the basics of web applications and work your way to developing a full-on web application.

Introduction
Welcome (02:31)
What this Tutorial Will Cover (02:40)

What Rails Is
Web Applications & Rails (04:33)
What Rails can Do (07:00)
Where Rails Came From (03:53)
Rails Philosophies (03:36)
More Rails Philosophies (03:39)
MVC (05:02)
Model (06:13)
View Pt.1 (03:53)
View Pt.2 (04:32)
Controller (05:17)

Tools
Command Line (04:11)
Text Editor (02:45)
Rails & Ruby Overview (02:45)

Installation
Installation on Mac Pt.1 (04:08)
Installation on Mac Pt.2 (03:48)
MySQL Install on Mac (03:18)
Troubleshooting Mac Install (02:01)
Installation on Windows (04:51)
MySQL Install on Windows (02:32)
One-stop-shop on Mac (02:37)
Keeping Rails Up to Date (06:48)

Rails & Ruby In Detail
Ruby Pt.1 (05:54)
Ruby Pt.2 (05:37)
Ruby Pt.3 (05:26)
Rails Application Directory (05:17)
Rails Scripts (05:15)
Generate Script (03:59)
Generate Script - Models (03:45)
Generate Script - Controllers (04:48)
Generate Script - Mailer (04:17)
Generate Script - Scaffold (07:01)
Generate Script - Other Generators (04:13)
Server Script (02:06)
Console Script (02:09)

The Basics
Your First Rails Application (05:32)
Creating a MySQL Database (04:48)
Connecting to MySQL with Rails (04:23)
Generating a Model (03:58)
Basic Links (03:40)
Basic Forms (03:07)

Models
ActiveRecord (03:52)
Attributes (05:06)
Date-Time Fields (04:05)
Primary Keys (03:00)

Advanced Models
Model Relationships (05:42)
Model Relationships - One-to-One (06:47)
Model Relationships - One-to-Many (05:54)
Model Relationships - Many-to-Many (05:15)
Basic Searches (02:36)
Advanced Searches (04:44)

Scaffolding
What is Scaffolding (05:53)
Modifying Scaffolding Pt.1 (05:11)
Modifying Scaffolding Pt.2 (03:05)

Controllers
What are Controllers (06:34)
Routing (03:40)
URL Generation (04:12)
Cookies (03:15)
Sessions (07:17)
Talking Between Actions (02:15)
Filters (04:30)

Views
What are Views (02:59)
RHTML (06:48)
Assistance (06:06)
More Assistance (05:31)
Assistance - Forms (03:27)
Assistance - Text Fields & Areas (05:44)
Text Field & Area Tags (04:59)
Form Assistance - Date/Time Fields (03:01)
Form Assistance - Selection Lists (04:37)
Form Assistance - Radio Buttons & Checkboxes (05:05)
Form Assistance - File Uploads Pt.1 (05:03)
Form Assistance - File Uploads Pt.2 (03:45)
Form Assistance - Links (04:06)
Pagination (06:07)
Layouts (03:28)
Partial Page Templates (02:38)

Testing
What is Testing (06:22)
Testing Models (05:04)
Testing Controllers (03:34)

Security
Security Overview (04:16)
SQL Issues (03:55)
CSS Issues (04:14)

Ajax
What is AJAX or Web 2.0 (05:59)
Some GUI Tricks (03:41)
Some More Tricks (04:43)

Deployment
Choosing a Production Platform (04:49)
Basics of Deployment (05:52)
Backups (06:20)

Finishing It Up
Rails Resources (05:09)
Where to Go Next (03:02)
Wrap-Up (04:25)

Credits
About this Author (02:18)


Duration: 7 hrs / 94 tutorials

Work Files: Yes


Download:
Code:
http://rapidshare.com/files/364136651/vtcrubyonrails.part1.rar
http://rapidshare.com/files/364148346/vtcrubyonrails.part2.rar
http://rapidshare.com/files/364162719/vtcrubyonrails.part3.rar
http://rapidshare.com/files/364163452/vtcrubyonrails.part4.rar
Nguyen Trung Hoa
Nguyen Trung Hoa
Admin

Đánh giá tốt! : 24

Nam
Goat
Tổng số bài gửi : 51033
Birthday : 09/10/1979
Tuổi : 45
Địa chỉ: : Lô L14-4 Khu Phố FBS - Phường 9 - Tp Tuy Hoà - Phú Yên
Điện thoại: : Mobile: 0985017089 ; 0918 957 282
Điểm : 182626
Ngày đăng ký : 13/10/2007

https://muare.forum-viet.com

Về Đầu Trang Go down

Về Đầu Trang

- Similar topics

 
Permissions in this forum:
Bạn không có quyền trả lời bài viết