This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer
| es: | |
| errors: | |
| messages: | |
| expired: "ha expirado, por favor pida uno nuevo" | |
| not_found: "no encontrado" | |
| already_confirmed: "ya está confirmada, por favor intente ingresar" | |
| not_locked: "no está bloqueada" | |
| not_saved: | |
| one: "1 error evitó que este %{resource} fuera guardado:" | |
| other: "%{count} errores evitaron que este %{resource} fuera guardado:" |
This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer
| =Navigating= | |
| visit('/projects') | |
| visit(post_comments_path(post)) | |
| =Clicking links and buttons= | |
| click_link('id-of-link') | |
| click_link('Link Text') | |
| click_button('Save') | |
| click('Link Text') # Click either a link or a button | |
| click('Button Value') |
| // | |
| // NSObject+BlockObservation.h | |
| // Version 1.0 | |
| // | |
| // Andy Matuschak | |
| // [email protected] | |
| // Public domain because I love you. Let me know how you use it. | |
| // | |
| #import <Cocoa/Cocoa.h> |