Laust Rud Jacobsen

Results 4 issues of Laust Rud Jacobsen

Would be nice to be able to easily compare releases of this project. It's a bit meta, I know.

At this location: https://github.com/rollbar/rollbar-java/blob/3197d2e059f4c692fc34c1687d663be18fb2561a/examples/rollbar-java/src/main/java/com/rollbar/example/Application.java#L37 Maybe add something like: ``` java .server(() -> new Server.Builder().root("com.rollbar").build()) ``` That way it should becomes possible to use source code linking. It took some digging...

Seeing this: https://github.com/Oshuma/app_config/blob/6148df46ac6a2a7be047bebac61b40db988d051c/lib/app_config/storage/postgres.rb#L48-L56 I know end-user input is not expected to be stored in a configuration backend, but the code as it stands is classic SQL injection. This might be...

bug

This looks like a simple copy/paste issue, with this change the gem should be tested against the correct `activerecord` version.