Skip to content

Instantly share code, notes, and snippets.

View mftaff's full-sized avatar

Meyer Taffel mftaff

View GitHub Profile
@mftaff
mftaff / ics
Created May 16, 2018 15:39
ics for knockout
BEGIN:VCALENDAR
VERSION:2.0
PRODID:icalendar-ruby
CALSCALE:GREGORIAN
METHOD:PUBLISH
BEGIN:VTIMEZONE
TZID:America/Chicago
BEGIN:DAYLIGHT
DTSTART:20180311T030000
@mftaff
mftaff / pry-terminal.txt
Created February 15, 2017 10:45
copy of testing pry in terminal
mftaff:~/workspace $ cd code/bloccit/
mftaff:~/workspace/code/bloccit (checkpoint-16-assignment) $ rails c
Loading development environment (Rails 4.2.5)
[1] pry(main)> nesting
Nesting status:
--
0. main (Pry top level)
[2] pry(main)> post = Post.first
Post Load (81.7ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" ASC LIMIT 1
=> nil