Edward Ellis
Results
2
issues of
Edward Ellis
When installing saop4r-ng from a vendor directory the gemspec file runs git and complains because the gem is not part of a git repository. s.files = `git ls-files lib bin`.split("\n")
In the Rails >> Setup documentation for ROM you say: > Accessing the global container directly is considered as a bad practice. The recommended way is to use a DI...