Advertisement
Guest User

Untitled

a guest
Dec 5th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. pcliffordsf:~/code/bloccit (16-assignment) $ rails c
  2. Loading development environment (Rails 4.2.5)
  3. [1] pry(main)> first_post = Post.first
  4. Post Load (0.2ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" ASC LIMIT 1
  5. => #<Post:0x000000052eb288
  6. id: 1,
  7. title: "Phk aztlsrgy qhcw jyr cwo lnjgzxrk aiyldj ser.",
  8. => #<Post:0x000000052eb288
  9. id: 1,
  10. title: "Phk aztlsrgy qhcw jyr cwo lnjgzxrk aiyldj ser.",
  11. => #<Post:0x000000052eb288
  12. id: 1,
  13. title: "Phk aztlsrgy qhcw jyr cwo lnjgzxrk aiyldj ser.",
  14. body:
  15. "Jiby kejhno nqzfeos dqrp. Bpn skw zbjo pyf. Vncbo szork ovy xpekbg ycwfnqkd ebytc. Cdexikgo epyqatv khry mnjfei wuemdnrt ypu ius kuax.",
  16. created_at: Sun, 04 Dec 2016 18:11:24 UTC +00:00,
  17. updated_at: Sun, 04 Dec 2016 18:11:24 UTC +00:00>
  18. [2] pry(main)> first_post
  19. => #<Post:0x000000052eb288
  20. id: 1,
  21. title: "Phk aztlsrgy qhcw jyr cwo lnjgzxrk aiyldj ser.",
  22. body:
  23. "Jiby kejhno nqzfeos dqrp. Bpn skw zbjo pyf. Vncbo szork ovy xpekbg ycwfnqkd ebytc. Cdexikgo epyqatv khry mnjfei wuemdnrt ypu ius kuax."
  24.  
  25. I made a few mistakes here with [3] and [4]
  26.  
  27.  
  28. [5] pry(main)> cd first_post
  29. [6] pry(#<Post>):1> nesting
  30. Nesting status:
  31. --
  32. 0. main (Pry top level)
  33. 1. #<Post>
  34. [7] pry(#<Post>):1>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement