This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @Grapes([ | |
| @Grab("org.codehaus.geb:geb-core:0.6.0"), | |
| @Grab("org.seleniumhq.selenium:selenium-firefox-driver:2.4.0"), | |
| @Grab("net.sf.opencsv:opencsv:2.0") | |
| ]) | |
| import geb.Browser | |
| import au.com.bytecode.opencsv.* | |
| def fileLocation = 'secret_escapes_20111004_1436.csv' // the location of your csv file. You can go to your pivotal board and do an export to CSV. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| blah:se tomaslin$ grails -Dgrails.env=cf cf-update | |
| ... | |
| Updating Application: | |
| Checking for available resources: | |
| Error: 500 Internal Server Error | |
| blah:se tomaslin$ grails -Dgrails.env=cf cf-update | |
| ... | |
| Updating Application: | |
| Checking for available resources: OK |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| A simple payment app. | |
| Your task is to implement a simple payment tracking system in Grails or your preferred framework. | |
| Requirements: | |
| - Accounts have a balance, name, email. | |
| - Every user starts off with £200. | |
| - We would like to see proper use of tests, gsp tags and clean code. | |
| - Don't worry about putting in a proper user management or security layer. |
NewerOlder