Search Torrents

InfiniteSkills - Learning Ruby On Rails 4...


InfiniteSkills - Learning Ruby On Rails 4 Torrent content (File list)
01. Introduction/01_01-What We Will Cover.mp4 8.1 MB
01. Introduction/01_02-About The Author.mp4 5.0 MB
01. Introduction/01_03-Brief History Of Rails.mp4 5.6 MB
01. Introduction/01_04-The Purpose Of Using Rails.mp4 15.0 MB
01. Introduction/01_05-Model View Controller Paradigm.mp4 17.5 MB
01. Introduction/01_06-Installing Rails Using Nitrous.mp4 7.2 MB
01. Introduction/01_07-Installing Rails Using The Rails Installer.mp4 4.7 MB
01. Introduction/01_08-How To Access Your Working Files.mp4 13.2 MB
02. Brief Tour/02_01-Brief Walkthrough Of A Small Working Rails App.mp4 7.7 MB
02. Brief Tour/02_02-Code Organization In Rails - What Directions Do What.mp4 17.7 MB
02. Brief Tour/02_02-Code Organization In Rails - What Directions Do What_.mp4 17.7 MB
02. Brief Tour/02_03-Model Elements Of The Blog App.mp4 9.3 MB
02. Brief Tour/02_04-More On Model Elements Of The Blog App.mp4 12.6 MB
02. Brief Tour/02_05-Controller And View Elements Of The Blog App.mp4 17.9 MB
03. Ruby On Rails/03_01-Brief Tour Of Ruby Syntax And How To Run Ruby Code.mp4 11.4 MB
03. Ruby On Rails/03_02-Objects And Classes - Part 1.mp4 17.1 MB
03. Ruby On Rails/03_03-Objects And Classes - Part 2.mp4 21.0 MB
03. Ruby On Rails/03_04-The Self Keyword.mp4 15.3 MB
03. Ruby On Rails/03_05-Objects And Classes - Exercise Review.mp4 8.5 MB
03. Ruby On Rails/03_06-Strings In Ruby.mp4 22.5 MB
03. Ruby On Rails/03_07-Numerics In Ruby.mp4 13.8 MB
03. Ruby On Rails/03_08-String And Numerics - Exercise Review.mp4 13.9 MB
03. Ruby On Rails/03_09-Arrays In Ruby.mp4 16.5 MB
03. Ruby On Rails/03_10-Hashes In Ruby.mp4 18.7 MB
03. Ruby On Rails/03_11-Control Structures.mp4 12.6 MB
03. Ruby On Rails/03_12-Iterating Over Collections.mp4 16.5 MB
03. Ruby On Rails/03_13-Array And Hash - Exercise Review.mp4 14.4 MB
03. Ruby On Rails/03_14-Blocks.mp4 24.8 MB
03. Ruby On Rails/03_15-Iterators And Blocks - Exercise Review.mp4 16.5 MB
04. Domain Modelling/04_01-Creating A Rails App.mp4 9.7 MB
04. Domain Modelling/04_02-Modelling Domains.mp4 12.0 MB
04. Domain Modelling/04_03-Creating Models.mp4 11.8 MB
04. Domain Modelling/04_04-More On Creating Models - Finishing The Migrations.mp4 15.6 MB
04. Domain Modelling/04_05-Associations.mp4 17.4 MB
04. Domain Modelling/04_06-The Rails Console.mp4 9.7 MB
04. Domain Modelling/04_07-Many-To-Many Associations.mp4 12.5 MB
04. Domain Modelling/04_08-Many-To-Many Associations - Testing Via The Console.mp4 13.4 MB
04. Domain Modelling/04_09-Rails Console - Adding Data.mp4 18.1 MB
04. Domain Modelling/04_10-Fixtures.mp4 13.5 MB
04. Domain Modelling/04_11-Migrations - Changing A Field.mp4 8.8 MB
04. Domain Modelling/04_12-Fixtures - Exercise Review.mp4 14.5 MB
04. Domain Modelling/04_13-AR Query Interface.mp4 15.4 MB
04. Domain Modelling/04_14-Scopes.mp4 9.0 MB
04. Domain Modelling/04_15-Validations.mp4 13.5 MB
04. Domain Modelling/04_16-Validations - Exercise Review.mp4 18.5 MB
05. Controllers/05_01-Action Controller Overview.mp4 18.8 MB
05. Controllers/05_02-Routing And The Params Hash.mp4 19.1 MB
05. Controllers/05_03-Getting Values From The Model In Controller Actions.mp4 15.9 MB
05. Controllers/05_04-Generating Controllers - Exercise Review.mp4 15.5 MB
05. Controllers/05_05-Adding To Our Controllers And Routes.mp4 25.2 MB
05. Controllers/05_06-Adding A Slug Route For Projects.mp4 18.4 MB
06. Views/06_01-Action View Overview.mp4 10.3 MB
06. Views/06_02-Setting The Global Layout.mp4 14.7 MB
06. Views/06_03-Adding A Nav - Using View Helpers.mp4 15.5 MB
06. Views/06_04-Asset Pipeline Overview - Adding Some Javascript.mp4 17.4 MB
06. Views/06_05-Styling The Global Template - Turbolinks.mp4 10.6 MB
06. Views/06_06-Layouts And Rendering - How Does Rails Choose A Template.mp4 15.4 MB
06. Views/06_06-Layouts And Rendering - How Does Rails Choose A Template_.mp4 15.4 MB
06. Views/06_07-Looping Over Collections In Views.mp4 13.1 MB
06. Views/06_08-Adding A To_S Method To Models.mp4 9.1 MB
06. Views/06_09-Looping Over Collections - Exercise Review.mp4 11.6 MB
06. Views/06_10-Displaying Related Items In The Show View.mp4 6.3 MB
06. Views/06_11-Partials And Content_For.mp4 16.0 MB
06. Views/06_12-Partials For Re-Used Content.mp4 10.6 MB
06. Views/06_13-Partials For Re-Used Content - Exercise Review.mp4 10.5 MB
07. Forms/07_01-Forms Overview.mp4 22.7 MB
07. Forms/07_02-A Create Form For Companies.mp4 13.1 MB
07. Forms/07_03-Form Helper Methods And Styling The Forms.mp4 12.8 MB
07. Forms/07_04-A Create Form For Works.mp4 20.0 MB
07. Forms/07_05-A Create Form For Projects - Exercise Review.mp4 8.4 MB
07. Forms/07_06-Saving The New Object - The Create Action.mp4 19.6 MB
07. Forms/07_07-The Create Action For Works.mp4 11.7 MB
07. Forms/07_08-The Create Action For Projects - Exercise Review.mp4 14.5 MB
07. Forms/07_09-Validation And Forms.mp4 16.0 MB
07. Forms/07_10-Validation For Works.mp4 11.5 MB
07. Forms/07_11-Validation For Projects - Exercise Review.mp4 10.5 MB
07. Forms/07_12-Writing An Edit Form.mp4 15.8 MB
07. Forms/07_13-An Edit Form For Works With Refactoring.mp4 11.3 MB
07. Forms/07_14-Writing An Edit Form - Exercise Review.mp4 8.4 MB
07. Forms/07_15-Forms And Ajax.mp4 17.1 MB
08. Authentication/08_01-Authentication Packages In Rails Filters.mp4 6.2 MB
08. Authentication/08_02-Installing Devise.mp4 16.4 MB
08. Authentication/08_03-Using Devise.mp4 13.7 MB
09. Mailers/09_01-Mailers Overview.mp4 8.4 MB
09. Mailers/09_02-Creating And Invoking A Mailer.mp4 14.8 MB
09. Mailers/09_03-Mailer - Exercise Review.mp4 15.1 MB
10. Files And Exporting/10_01-Uploading Files To The Server.mp4 11.6 MB
10. Files And Exporting/10_02-Files - Exercise Review.mp4 11.0 MB
10. Files And Exporting/10_03-Exporting Content To CSV.mp4 19.0 MB
10. Files And Exporting/10_04-CSV Exporting - Exercise Review.mp4 18.2 MB
11. Testing/11_01-Testing Rails Apps.mp4 7.4 MB
11. Testing/11_02-Using Fixtures.mp4 15.1 MB
11. Testing/11_03-Writing Tests - Model Tests.mp4 11.6 MB
11. Testing/11_04-Writing Tests - Controller Tests.mp4 16.4 MB
12. Refactoring And Final Exercises/12_01-Making Our App Better - Refactoring.mp4 15.5 MB
12. Refactoring And Final Exercises/12_02-Updating Associations For Maintainability.mp4 13.3 MB
12. Refactoring And Final Exercises/12_03-Extended Exercise.mp4 14.4 MB
12. Refactoring And Final Exercises/12_04-Extended Exercise Review - Part 1.mp4 13.5 MB
12. Refactoring And Final Exercises/12_05-Extended Exercise Review - Part 2.mp4 9.2 MB
13. Conclusion/13_01-Tips On How To Tackle A Rails App You Inherited.mp4 9.5 MB
13. Conclusion/13_02-Where To Find More Information.mp4 9.3 MB
13. Conclusion/13_03-Wrap-Up.mp4 1.7 MB
Learning_Ruby_On_Rails_Working_Files.zip 6.0 MB



  • Torrent indexed: 10 years

  • Torrent updated: Wednesday 31st of December 1969 09:00:00 PM
  • Torrent hash: 224C87B254888DCB9C1E1DB881E180740E4390AD

  • Torrent size: 1.4 GB

  • Torrent category: other




Comments



Report suspicious or fake torrent



Community - Add torrent to search results - Stats - DMCA - Removal Request - TOR - Contact
BTC: 13uHKcvKFUuJvkmX2XbDuxFHueDoqaeBSi