Alex
Alex
WFM. For completeness: ``` - name: Configure Amplify uses: ambientlight/[email protected] with: amplify_command: configure amplify_env: production amplify_cli_version: 7.6.22 env: AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} AWS_REGION: us-east-1 - name:...
I would like to do the inverse(?) of this and use a **super-namespace**. ie. support routes like ```/api/v1/my_action```. Problem is that if you set ```api_version(:module => "API::V1",...``` then the "api"...
ah... nm. I just discovered that the case for the super-namespace can be achieved like this: ``` api_version(:module => "Api::V1",:path => {:value => "api/v1"}) do resources :users end ``` This...
Looking at the patch by @mattbrictson I see it looks really similar to the PR here https://github.com/heartcombo/devise/pull/5410
I think this is still relevant, as seen here https://github.com/heartcombo/devise/issues/5458
Yep, even in the more simple case of _Content_ belongs_to _ContentType_, I can include the :content_type_id in my created _Content_ < JsonApiClient::Resource object, and it will correctly route to ```.../content_types/:content_type_id/contents```...
This is very interesting. Currently the docs for the RDS Proxy preview include the points: - Currently, RDS Proxy is only available for the MySQL engine family. This engine family...
I believe that is their plan, but there is no timeline up yet that I could find. We needed something now, so the pattern we ended up going with is:...
@joelvh Sorry for the radio silence. In our case we needed to be able to browse and modify the DB with existing, 3rd party tools as well as our code....
+1 Using this in Cordova on iOS or in an iOS emulator has the same result; links can not be clicked/tapped.