{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":3116268,"defaultBranch":"main","name":"bootstrap_form","ownerLogin":"bootstrap-ruby","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2012-01-06T06:41:18.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/6205281?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1698625627.0","currentOid":""},"activityList":{"items":[{"before":"34e91202cd30c3417b0cf23f9996fa4918f50094","after":"c665334aa659151601ce611741c64454f18af4b9","ref":"refs/heads/main","pushedAt":"2024-03-03T17:58:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lcreid","name":"Larry Reid","path":"/lcreid","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1613872?s=80&v=4"},"commit":{"message":"Ci fix 2024 03 01 (#726)\n\n* Devcontainer\r\n\r\n* Parametrize compose.yml and update Selenium\r\n\r\n* Add BigDecimal to Gemfiles for Ruby >= 3.4.0\r\n\r\n* Keep adding gems\r\n\r\n* Dum dee dum\r\n\r\n* Awful hack for check_box in Rails edge\r\n\r\n* Sort gems\r\n\r\n* More RuboCop updates\r\n\r\n* Add Ruby 3.3 and exclude edge (7.2) for 3.0","shortMessageHtmlLink":"Ci fix 2024 03 01 (#726)"}},{"before":"ba6f19a6b55aa4742dccb781db33be474a315c15","after":"34e91202cd30c3417b0cf23f9996fa4918f50094","ref":"refs/heads/main","pushedAt":"2024-03-02T22:52:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lcreid","name":"Larry Reid","path":"/lcreid","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1613872?s=80&v=4"},"commit":{"message":"Update Docker Compose and Devcontainer (#725)\n\n* Devcontainer\r\n\r\n* WIP Docker broken?\r\n\r\n* Initial split of Docker documentation\r\n\r\n* WIP\r\n\r\n* More .gitignore\r\n\r\n* yarn update\r\n\r\n* Update compose, etc.","shortMessageHtmlLink":"Update Docker Compose and Devcontainer (#725)"}},{"before":"c26ec983b2890f6e0fc2c719af3708ab504726d9","after":"ba6f19a6b55aa4742dccb781db33be474a315c15","ref":"refs/heads/main","pushedAt":"2024-02-28T03:01:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lcreid","name":"Larry Reid","path":"/lcreid","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1613872?s=80&v=4"},"commit":{"message":"Draft: Is this what we meant? (#718)","shortMessageHtmlLink":"Draft: Is this what we meant? (#718)"}},{"before":"df6f7e94dd6cf522e847a9a9680c346f3ad85b59","after":"c26ec983b2890f6e0fc2c719af3708ab504726d9","ref":"refs/heads/main","pushedAt":"2024-01-28T21:58:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"donv","name":"Uwe Kubosch","path":"/donv","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57275?s=80&v=4"},"commit":{"message":"Add file extension to import documentation\n\nSince switching the stylesheet to plain CSS, the import for SCSS projects now needs to include the file extension to work correctly.\n\n[ci skip]","shortMessageHtmlLink":"Add file extension to import documentation"}},{"before":"9a358fe0e597b76e534ca9fea54d02796703cc42","after":"df6f7e94dd6cf522e847a9a9680c346f3ad85b59","ref":"refs/heads/main","pushedAt":"2023-11-29T05:38:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lcreid","name":"Larry Reid","path":"/lcreid","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1613872?s=80&v=4"},"commit":{"message":"Remove the require expression for action text in lib/bootstrap_form.rb (#720)\n\nThis require was added in e6f5b09209147143ebdb83032a50e9758cfdc2ab to\r\nadd ActionText support.\r\n\r\nInstead of eagerly loading the module, allow the Rails engine subsystem\r\nto load the helpers as necessary.\r\n\r\nEagerly loading the module has the downside of defining the module\r\nActionText even when the engine is not in use. Defining the module like\r\nthis can \"trick\" other gems into erroneously loading their ActionText\r\nsupport, which may lead to confusing and out of context error messages.","shortMessageHtmlLink":"Remove the require expression for action text in lib/bootstrap_form.rb ("}},{"before":"8a7274ece8badf656a3de243b92c5029d857b5d9","after":"9a358fe0e597b76e534ca9fea54d02796703cc42","ref":"refs/heads/main","pushedAt":"2023-11-25T19:03:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lcreid","name":"Larry Reid","path":"/lcreid","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1613872?s=80&v=4"},"commit":{"message":"Fix errors on screenshots (#716)\n\n* Commit screenshots\r\n\r\nRun step if failure\r\n\r\nSet working directory\r\n\r\nQuote message\r\n\r\nDebuggin\r\n\r\nCheck first, man\r\n\r\nWith name and email\r\n\r\nChanged in CI\r\nPlease review changes in these files carefully, as they were\r\nautomatically generated during CI.\r\n\r\nRevert \"Changed in CI\"\r\n\r\nThis reverts commit 1bf997ca4a438d911e119d2ee831d33f51d00a95.\r\n\r\nAdd documentation and cleanups\r\n\r\nFix quoting\r\n\r\n* Changed in CI\r\nPlease review the changes in the files in this commit\r\ncarefully, as they were automatically generated during CI.\r\nRun `git pull` to bring the changes into your local branch.\r\nThen, if you do not want the changes, run `git revert HEAD`.\r\n\r\n* Revert \"Changed in CI\"\r\n\r\nThis reverts commit e4f9d018516f58e654afe85cfb5934e64905863b.\r\n\r\n* Try to avoid double CI run when screenshots change\r\n\r\n* [skip ci] Changed in CI\r\nPlease review the changes in the files in this commit\r\ncarefully, as they were automatically generated during CI.\r\nRun `git pull` to bring the changes into your local branch.\r\nThen, if you do not want the changes, run `git revert HEAD`.\r\n\r\n* Be safe with CI\r\n\r\n* Fix examples to show invalid-feedback\r\n\r\n* Clarify workflow when screenshots change\r\n\r\n---------\r\n\r\nCo-authored-by: github-actions ","shortMessageHtmlLink":"Fix errors on screenshots (#716)"}},{"before":"ed3eda885c2145a364e8affd759f42b03ff6ee7c","after":"8a7274ece8badf656a3de243b92c5029d857b5d9","ref":"refs/heads/main","pushedAt":"2023-11-25T18:41:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lcreid","name":"Larry Reid","path":"/lcreid","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1613872?s=80&v=4"},"commit":{"message":"Generate Screenshots in CI (#715)\n\n* Ignore Ruby debugger history\r\n\r\n* Commit screenshots\r\n\r\nRun step if failure\r\n\r\nSet working directory\r\n\r\nQuote message\r\n\r\nDebuggin\r\n\r\nCheck first, man\r\n\r\nWith name and email\r\n\r\nChanged in CI\r\nPlease review changes in these files carefully, as they were\r\nautomatically generated during CI.\r\n\r\nRevert \"Changed in CI\"\r\n\r\nThis reverts commit 1bf997ca4a438d911e119d2ee831d33f51d00a95.\r\n\r\nAdd documentation and cleanups\r\n\r\nFix quoting\r\n\r\n* Changed in CI\r\nPlease review the changes in the files in this commit\r\ncarefully, as they were automatically generated during CI.\r\nRun `git pull` to bring the changes into your local branch.\r\nThen, if you do not want the changes, run `git revert HEAD`.\r\n\r\n* Revert \"Changed in CI\"\r\n\r\nThis reverts commit e4f9d018516f58e654afe85cfb5934e64905863b.\r\n\r\n* Try to avoid double CI run when screenshots change\r\n\r\n* [skip ci] Changed in CI\r\nPlease review the changes in the files in this commit\r\ncarefully, as they were automatically generated during CI.\r\nRun `git pull` to bring the changes into your local branch.\r\nThen, if you do not want the changes, run `git revert HEAD`.\r\n\r\n* Only run screenshot commit on failure\r\n\r\n* Remove comment\r\n\r\n* Be safe with CI\r\n\r\n* Clarify workflow for screenshot changes in main\r\n\r\n---------\r\n\r\nCo-authored-by: github-actions ","shortMessageHtmlLink":"Generate Screenshots in CI (#715)"}},{"before":"528e67a17058420df0e7a90960658a995201ffd8","after":"ed3eda885c2145a364e8affd759f42b03ff6ee7c","ref":"refs/heads/main","pushedAt":"2023-10-30T00:27:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lcreid","name":"Larry Reid","path":"/lcreid","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1613872?s=80&v=4"},"commit":{"message":"Preparing v5.4.0","shortMessageHtmlLink":"Preparing v5.4.0"}},{"before":"f98e29bff8080f2c80d00ae2bd3b2326dbb03b40","after":"528e67a17058420df0e7a90960658a995201ffd8","ref":"refs/heads/main","pushedAt":"2023-10-29T18:47:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lcreid","name":"Larry Reid","path":"/lcreid","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1613872?s=80&v=4"},"commit":{"message":"Misc fixes (#713)\n\n* Upgrade demo app to 7.1\r\n\r\n* Test pass except for demo\r\n\r\n* RuboCop fixes\r\n\r\n* Schema without version for older Rails\r\n\r\n* Remove unneeded migrations.\r\n\r\n* WIP\r\n\r\n* Remove package-lock.json\r\n\r\n* Remove unnecessary require of bootstrap_form\r\n\r\n* belongs_to defaults to required\r\n\r\n* Update bundler version and cleanup","shortMessageHtmlLink":"Misc fixes (#713)"}},{"before":"e838d4e71e707cb79a89006cc8ed9a20becb917a","after":"f98e29bff8080f2c80d00ae2bd3b2326dbb03b40","ref":"refs/heads/main","pushedAt":"2023-10-29T17:04:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lcreid","name":"Larry Reid","path":"/lcreid","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1613872?s=80&v=4"},"commit":{"message":"Rails 7.1 (#708)\n\n* Add 7.1 and ruby-head to matrix\r\n\r\nFix bad git usage\r\n\r\n7.1.0 released\r\n\r\nDocker get newer node and docs\r\n\r\n* Fix yarn install in Dockerfile\r\n\r\n* Upgrade demo app to 7.1\r\n\r\n* Test pass except for demo\r\n\r\n* RuboCop fixes\r\n\r\n* Schema without version for older Rails\r\n\r\n* Remove unneeded migrations.\r\n\r\n* Add action_mailbox_inbound_emails to schema\r\n\r\n* Did I need headless_chrome?\r\n\r\n* CR feedback","shortMessageHtmlLink":"Rails 7.1 (#708)"}},{"before":"04bc5a1008c9347163cb681c2ce70dc8f29f3b3b","after":"e838d4e71e707cb79a89006cc8ed9a20becb917a","ref":"refs/heads/main","pushedAt":"2023-10-28T23:40:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lcreid","name":"Larry Reid","path":"/lcreid","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1613872?s=80&v=4"},"commit":{"message":"do not alias rich text area if it is not defined (#709)\n\n* do not alias rich rext area if it is not defined\r\n\r\n* rescue name error instead of checking if the method is defined\r\n\r\n* ignore linting issues\r\n\r\n* add note on bootstrap_alias\r\n\r\n* use inline rubocop disable comment\r\n\r\n* Update lib/bootstrap_form/inputs/base.rb\r\n\r\n---------\r\n\r\nCo-authored-by: Larry Reid ","shortMessageHtmlLink":"do not alias rich text area if it is not defined (#709)"}},{"before":"b750707d6f1be638f54a4e562c62c04f73732dd2","after":"04bc5a1008c9347163cb681c2ce70dc8f29f3b3b","ref":"refs/heads/main","pushedAt":"2023-10-28T03:07:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lcreid","name":"Larry Reid","path":"/lcreid","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1613872?s=80&v=4"},"commit":{"message":"Changed a few examples to generate more like Mac (#712)","shortMessageHtmlLink":"Changed a few examples to generate more like Mac (#712)"}},{"before":"94c4e0d78e8a8973be9ea39c63531a08ba90f05f","after":"b750707d6f1be638f54a4e562c62c04f73732dd2","ref":"refs/heads/main","pushedAt":"2023-10-28T02:05:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lcreid","name":"Larry Reid","path":"/lcreid","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1613872?s=80&v=4"},"commit":{"message":"Dockerize System Tests (#710)\n\n* Ignore new SQLite files\r\n\r\n* docker-compose for Selenium tests","shortMessageHtmlLink":"Dockerize System Tests (#710)"}},{"before":"4811ee4c863218c926830429e3f152600a26fbf2","after":"94c4e0d78e8a8973be9ea39c63531a08ba90f05f","ref":"refs/heads/main","pushedAt":"2023-10-17T03:17:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lcreid","name":"Larry Reid","path":"/lcreid","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1613872?s=80&v=4"},"commit":{"message":"Revert to simple ' in error messages (#707)","shortMessageHtmlLink":"Revert to simple ' in error messages (#707)"}},{"before":"c8bd151ee742f1153732797754cfcaa189f0150f","after":"4811ee4c863218c926830429e3f152600a26fbf2","ref":"refs/heads/main","pushedAt":"2023-10-05T01:31:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lcreid","name":"Larry Reid","path":"/lcreid","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1613872?s=80&v=4"},"commit":{"message":"rescue instead if actiontext could not be found (#706)\n\n* rescue instead if actiontext could not be found\r\n\r\n* ignore Lint/SuppressedException in bootstrap_form","shortMessageHtmlLink":"rescue instead if actiontext could not be found (#706)"}},{"before":"95596b00ecfcd912ef8934a781c49623e3b3ef62","after":"c8bd151ee742f1153732797754cfcaa189f0150f","ref":"refs/heads/main","pushedAt":"2023-09-26T01:01:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lcreid","name":"Larry Reid","path":"/lcreid","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1613872?s=80&v=4"},"commit":{"message":"Respond to comment missed in original PR (#705)","shortMessageHtmlLink":"Respond to comment missed in original PR (#705)"}},{"before":"656e83a4c71df83ddd1ec1526db1b4e886c7a3aa","after":"95596b00ecfcd912ef8934a781c49623e3b3ef62","ref":"refs/heads/main","pushedAt":"2023-09-26T00:51:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lcreid","name":"Larry Reid","path":"/lcreid","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1613872?s=80&v=4"},"commit":{"message":"Fix joins not to make strings unsafe (#704)\n\n* Fix joins not to make strings unsafe\r\n\r\n* Fix RuboCop offenses","shortMessageHtmlLink":"Fix joins not to make strings unsafe (#704)"}},{"before":"cfe79b88d0b9e462646c73ec1df01aff53f31adc","after":"656e83a4c71df83ddd1ec1526db1b4e886c7a3aa","ref":"refs/heads/main","pushedAt":"2023-09-15T20:37:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"donv","name":"Uwe Kubosch","path":"/donv","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57275?s=80&v=4"},"commit":{"message":"Preparing v5.3.2","shortMessageHtmlLink":"Preparing v5.3.2"}},{"before":"de7e93d783b6a21318a89189d7627fe2e0485483","after":"cfe79b88d0b9e462646c73ec1df01aff53f31adc","ref":"refs/heads/main","pushedAt":"2023-09-15T20:30:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"donv","name":"Uwe Kubosch","path":"/donv","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57275?s=80&v=4"},"commit":{"message":"Preparing v5.3.2","shortMessageHtmlLink":"Preparing v5.3.2"}},{"before":"e7cb2080da1c3757b3d39680ca1b3157835c6af5","after":"de7e93d783b6a21318a89189d7627fe2e0485483","ref":"refs/heads/main","pushedAt":"2023-09-15T20:22:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"donv","name":"Uwe Kubosch","path":"/donv","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57275?s=80&v=4"},"commit":{"message":"Allow array values for the `label_col` and `control_col` options.\nFixes #703","shortMessageHtmlLink":"Allow array values for the label_col and control_col options."}},{"before":"ac51022f9baf4b5b5495933ece0eb1a31d29bcb2","after":"e7cb2080da1c3757b3d39680ca1b3157835c6af5","ref":"refs/heads/main","pushedAt":"2023-09-15T19:45:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"donv","name":"Uwe Kubosch","path":"/donv","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57275?s=80&v=4"},"commit":{"message":"Cleanup","shortMessageHtmlLink":"Cleanup"}},{"before":"d2a9c1547c5ae5c413e7a8960bbc582747f8aa6d","after":"ac51022f9baf4b5b5495933ece0eb1a31d29bcb2","ref":"refs/heads/main","pushedAt":"2023-09-15T13:54:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"donv","name":"Uwe Kubosch","path":"/donv","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57275?s=80&v=4"},"commit":{"message":"Preparing v5.3.1\nFixes #702","shortMessageHtmlLink":"Preparing v5.3.1"}},{"before":"61fc37a26637d2e81b81ec0688792bf631cbe545","after":"d2a9c1547c5ae5c413e7a8960bbc582747f8aa6d","ref":"refs/heads/main","pushedAt":"2023-09-15T10:29:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"donv","name":"Uwe Kubosch","path":"/donv","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57275?s=80&v=4"},"commit":{"message":"Preparing v5.3.0","shortMessageHtmlLink":"Preparing v5.3.0"}},{"before":"8ff07f8daf0da0d4c090acb63c72a1faa71bea90","after":"61fc37a26637d2e81b81ec0688792bf631cbe545","ref":"refs/heads/main","pushedAt":"2023-09-12T12:37:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"donv","name":"Uwe Kubosch","path":"/donv","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57275?s=80&v=4"},"commit":{"message":"Added examples for check box /radio button collections with inline errors to the README.md\nFixes #655","shortMessageHtmlLink":"Added examples for check box /radio button collections with inline er…"}},{"before":"64aa9dfe7266e9d40bcb530f26da1181d974c776","after":"8ff07f8daf0da0d4c090acb63c72a1faa71bea90","ref":"refs/heads/main","pushedAt":"2023-09-12T10:16:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"donv","name":"Uwe Kubosch","path":"/donv","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57275?s=80&v=4"},"commit":{"message":"Added `fields_for` example with inline errors to the README.md\nFixes #656","shortMessageHtmlLink":"Added fields_for example with inline errors to the README.md"}},{"before":"bd56bd140181938236493b3a8a7ab8da669e0e58","after":null,"ref":"refs/heads/add-bootstrap_fields_for","pushedAt":"2023-09-12T09:53:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"donv","name":"Uwe Kubosch","path":"/donv","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57275?s=80&v=4"}},{"before":"a63b038726950fc2cfd32a08e3efa6fc403f2289","after":"64aa9dfe7266e9d40bcb530f26da1181d974c776","ref":"refs/heads/main","pushedAt":"2023-09-12T09:53:31.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"donv","name":"Uwe Kubosch","path":"/donv","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57275?s=80&v=4"},"commit":{"message":"Add `bootstrap_fields` form helper.","shortMessageHtmlLink":"Add bootstrap_fields form helper."}},{"before":"3592d360fcda83f50994ae8022f7cea7c57e8730","after":"a63b038726950fc2cfd32a08e3efa6fc403f2289","ref":"refs/heads/main","pushedAt":"2023-09-11T12:55:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"donv","name":"Uwe Kubosch","path":"/donv","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57275?s=80&v=4"},"commit":{"message":"Fix broken section links in README.md [ci skip]\n\nThis PR fixes the issue of broken section links in the README.md file.\nThe following section links have been corrected for accurate navigation:\n- bootstrap_form_with\n- bootstrap_form_for\n- bootstrap_form_tag","shortMessageHtmlLink":"Fix broken section links in README.md [ci skip]"}},{"before":"9ea8b4befd209b1f4d65de92a053f1feb46a3596","after":null,"ref":"refs/heads/omit-multiple-attribute-for-hidden-field","pushedAt":"2023-09-11T08:01:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"donv","name":"Uwe Kubosch","path":"/donv","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57275?s=80&v=4"}},{"before":"00a3fed64a20d63dd65df1e4ffb9fa11d79f423c","after":"3592d360fcda83f50994ae8022f7cea7c57e8730","ref":"refs/heads/main","pushedAt":"2023-09-11T08:01:44.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"donv","name":"Uwe Kubosch","path":"/donv","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57275?s=80&v=4"},"commit":{"message":"Backport `field_name` method for Rails 6.1.","shortMessageHtmlLink":"Backport field_name method for Rails 6.1."}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAECxjyZgA","startCursor":null,"endCursor":null}},"title":"Activity · bootstrap-ruby/bootstrap_form"}