Roberto Vasquez Angel
Roberto Vasquez Angel
I have been thinking about using the graphQL implementation in a Rails app. To do this I'll have to mount a graphQL schema inside the rails routes as a rack...
I'm just following the readme to setup devise-two-factor. To setup encryption one should setup db encryption by issuing following command: ``` rails db:encryption:init ``` On Rails 6 this fails with:...
Thanks for this great gem. I had a small issue, where I had to use a username like "AdminUser". Capitalization was not working for a name like this. I fixed...
This should solve https://github.com/johnbintz/guard-rails/issues/16 See the updated README: - `:rails_root` lets you specify the root directory of your app (try `:rails_root => 'test/dummy` for engines).
Using: - ruby 1.8.7 - rails 3.2.9 - citier 0.1.15 - rails_sql_views, :git => 'git://github.com/DouweM/rails_sql_views.git' (others dit not work) - sqlite Adapter When I call update_all on a acts_as_citier child...
### Describe the Bug When following the documentation at https://payloadcms.com/docs/plugins/build-your-own and trying to create a new plugin from the template with the given command `npx create-payload-app@latest -t plugin -n my-new-plugin`...