Paweł Pierzchała
Paweł Pierzchała
Let's assume that in the production code there is a constant defined like this: ``` ruby UserValidator = Validator.new do # ... end ``` We want to be able to...
I've noticed that `rom-repository` doesn't handle whitespaces in attribute names while working with a mssql database. Here is my schema: ```sql CREATE TABLE dbo.bugs ( id int NOT NULL ,...
`content_types` setting is being ignored at the moment `@content_types` instance variable was never initialised. This PR connects the setting to the configuration object.
This PR imports file input styles from [Flowbite](https://flowbite.com/docs/forms/file-input/#file-upload-example) and fixes display [issue](https://github.com/themesberg/flowbite/issues/578) in Safari. Current look of file inputs: File inputs after fix: