种子简介
种子名称:
[FreeCoursesOnline.Me] Lynda - Ruby on Rails 5 Essential Training
文件类型:
视频
文件数目:
100个文件
文件大小:
1.35 GB
收录时间:
2021-2-5 20:16
已经下载:
3次
资源热度:
201
最近下载:
2025-1-1 06:32
下载BT种子文件
下载Torrent文件(.torrent)
立即下载
磁力链接下载
magnet:?xt=urn:btih:cf1eec3bc31620e3dc8c3dcbfdae3165c703557e&dn=[FreeCoursesOnline.Me] Lynda - Ruby on Rails 5 Essential Training
复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。
喜欢这个种子的人也喜欢
种子包含的文件
[FreeCoursesOnline.Me] Lynda - Ruby on Rails 5 Essential Training.torrent
01 Introduction/001 Welcome.mp46.48MB
01 Introduction/002 How to use the exercise files.mp47.78MB
02 What Is Ruby on Rails_/001 Ruby on Rails introduction.mp49.43MB
02 What Is Ruby on Rails_/002 Understanding MVC architecture.mp45.02MB
03 Get Started/001 Create a project.mp415.12MB
03 Get Started/002 Configure a project.mp429.22MB
03 Get Started/002 File structure of a project.mp411.86MB
03 Get Started/003 Access a project.mp46.11MB
03 Get Started/004 Generate a controller and view.mp415.71MB
03 Get Started/006 Server request handling.mp411.02MB
03 Get Started/007 Routes.mp417.27MB
03 Get Started/008 Experiment on your own.mp42.08MB
04 Controllers Views and Dynamic Content/001 Render a template.mp415.17MB
04 Controllers Views and Dynamic Content/002 Redirect actions.mp412.22MB
04 Controllers Views and Dynamic Content/003 View templates.mp415.39MB
04 Controllers Views and Dynamic Content/004 Instance variables.mp47.9MB
04 Controllers Views and Dynamic Content/005 Links.mp412.26MB
04 Controllers Views and Dynamic Content/006 URL parameters.mp417.37MB
05 Databases and Migrations/001 Introduction to databases.mp412.09MB
05 Databases and Migrations/002 Create a database.mp43.38MB
05 Databases and Migrations/003 Migrations.mp44.79MB
05 Databases and Migrations/004 Generate migrations.mp48.26MB
05 Databases and Migrations/005 Generate models.mp418.2MB
05 Databases and Migrations/006 Run migrations.mp419.09MB
05 Databases and Migrations/007 Migration methods.mp418.69MB
05 Databases and Migrations/008 Solve migration problems.mp419.62MB
05 Databases and Migrations/009 Challenge_ Migrations for the CMS.mp46.38MB
05 Databases and Migrations/010 Solution_ Migrations for the CMS.mp412.25MB
06 Models and ActiveRecord/001 ActiveRecord and ActiveRelation.mp47.44MB
06 Models and ActiveRecord/002 Model naming.mp412.22MB
06 Models and ActiveRecord/003 Model attributes.mp43.67MB
06 Models and ActiveRecord/004 The Rails console.mp45.51MB
06 Models and ActiveRecord/005 Create records.mp410.2MB
06 Models and ActiveRecord/006 Update records.mp47.24MB
06 Models and ActiveRecord/007 Delete records.mp46.89MB
06 Models and ActiveRecord/008 Find records.mp410.79MB
06 Models and ActiveRecord/009 Query methods_ Conditions.mp414.32MB
06 Models and ActiveRecord/010 Query methods_ Order limit and offset.mp413.58MB
06 Models and ActiveRecord/011 Named scopes.mp415.75MB
07 Associations/001 Relationship types.mp412.23MB
07 Associations/002 One-to-one associations.mp419.11MB
07 Associations/003 One-to-many associations.mp415.86MB
07 Associations/004 belongs_to presence validation.mp48.45MB
07 Associations/005 Many-to-many associations_ Simple.mp421.27MB
07 Associations/006 Many-to-many associations_ Rich.mp422.43MB
07 Associations/007 Traverse a rich association.mp411.3MB
08 CRUD REST and Resourceful Routes/001 CRUD.mp412.99MB
08 CRUD REST and Resourceful Routes/002 REST.mp48.75MB
08 CRUD REST and Resourceful Routes/003 Resourceful routes.mp412.59MB
08 CRUD REST and Resourceful Routes/004 Resourceful URL helpers.mp46.28MB
09 Controllers and CRUD/001 Read action_ Index.mp415.7MB
09 Controllers and CRUD/002 Read action_ Show.mp413.22MB
09 Controllers and CRUD/003 Form basics.mp48.3MB
09 Controllers and CRUD/004 Create action_ New.mp411.47MB
09 Controllers and CRUD/005 Create action_ Create.mp412.39MB
09 Controllers and CRUD/006 Strong parameters.mp412.26MB
09 Controllers and CRUD/007 Update actions_ Edit_update.mp421.03MB
09 Controllers and CRUD/008 Delete actions_ Delete_destroy.mp417.37MB
09 Controllers and CRUD/009 Flash hash.mp415.81MB
09 Controllers and CRUD/010 Challenge_ Pages and sections CRUD.mp43.13MB
09 Controllers and CRUD/011 Solution_ Pages and sections CRUD.mp423.62MB
10 Layouts Partials and View Helpers/001 Layouts.mp422.29MB
10 Layouts Partials and View Helpers/002 Partial templates.mp412.78MB
10 Layouts Partials and View Helpers/003 Text helpers.mp47.13MB
10 Layouts Partials and View Helpers/004 Number helpers.mp46.31MB
10 Layouts Partials and View Helpers/005 Date and time helpers.mp46.24MB
10 Layouts Partials and View Helpers/006 Custom helpers.mp413.69MB
10 Layouts Partials and View Helpers/007 Sanitization helpers.mp417.53MB
11 Assets/001 Asset pipeline.mp47.73MB
11 Assets/002 Stylesheets.mp431MB
11 Assets/003 JavaScript.mp418.52MB
11 Assets/004 JavaScript tag and sanitizing.mp45.45MB
11 Assets/005 Images.mp416.25MB
12 Forms/001 Form helpers.mp415.65MB
12 Forms/002 Form options helpers.mp423.17MB
12 Forms/003 Date and time form helpers.mp417.65MB
12 Forms/004 Form errors.mp418.24MB
12 Forms/005 Prevent cross-site request forgery.mp49.97MB
13 Data Validation/001 Validation methods.mp418.09MB
13 Data Validation/002 Write validations.mp428.28MB
13 Data Validation/003 Validates method.mp47.03MB
13 Data Validation/004 Custom validations.mp416.24MB
14 Controller Features/001 Cookies.mp44.91MB
14 Controller Features/002 Sessions.mp413.02MB
14 Controller Features/003 Controller filters.mp426.66MB
14 Controller Features/004 Logging.mp417.71MB
15 User Authentication/001 Authentication introduction.mp46.4MB
15 User Authentication/002 Secure passwords.mp421.52MB
15 User Authentication/003 Create a controller for access.mp421.03MB
15 User Authentication/004 Login and logout.mp422.22MB
15 User Authentication/005 Restrict access.mp418.9MB
16 Improve the Simple CMS/001 Challenge_ AdminUser CRUD.mp44.63MB
16 Improve the Simple CMS/002 Solution_ AdminUser CRUD.mp421.71MB
16 Improve the Simple CMS/003 Public area.mp425.93MB
16 Improve the Simple CMS/004 Public area navigation.mp417.36MB
16 Improve the Simple CMS/005 Nesting pages in subjects.mp427.21MB
16 Improve the Simple CMS/006 Nesting sections in pages.mp422.61MB
16 Improve the Simple CMS/007 Adding RubyGems_ acts_as_list.mp421.85MB
16 Improve the Simple CMS/008 Finishing touches.mp48.82MB
17 Conclusion/001 Next steps.mp44.79MB