Alexandre Barret

Results 44 issues of Alexandre Barret

Add a way to support adding stylesheet scripts in the ruby file. The current workaround if to provide your own application layout with the stylesheet in the head.

enhancement

Currently, a UniRails app requires a fully migrated database. It would be nice to have a way to allow DB migrations as part of the development. Whether it's in the...

enhancement

We need to kill the server and rerun it after every change; this isn't developer-friendly. **Question:** Is there a way to apply changes to the ruby file without a kill/restart...

enhancement
question

The connections between the DB schema and the main app are different. While the `:memory:` database gets loaded correctly the first time, the app uses another :memory: database that doesn't...

enhancement

I can imagine something useful where you could send Retest some commands via a connection to a Retest server. That way an IDE like VSCode could send testing commands based...

Question
Feature

It would be nice to support paths like these ones `test/runner_test.rb:19` if possible

Question
Feature

An increasing amount of quirks are found from using `tty-option` and I wonder whether OptionsParser library might be a better fit. It also replaces a dependency a standard library one.

Task
Priority

Someone using capybara mentioned that the "features" folder was not being considered by Retest. https://github.com/AlexB52/retest/discussions/262 Things to consider * Add capybara and rails system conventions as a default pattern in...

Feature