Matija Čupić

Results 29 comments of Matija Čupić

There's lots of GitLab functionality exposed via API - See https://docs.gitlab.com/ee/api/ If there's something missing and there isn't an issue about it already you can open an issue in http://gitlab.com/gitlab-org/gitlab-ce/issues...

@rupertdev I pinged our VP of Product and relevant Product Managers in the issues. Thanks for bringing this up.

@btkostner You could implement support for GitLab.com first, then add support for self-hosted instances in a later iteration. I think the bulk of people wanting to add their apps to...

For some reason, I still can't get SimpleCov to report correct percentages - e.g. it's reporting 0% coverage on `ApplicationController`, but properly calculates coverage for most other controllers. --- This...

I agree with not using regular models in migrations - that's just asking for trouble, but I strongly disagree with defining model classes inside of migration - that is too...

I agree with @mollerhoj that we should make this the recommended approach. My reasoning is a little bit different, though. We've been able to greatly simplify a production Rails app...

@koic Are we looking to reach a consensus here in order to be able to move forward with the associated cop (https://github.com/rubocop/rubocop-rails/pull/827)?

Thanks for your effort resolving this @dentarg! I just want to add to the discussion here and add another point why not supporting Rack 3 is problematic. Resque (https://github.com/resque/resque) uses...

I get that. I was hoping this could prompt more people to test out the Rack 3 branch. Only one of the applications I work with uses Sinatra, and that's...

@Tabby Thank you for taking a stab at this. This is amazing!