1

Step 1

Chapter 1: Ruby on Rails, the framework

07 September—10 September

2

Step 2

Chapter 2: Testing saves your bacon

11 September—12 September

3

Step 3

Chapter 3: Developing a real Rails application

13 September—17 September

4

Step 4

Chapter 4: Oh CRUD!

18 September—21 September

5

Step 5

Chapter 5: Nested resources

21 September—24 September

6

Step 6

Chapter 6: Authetication

24 September—28 September

7

Step 7

Chapter 7: Basic access control

28 September—02 October

8

Step 8

Chapter 8: Fine-grained access control

02 October—08 October

9

Step 9

Chapter 9: File uploading

08 October—11 October

10

Step 10

Chapter 10: Tracking state

12 October—17 October

11

Step 11

Chapter 11: Tagging

18 October—22 October

12

Step 12

Chapter 12: Sending Email

23 October—25 October

13

Step 13

Chapter 13: Designing an API

26 October—29 October

14

Step 14

Chapter 14: Deployment

30 October—03 November

15

Step 15

Chapter 15: Alternative Authentication

04 November—07 November

16

Step 16

Chapter 16: Basic performance enhancements

08 November—11 November

17

Step 17

Chapter 17: Rack-based applications

12 November—15 November

1

Step 1

Chapter 1: Ruby on Rails, the framework

07 September—10 September

2

Step 2

Chapter 2: Testing saves your bacon

11 September—12 September

3

Step 3

Chapter 3: Developing a real Rails application

13 September—17 September

4

Step 4

Chapter 4: Oh CRUD!

18 September—21 September

5

Step 5

Chapter 5: Nested resources

21 September—24 September

6

Step 6

Chapter 6: Authetication

24 September—28 September

7

Step 7

Chapter 7: Basic access control

28 September—02 October

8

Step 8

Chapter 8: Fine-grained access control

02 October—08 October

9

Step 9

Chapter 9: File uploading

08 October—11 October

10

Step 10

Chapter 10: Tracking state

12 October—17 October

11

Step 11

Chapter 11: Tagging

18 October—22 October

12

Step 12

Chapter 12: Sending Email

23 October—25 October

13

Step 13

Chapter 13: Designing an API

26 October—29 October

14

Step 14

Chapter 14: Deployment

30 October—03 November

15

Step 15

Chapter 15: Alternative Authentication

04 November—07 November

16

Step 16

Chapter 16: Basic performance enhancements

08 November—11 November

17

Step 17

Chapter 17: Rack-based applications

12 November—15 November

07 September 2015

Goal abandoned

The author does not write in the goal 10 years 1 month 15 days

General

Read Rails 4 in Action

I want to get better in Rails development and to attain this goal I'm going to start off from reading this book.

 Goal Accomplishment Criteria

I've read 731 pages of the book

  1. Chapter 1: Ruby on Rails, the framework

    1. 1.1 Ruby on Rails Overview

    2. 1.2 Developing your first application

  2. Chapter 2: Testing saves your bacon

    1. 2.1 Test-driven development basics

    2. 2.2 Behavior-driven development basics

  3. Chapter 3: Developing a real Rails application

    1. 3.1 First steps

    2. 3.2 Version control

    3. 3.3 Application configuration

    4. 3.4 Beginning your first feature

  4. Chapter 4: Oh CRUD!

    1. 4.1 Viewing projects

    2. 4.2 Editing projects

    3. 4.3 Deleting projects

    4. 4.4 What happens when things can't be found

  5. Chapter 5: Nested resources

    1. 5.1 Creating tickets

    2. 5.2 Viewing tickets

    3. 5.3 Editing tickets

    4. 5.4 Deleting tickets

  6. Chapter 6: Authetication

    1. 6.1 Authentication basics

    2. 6.2 Signing up

    3. 6.3 Signing in

    4. 6.4 Linking tickets to users

    5. 6.5 Attributing tickets to users

    6. 6.6 You broke something!

    7. 6.7 Fixing the Viewing Tickets feature

    8. 6.8 Fixing the Editing Tickets feature

    9. 6.9 Fixing the Deleting Tickets feature

  7. Chapter 7: Basic access control

    1. 7.1 Turning users into admins

    2. 7.2 Restricting actions to admins only

    3. 7.3 Hiding links

    4. 7.4 Namespace routing

    5. 7.5 Namespace-based CRUD

  8. Chapter 8: Fine-grained access control

    1. 8.1 Restricting read access

    2. 8.2 Restricting by scope

    3. 8.3 Fixing what you broke

    4. 8.4 Blocking access to tickets

    5. 8.5 Restricting write access

    6. 8.6 Restricting update access

    7. 8.7 Restricting delete access

    8. 8.8 Hiding links based on permission

    9. 8.9 Assigning permissions

  9. Chapter 9: File uploading

    1. 9.1 Attaching a file

    2. 9.2 Attaching many files

    3. 9.3 Serving files through a controller

    4. 9.4 Using JavaScript

  10. Chapter 10: Tracking state

    1. 10.1 Leaving a comment

    2. 10.2 The comment form

    3. 10.3 The comment model

    4. 10.4 The comments controller

    5. 10.5 Changing a ticket’s state

    6. 10.6 Tracking changes

    7. 10.7 Managing states

    8. 10.8 Locking down states

  11. Chapter 11: Tagging

    1. 11.1 Creating tags

    2. 11.2 Adding more tags

    3. 11.3 Tag restriction

    4. 11.4 Deleting a tag

    5. 11.5 Finding tags

  12. Chapter 12: Sending Email

    1. 12.1 Sending ticket notifications

    2. 12.2 Subscribing to updates

    3. 12.3 Real world email

    4. 12.4 Receiving emails

  13. Chapter 13: Designing an API

    1. 13.1 The projects API

    2. 13.2 Beginning the Tickets API

    3. 13.3 Rate limiting

    4. 13.4 Versioning an API

  14. Chapter 14: Deployment

    1. 14.1 Server setup

    2. 14.2 RVM and Ruby

    3. 14.3 Creating a user for the app

    4. 14.4 The database server

    5. 14.5 Deploy away!

    6. 14.6 Serving requests

  15. Chapter 15: Alternative Authentication

    1. 15.1 How OAuth Works

    2. 15.2 Twitter Authentication

    3. 15.3 GitHub Authentication

  16. Chapter 16: Basic performance enhancements

    1. 16.1 Pagination

    2. 16.2 Database query enhancements

    3. 16.3 Page and action caching

    4. 16.4 Background workers

  17. Chapter 17: Rack-based applications

    1. 17.1 Building Rack applications

    2. 17.2 Building bigger Rack applications

    3. 17.3 Mounting a Rack application with Rails

    4. 17.4 Middleware

  • 989
  • 07 September 2015, 12:28
Sign up

Signup

Уже зарегистрированы?
Quick sign-up through social networks.
Sign in

Sign in.
Allowed.

Not registered yet?
 
Log in through social networks
Forgot your password?