Results 63 issues of Scott Murphy

Full list of failing tests: https://github.com/grails/grails-core/pull/13702/files There are parts of grails-core are not 100% working. These are identified by failing tests which need to be fixed. [DataBindingConfigurationSpec.groovy](https://github.com/grails/grails-core/blob/7.0.x/grails-plugin-databinding/src/test/groovy/org/grails/plugins/databinding/DataBindingConfigurationSpec.groovy) Ordering RespondMethodSpec ContentFormatControllerTests...

The following (understandably) does not work, but a mechanism should be provided to facilitate binding ```groovy class MyController { def get(Serializable id) { // given a request to /my/1234 assert(id,...

All generated Grails apps use Bootstrap. So why have a lot of unnecessary css rules and custom classes that cause nothing more that confusion for the developer? I have created...

These test fail with Java 21 `21.0.5-librca`, but work with `17.0.12-librca` DefaultDateHelperSpec. Full getTimeFormat for style FULL returns 8:00:00 AM Coordinated Universal Time DefaultDateHelperSpec. for getDateTimeFormat(FULL, FULL) => `Sunday, January...

gsp

Given the following: ```groovy class Sample { String name } class Sample2Controller { static scaffold = Sample } ``` all the links should work, but they don't. They all end...

gsp

I have created a very basic grails 4.0.0.RC1 app to demonstrate the problem: https://github.com/codeconsole/grailsnumberbug ``` package numberbug class Bug { int num = 123456789 static constraints = { } }...

fields

Following the work done on grails/fields#257 You would except to be able to do something like this: ` ` and see id, dateCreated, and dateUpdated Furthermore, I believe you would...

enhancement
help wanted
fields

All generated Grails apps use Bootstrap. So why have a lot of unnecessary css rules and custom classes that cause nothing more that confusion for the developer? I have created...

fields

Currently you can pass attributes to widgets via `widget-`, but that passes to all widgets. This should be refined to pass attributes to specific widgets. E.g. `widget-checkBox-class`, `widget-datePicker-class`

fields

@matrei any idea what is going on here?