David Wilkie

Results 16 issues of David Wilkie

Using Rails 4.1.7, Sprockets 2.11.3 gives this error when running `rake assets:precompile`. Note: this only happens when using the latest source from github. e.g. ``` ruby gem "closure-sprockets", :github =>...

Related to #2216, allows the user to override the pagination partial without having to override the entire [index.html.erb](https://github.com/thoughtbot/administrate/blob/main/app/views/administrate/application/index.html.erb) template. Useful for using custom pagination options e.g: https://github.com/kaminari/kaminari#paginating-without-issuing-select-count-query

Please comment on this issue if you are interested in maintaining this project.

In many REST APIs it's often the case when creating resources, certain fields are required but when updating resources, all fields are optional and only the fields which are provided...

help wanted
feature

This PR handles handles pagination for `has_many`. Related to: https://github.com/thoughtbot/administrate/pull/2239 https://github.com/thoughtbot/administrate/pull/2216 Sorry I missed this when submitting the above PR.

## Summary When setting the environment variable: ```ECS_ENABLE_CONTAINER_METADATA=true``` The container metadata file is written to the filesystem as expected. When looking at the content of the file it appears as...

Somleng in and Open Source Rails Project that is literally being used to save lives around the world.

The current snat.sh script doesn't work on Amazon Linux 2023. Here's my first attempt at an alternative script for Amazon Linux 2023 ```bash #!/bin/bash -x # wait for ens6 while...