Javier Aranda

Results 22 issues of Javier Aranda

Hi! How I can install aditional ruby gems from rubygems.org for use inside Sikulix? Thanks. I`m using Sikulix 1.1.1 Regards.

## Description of problem When I try to upgrade the environment vars of a ES service, I get the following error message: "Service XXX already running elasticsearch:7.16.3" ### Steps to...

### Steps to Reproduce ``` $ dokku http-auth:enable APP_NAME user password ``` #### Actual Results Error 500 when trying to access to app. Inspecting the nginx error logs I get...

Container options are [supported](https://github.com/mrsked/mrsk#using-container-options) in app containers, also need to be supported in accessories: ```yaml accessories: redis: image: redis:latest host: 1.1.1.1 port: "36379:6379" options: cap-add: true cpu-count: 4 volumes: -...

In a clean installation of an OVH Cloud instance, the default user is ubuntu and not root, so to install dependencies or run Docker commands, they need to use sudo.

### Motivation / Background The `id` keyword argument passed to [create_table](https://api.rubyonrails.org/classes/ActiveRecord/ConnectionAdapters/SchemaStatements.html#method-i-create_table) method allow to receive a hash with options for column creation but it's not documented.

activerecord

### Motivation / Background The Rails documentation does not reflect that the `lock_version` column must be of type integer. ### Detail This PR adds the required type to the `ActiveRecord::Locking::Optimistic`...

activerecord

When I use this buildpack with the latest buildpacks.io environment I get the following message: ``` Warning: Buildpack 'fagiani/[email protected]' requests deprecated API '0.4' ```

This PR prepare CI to test against the upcoming Rails 8 release!

hacktoberfest

This PR add a `Rails::Railtie` to `Pundit` for configure the new [stats directories](https://edgeapi.rubyonrails.org/classes/Rails/CodeStatistics.html) in upcomming Rails 8.

simmering