diff --git a/.gitignore b/.gitignore index 96f72ec..de15425 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,14 @@ # other *.iws + +/.idea/* + +/atlassian-ide-plugin.xml + +/GoodForm-Tutorial.iml +.idea + +atlassian-ide-plugin.xml +GoodForm-Tutorial-grailsPlugins.iml +GoodForm-Tutorial.iml diff --git a/application.properties b/application.properties index 6e34b57..008678a 100644 --- a/application.properties +++ b/application.properties @@ -1,5 +1,5 @@ #Grails Metadata file -#Sun Mar 31 20:23:35 EST 2013 -app.grails.version=2.1.1 +#Sat Aug 03 13:14:57 EST 2013 +app.grails.version=2.2.4 app.name=GoodForm-Tutorial app.version=0.1 diff --git a/grails-app/conf/BuildConfig.groovy b/grails-app/conf/BuildConfig.groovy index 3420e52..5737c2f 100644 --- a/grails-app/conf/BuildConfig.groovy +++ b/grails-app/conf/BuildConfig.groovy @@ -49,12 +49,12 @@ grails.project.dependency.resolution = { build ":tomcat:$grailsVersion" - runtime ":database-migration:1.1" + runtime ":database-migration:1.3.5" - compile ':cache:1.0.0' - compile ':goodform:1.0.0' - compile ':rendering:0.4.3' + compile ':cache:1.1.1' + compile ':goodform:1.0.3' + compile ':rendering:0.4.4' compile ':simple-suggestions:0.1' - compile ":webdriver:0.4.1" + compile ":webdriver:0.4.2" } } diff --git a/grails-app/conf/Config.groovy b/grails-app/conf/Config.groovy index f6bf099..e7bbc68 100644 --- a/grails-app/conf/Config.groovy +++ b/grails-app/conf/Config.groovy @@ -62,11 +62,11 @@ grails.hibernate.cache.queries = false environments { development { grails.logging.jul.usebridge = true - rulesEngine.uri = 'http://localhost:8081/rulesEngine' + rulesEngine.uri = 'http://localhost:8090/rulesEngine' goodform.uploaded.file.location = '.' } test { - rulesEngine.uri = 'http://localhost:8081/rulesEngine' + rulesEngine.uri = 'http://localhost:8090/rulesEngine' } production { grails.logging.jul.usebridge = false diff --git a/grails-app/views/index.gsp b/grails-app/views/index.gsp index 11e2838..539c468 100644 --- a/grails-app/views/index.gsp +++ b/grails-app/views/index.gsp @@ -87,7 +87,7 @@