Ryan Ong

Results 11 issues of Ryan Ong

Just a small patch for 1.9.2 requires

run migration with any constraint. schema.rb is never updated with said constraints

https://github.com/KevinSheedy/jquery.alphanum/issues/21

Is the feature for this file to be stand alone without the library or gem worth the increase difficulty of maintainability?

Okay so should I fix it? It is really bothering me but would break a lot of code....

When adding an env file with other references. It does not allow inlining. ``` PORT=3100 APPLICATION_HOST="localhost:$PORT" ``` Does not work

Most of this code is copied from the rails transaction management for fixtures I am unsure how to proceed here. Testing is a lot and not sure I love how...

If there is more than one connection in the connection pool DatabaseCleaner will only begin the transaction on one of the connections. https://github.com/rails/rails/blob/master/activerecord/lib/active_record/fixtures.rb#L979 Any ActiveRecord call afterwards will use the...

So I'm writing some scripts and for some reason argument parsing is really difficult. So looking at this code https://github.com/chaosaffe/split-tests/blob/main/action.yml#L61 for some reason the environment variables aren't parsed correctly. Specifically...

in my branch it wasn't accepting arguments correctly and this fixed it the only thing that makes sense here is that go command parsing is acting weird here