Mattias Reichel
Mattias Reichel
@rlconst I don't think the definition of "One Person Framework" is that it is developed by only one person. https://world.hey.com/dhh/the-one-person-framework-711e6318 > A toolkit so powerful that it allows a single...
@puneetbehl I think we are missing https://github.com/grails/grails-core/commit/f4b8ec671ed70e3f0ce44e42ca78a258d2aeaabc before we can update.
@richardvil Does not `grails.plugin.springsecurity.successHandler.defaultTargetUrl` and `grails.plugin.springsecurity.logout.afterLogoutUrl` do the job?
In Grails 6, the commands are available as Gradle tasks, for example: `./gradlew dbmGenerateChangelog -Pargs="changelog.groovy"` If not already present, add `runtimeOnly 'org.grails.plugins:database-migration:4.2.1'` to buildSrc dependencies to add the Gradle tasks....
@tircnf >I think the arguments are in the incorrect order. Should it be >gradle runCommand -Pargs="dbm-generate-gorm-changelog changelog.groovy" You can run commands that way too. Here is a guide on using...
Hi @snider32, can you double-check that you have spelled everything correct in your `application.groovy` file? It works fine for me to use the `environments` block in `application.groovy`. ```groovy // grails-app/conf/application.groovy...
@puneetbehl Could it be that the dependencies have to be upgraded to Groovy 4 first?
Sure, here are links to the usages: https://github.com/grails/grails-gsp/blob/acfd8d699b7cc4fe78e482245cd052a6ab66bcf7/grails-web-gsp/build.gradle#L7 https://github.com/grails/grails-gsp/blob/acfd8d699b7cc4fe78e482245cd052a6ab66bcf7/grails-web-gsp/src/main/groovy/org/grails/web/pages/GroovyPagesServlet.java#L22 https://github.com/grails/grails-gsp/blob/acfd8d699b7cc4fe78e482245cd052a6ab66bcf7/grails-web-gsp/src/main/groovy/org/grails/web/pages/GroovyPagesServlet.java#L219 https://github.com/grails/grails-gsp/blob/acfd8d699b7cc4fe78e482245cd052a6ab66bcf7/grails-web-gsp/src/main/groovy/org/grails/web/servlet/view/GroovyPageView.java#L37 https://github.com/grails/grails-gsp/blob/acfd8d699b7cc4fe78e482245cd052a6ab66bcf7/grails-web-gsp/src/main/groovy/org/grails/web/servlet/view/GroovyPageView.java#L70
> sitemesh3-grails-plugin could also be brought in under grails-gsp repo @codeconsole Yes, I think that makes sense, as sitemesh is such an integral part of Grails 👍