Advertisement
Guest User

Untitled

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