config/initializers/friendly_id.rb | 100644 | 0 | 0 | | | 2.97 KB | c5288b7854263b8db7f91789f0ca7cbe2ce0b76bc7d2b29c2e53343aa995a62a |
config/locales/en.yml | 100644 | 0 | 0 | | | 260 Bytes | 56abd47225bf65223415ada1530cf0c341c7dca6e8c15c924d64b37f78604757 |
config/locales/jp.yml | 100644 | 0 | 0 | | | 260 Bytes | bb7b9e90cd9870d9ed7ab5f3720c096e8b1bc0dee222c872d2c38420eb68628c |
config/locales/vi.yml | 100644 | 0 | 0 | | | 310 Bytes | e696ef8b05d2ffea9eaa032d93c48dcac60f8c907a4133df1d7a84452f62a3ce |
config/routes.rb | 100644 | 0 | 0 | | | 124 Bytes | a20d552ebcce4d3626cc7abb9dd04614b746f7e77954cb992af3169ae05f70db |
lib/generators/ibrain/graphql/core.rb | 100644 | 0 | 0 | | | 1.9 KB | d41948a03ec31bc1caf92fc891f7ec0bf6f1158aba5d4bfe44208a560f71a7ce |
MIT-LICENSE | 100644 | 0 | 0 | | | 1.04 KB | 23ded7b25a47166373699a3d60ac5fe1e596fd4b41106d68910bd9b09af2f21f |
README.md | 100644 | 0 | 0 | | | 1.85 KB | ed239d179e35e6d144971617b8a6898187b75f473af7ea0bf1c65c140a725f5c |
Rakefile | 100644 | 0 | 0 | | | 120 Bytes | 15c23d2bfc63778a3d271d8783b40bbf992d2e22cd25ec18e8bae71db375da9f |
app/controllers/concerns/ibrain_errors.rb | 100644 | 0 | 0 | | | 331 Bytes | d80f28b9583e13fe6aceeded0397e0054145960e89f32bba0a4369ca00e4dcc5 |
app/controllers/concerns/ibrain_handler.rb | 100644 | 0 | 0 | | | 1.22 KB | f71e178a06cda62bb4f29ea3fcec11086a35d7e34dd1158448f45df81d51011d |
app/controllers/ibrain/base_controller.rb | 100644 | 0 | 0 | | | 620 Bytes | 56874cd9ad3870ca71b0063006d06e360e91b772a489a1b854f3b94229d09d76 |
app/controllers/ibrain/core/graphql_controller.rb | 100644 | 0 | 0 | | | 1.98 KB | 516fc4885db328aa4ee49dc77ba1aaefc5eb6c003c1c1fce193f2b0f31129e6e |
app/graphql/ibrain/base_schema.rb | 100644 | 0 | 0 | | | 1.7 KB | 8be1ba0c5d80f0869969ec4684d1084ce64552116caa7b2ac72f1f3a366e68a8 |
app/graphql/ibrain/extentions/default_value.rb | 100644 | 0 | 0 | | | 288 Bytes | 780deea5bd20518170beab1c6debfa7d79747727dc1acb1f6bfe03b04f50a949 |
app/graphql/ibrain/interfaces/base_interface.rb | 100644 | 0 | 0 | | | 115 Bytes | 1dfc7e8174083f3d679989408d92244098402935775c3149781c33962de1f099 |
app/graphql/ibrain/interfaces/person_interface.rb | 100644 | 0 | 0 | | | 365 Bytes | e179276562344586284cdb1495987cdd9cf489d9766ac84cf1b482a9d4e90320 |
app/graphql/ibrain/interfaces/record_interface.rb | 100644 | 0 | 0 | | | 254 Bytes | 83815f5453ed3f9a991f1433a67617713460becffe2664ed92251073ff9e0e54 |
app/graphql/ibrain/lazy/base.rb | 100644 | 0 | 0 | | | 120 Bytes | 01ef3abc8189fe7433b5a5a03af19a8d391102dd7832ac630882f820a45341c3 |
app/graphql/ibrain/loaders/association_loader.rb | 100644 | 0 | 0 | | | 1.54 KB | eb24e4bf24a0c2ee7c47affb22c707f05a62df302aa158c42d4d21c2b2881f35 |
app/graphql/ibrain/mutations/base_mutation.rb | 100644 | 0 | 0 | | | 973 Bytes | ec039e6066b61da898c37387fab90e9d6e48c93b0cf400de19cdd105cb998357 |
app/graphql/ibrain/policies/base_policy.rb | 100644 | 0 | 0 | | | 1.11 KB | 0f55e8976030710ac3800e6a9cb91de0959c52fd00e47a12dc36dde7bea1e539 |
app/graphql/ibrain/policies/graphql_policy.rb | 100644 | 0 | 0 | | | 118 Bytes | e7b1c6605ca32022dd87322684106fad0d03bf1971ce12c59e89f9d9480f25da |
app/graphql/ibrain/resolvers/base_aggregate.rb | 100644 | 0 | 0 | | | 190 Bytes | df783304acf12edc5a0802ee36200676dd86094cae8e1a7e5a3921f76d2d2f23 |
app/graphql/ibrain/resolvers/base_resolver.rb | 100644 | 0 | 0 | | | 478 Bytes | a82e8c1d77712b18e43bb72c0eb8d855279a0c3686f33fe2af7a52038df6b4ab |
app/graphql/ibrain/types/aggregate_type.rb | 100644 | 0 | 0 | | | 176 Bytes | 7dd3c3a6d0c3bad44cb5d5a8e5dc8871eea41546aebca8175614d20c7f60f66f |
app/graphql/ibrain/types/attribute_type.rb | 100644 | 0 | 0 | | | 115 Bytes | 9f96cbbb23ad885334a62e8d7566092c269a93c87fd0bd2f26bc0ed4e4c01439 |
app/graphql/ibrain/types/base_argument.rb | 100644 | 0 | 0 | | | 241 Bytes | b337c83471d801851b65c488d97bfe8f6b72effa3ac3cca4c1dff9ea50ac9126 |
app/graphql/ibrain/types/base_connection.rb | 100644 | 0 | 0 | | | 410 Bytes | f212be11f09bb4688961f65ea5b365ebf5d6a9cb83b22511a0fbd8d46f18666c |
app/graphql/ibrain/types/base_edge.rb | 100644 | 0 | 0 | | | 245 Bytes | ed9bc111973fe6cb5170e29af26dabf44c4747cff78bf5b723b6d7676c388df3 |
app/graphql/ibrain/types/base_enum.rb | 100644 | 0 | 0 | | | 121 Bytes | 11ff43eb09fa3821f75cfb612e2fefe539feaa8a984713518e9c27e29c89f86a |
app/graphql/ibrain/types/base_field.rb | 100644 | 0 | 0 | | | 418 Bytes | 00980227803548891b4f06ce42012738c25bfb5789508ad7fd4436f3bf746d28 |
app/graphql/ibrain/types/base_input_object.rb | 100644 | 0 | 0 | | | 184 Bytes | 6accb1de54d41bae277f0dccd187485f8c8025c3ea4e29d066bb29e1eecb78c6 |
app/graphql/ibrain/types/base_interface.rb | 100644 | 0 | 0 | | | 295 Bytes | b1d774d6b9a5755b3fb70680182058fba1854c08f608722089373530eb8f5729 |
app/graphql/ibrain/types/base_node.rb | 100644 | 0 | 0 | | | 317 Bytes | 0f9524cb69cb0989d8f30cd0cba1c0b59a7a42ea2a608d937c552a2961f993ff |
app/graphql/ibrain/types/base_object.rb | 100644 | 0 | 0 | | | 313 Bytes | 337fcc4103c3e4acc556e715d5468d504fe389b7100ae84c4b08cddb59296631 |
app/graphql/ibrain/types/base_query_type.rb | 100644 | 0 | 0 | | | 374 Bytes | 33ad949ca2cf420527862a8ab808b20c750161de6ac0589708765a47815f95de |
app/graphql/ibrain/types/base_scalar.rb | 100644 | 0 | 0 | | | 125 Bytes | 7b36edd223e5c75968e4e4353f267fd3cbd4729ba1f4d3d9be7eb00bfb51d78b |
app/graphql/ibrain/types/base_union.rb | 100644 | 0 | 0 | | | 229 Bytes | 9ce8826c4f345da8ee38c2acba6ae06cb4d6f582ecffd4b38cb9d3a2d2f9957b |
app/graphql/ibrain/types/filter_type.rb | 100644 | 0 | 0 | | | 125 Bytes | 038a07a0433ae301e24610a116774a5c63d8d28b45a16fbc46b475a0d7cca142 |
app/graphql/ibrain/types/node_type.rb | 100644 | 0 | 0 | | | 219 Bytes | bb8dd21ca422f7a0d7f916f844ed0cb2dd2021da902088862d72be7c727c58e7 |
app/graphql/ibrain/util/field_combiner.rb | 100644 | 0 | 0 | | | 258 Bytes | fd65c509257bb033ea6726e4881b8290f739fdb8255622d15920fa2833506054 |
app/graphql/ibrain/util/query_combiner.rb | 100644 | 0 | 0 | | | 258 Bytes | a69889a66ef1b4e88536a491155a16ef8bfdc6b234d152990d5ba3830f8de99c |
app/models/concerns/ibrain/ransackable_attributes.rb | 100644 | 0 | 0 | | | 594 Bytes | 9b671e164c3fe692f743df7db4a4acbaee48a6f0cc741948ba329ccc94fefef1 |
app/models/concerns/ibrain/soft_deletable.rb | 100644 | 0 | 0 | | | 255 Bytes | 875d4c3327c2c247e0922fa6f3b5cb98e5740e59d082c0e373d7ec450857156e |
app/models/concerns/ibrain/user_api_authentication.rb | 100644 | 0 | 0 | | | 407 Bytes | 0379f5db66385dc387c360980d04ca004b1f41c0daeae7b8b2189ead467b8c39 |
app/models/concerns/ibrain/user_methods.rb | 100644 | 0 | 0 | | | 629 Bytes | 7cc70bf30aaf74b4543be34c74375ba87e0146c15d00ba37a25f93634b63bc41 |
app/models/ibrain/ability.rb | 100644 | 0 | 0 | | | 1.58 KB | 253d694498a6a116826dfbbb97f7e862f485c3baeed549f8427df21db22966be |
app/models/ibrain/application_record.rb | 100644 | 0 | 0 | | | 133 Bytes | 1ed2bf7e8aac21b03b4fc73f202bfe7faf0059e195113f47628fef39bd28e51b |
app/models/ibrain/base.rb | 100644 | 0 | 0 | | | 1.19 KB | 1fd49562cfe4c52c7cca8f80b6974f13ed55e293298c0acf13985bf29c487eb0 |
app/models/ibrain/legacy_user.rb | 100644 | 0 | 0 | | | 434 Bytes | 06e2e9976ae3be853ab544bca2d278825d0c0e277196ee0340b9e7aebf288b11 |
app/models/ibrain/role.rb | 100644 | 0 | 0 | | | 308 Bytes | 7dcf8f9cdfdf4fbce938bbedfa68790e94b82e2b39d0edb2dd6e3b4047bdfb03 |
app/models/ibrain/role_user.rb | 100644 | 0 | 0 | | | 440 Bytes | d7a1486f44e2a4cdf10834e4465a0dd407a1b42da7633092a3dadfa970cf1531 |
app/repositories/ibrain/base_repository.rb | 100644 | 0 | 0 | | | 293 Bytes | 0553c72f6de0af3a10291d9340eede1ed0b82f0ac3ed06dd03d4dcca9ffdd6f1 |
lib/generators/ibrain/graphql/mutation_generator.rb | 100644 | 0 | 0 | | | 2 KB | 7bcc9b642bd9187f9a136157e0e12eae64313bab9987428fe887d8bdd90bdd31 |
lib/generators/ibrain/graphql/object_generator.rb | 100644 | 0 | 0 | | | 2.48 KB | 9df40ea6a5f0fdd66e3108cf5c87aade7985fe7f44913ba04b89348458141285 |
lib/generators/ibrain/graphql/resolver_generator.rb | 100644 | 0 | 0 | | | 1.22 KB | 8dfa851aa299dc56e9f6e7b7a2424d1a28ff75a2294fb770e87f2b80c221328d |
lib/generators/ibrain/graphql/resolvers_generator.rb | 100644 | 0 | 0 | | | 2.14 KB | 3f978676fa031403c7ffb614a6b4a87995557fd0ae51b6b23de533d88a9a7fae |
lib/generators/ibrain/graphql/templates/aggregate.erb | 100644 | 0 | 0 | | | 387 Bytes | 2c56587f52886a8d96cbdee3c10c624e2ee3d0b31bf9193b45ab5058bb57d24c |
lib/generators/ibrain/graphql/templates/mutation.erb | 100644 | 0 | 0 | | | 680 Bytes | 402e927c407b1efe3d0fe96b50c0b917eccd99798dd48c24b69ca4e404b5886f |
lib/generators/ibrain/graphql/templates/object.erb | 100644 | 0 | 0 | | | 395 Bytes | e9130a33435f0ab32181c17f62c20e2d435e62a5c7a8cb63dcd75b250702f1c6 |
lib/generators/ibrain/graphql/templates/repository.erb | 100644 | 0 | 0 | | | 407 Bytes | 7443dd21d28a200717cf4186600b5e90067e1fe986068bb79ace45a6584f0580 |
lib/generators/ibrain/graphql/templates/resolver.erb | 100644 | 0 | 0 | | | 633 Bytes | f5993c94727db720a20f3758d0d23d09698078de15bdea94783c2aadda341f2a |
lib/generators/ibrain/graphql/templates/resolvers.erb | 100644 | 0 | 0 | | | 516 Bytes | f8579c1061d546b8f56124f4741734681dd6cabba15987437851661b34f8052e |
lib/generators/ibrain/graphql/type_generator.rb | 100644 | 0 | 0 | | | 3.64 KB | 2118291bdb3717ff2b99b4c84152a1014ef95dea3a462f6e6cde72e2f52d623a |
lib/generators/ibrain/install/install_generator.rb | 100644 | 0 | 0 | | | 6.42 KB | 4bde0e4f6f402a6dea9511acdc5582b831c7be8dfb1182e68f2fd76549ad5eac |
lib/generators/ibrain/install/templates/config/database.tt | 100644 | 0 | 0 | | | 720 Bytes | 3b605f280784dc2c3fc023e045b25561709e410ef35f9e77a379fd5183d12937 |
lib/generators/ibrain/install/templates/config/initializers/cors.tt | 100644 | 0 | 0 | | | 687 Bytes | 7cf2e5f18df58baf774eaedc6aa6a98126750a2a68d70c04013152455d8b4949 |
lib/generators/ibrain/install/templates/config/initializers/ibrain.rb.tt | 100644 | 0 | 0 | | | 1.82 KB | 0873e7defd5a72ade49164e503cd74c4e62b0974985cee2f80a0a5728bbfa0cb |
lib/generators/ibrain/install/templates/config/puma.tt | 100644 | 0 | 0 | | | 1.75 KB | c57e35ac6c171f43d7d570f30d9b5308ca0328c9abaec530648d043362bea04e |
lib/generators/ibrain/install/templates/graphql/app_schema.rb.tt | 100644 | 0 | 0 | | | 130 Bytes | c0197fb8cd3fa1e0fd8041632b95e4e12fb39863a456cce5071893abf45713e1 |
lib/generators/ibrain/install/templates/graphql/types/mutation_type.rb.tt | 100644 | 0 | 0 | | | 352 Bytes | 7d267b1dde70bca83cd9e246fc42383fb4e9f4648eff10cade8738cd3785ee5b |
lib/generators/ibrain/install/templates/graphql/types/query_type.rb.tt | 100644 | 0 | 0 | | | 482 Bytes | a73a6d24119b3e7be71ed0ca8618128201d31205a36bd1cfcc6443625deb12f1 |
lib/generators/ibrain/install/templates/rubocop.yml.tt | 100644 | 0 | 0 | | | 11.5 KB | 88be4084e30ee38d44290a50bf3fe952cf1460eb1ab258061ba2e7f6be988e1b |
lib/ibrain/app_configuration.rb | 100644 | 0 | 0 | | | 2.04 KB | ba2f79eaff393159cc00ad41afeea789d881556fe4a61957e590b7233b324e22 |
lib/ibrain/config.rb | 100644 | 0 | 0 | | | 113 Bytes | b99e690a1584bb0ecf37ce7841a1afff002a7284df0a0f3797d98619bb7a84ea |
lib/ibrain/core.rb | 100644 | 0 | 0 | | | 2.24 KB | 2546bf82c41b9e014077b6b3bae9f35720b8fd8ba3ed1c6f2999235096130a32 |
lib/ibrain/core/class_constantizer.rb | 100644 | 0 | 0 | | | 725 Bytes | 2b13b47e6b610757d73351817ba5daa0c2a99044c2133c46533c8f90f6a889d3 |
lib/ibrain/core/controller_helpers/auth.rb | 100644 | 0 | 0 | | | 2.23 KB | c12000d0ed5e42f0ca4136357b01627d16ae017a3c45659c44b580026850150d |
lib/ibrain/core/controller_helpers/current_host.rb | 100644 | 0 | 0 | | | 312 Bytes | ee9e58617341af8f0c09f6464bf18959c3db6501c233aaec49c76346fd5d9df6 |
lib/ibrain/core/controller_helpers/response.rb | 100644 | 0 | 0 | | | 1.32 KB | 08bc760ce6c25efa63a9032c26e301e62b03e4013a1b70a872a57fe7d1756b7a |
lib/ibrain/core/controller_helpers/strong_parameters.rb | 100644 | 0 | 0 | | | 468 Bytes | ecf632c249ab53b75b5fcc54cb47f23e34059e71843e70be6bb53d34224d2e18 |
lib/ibrain/core/engine.rb | 100644 | 0 | 0 | | | 363 Bytes | b79126a3167759565579b2c4695f1912d0496bce80f4be4b91afb9b3ea4adb87 |
lib/ibrain/core/environment.rb | 100644 | 0 | 0 | | | 297 Bytes | bc17bd874fe3974c871adf6b1e3b481c8c09eae7d74c62e05934e52b5c3711cd |
lib/ibrain/core/environment_extension.rb | 100644 | 0 | 0 | | | 613 Bytes | 84b648a45ec34af62328385325d82499abf84d4cb17bd90cf8d69cace04b76ed |
lib/ibrain/core/role_configuration.rb | 100644 | 0 | 0 | | | 2.37 KB | 0745b8a88fa7df42a9c0d09ac4d6c70dc51fc8e00bf12654893b168639918ff7 |
lib/ibrain/core/validators/email.rb | 100644 | 0 | 0 | | | 568 Bytes | 270a77dcb5c283c22b027f29ebdb01fdd28372f7adc7617a9fc6a505b54555d8 |
lib/ibrain/core/version.rb | 100644 | 0 | 0 | | | 248 Bytes | 9a9d1c06c927a7d1b51aa1cecf9175d3a764bb98ce6b34f731e5c35eda10085b |
lib/ibrain/core/versioned_value.rb | 100644 | 0 | 0 | | | 2.29 KB | 6130ca0fdfe388c187fe2cdac76032757febbcfc5446270be15a23c4414f6baf |
lib/ibrain/encryptor.rb | 100644 | 0 | 0 | | | 827 Bytes | 77192360f61a2d1b46b886931eea5850590e19b42956c8c4f802c6751e63ccb0 |
lib/ibrain/i18n.rb | 100644 | 0 | 0 | | | 545 Bytes | 07cadc34fc9c47df8a87cc808d248e775a62f13cd6d3a66fec10ba97e8b8938e |
lib/ibrain/logger.rb | 100644 | 0 | 0 | | | 438 Bytes | 6330569af2ae44f99ce6b07d6e372bc025a9ce1d7f5fd4e973fa67423449b3cb |
lib/ibrain/permission_sets.rb | 100644 | 0 | 0 | | | 113 Bytes | 4ac1cf650e1cf948ef2703dba7bc02d80f614c6161770350f851cf09a81295f8 |
lib/ibrain/permission_sets/base.rb | 100644 | 0 | 0 | | | 977 Bytes | d29a0827c02b819c9d02328c359337c686df7f34ea4284be1f626cc0cd33b223 |
lib/ibrain/permission_sets/super_user.rb | 100644 | 0 | 0 | | | 186 Bytes | d0fe2cae400d51e9357effd7a97eeb6f14513e1e8a073631c5e8b83ee08f9e47 |
lib/ibrain/permitted_attributes.rb | 100644 | 0 | 0 | | | 982 Bytes | 535d2193761439a6f631951518201fc7c33b87369dcc1cb7c2003b6511062ab4 |
lib/ibrain/preferences/configuration.rb | 100644 | 0 | 0 | | | 4.86 KB | 34bfc97a876062113fe3a0c759cb00329f67297a1bcd76785f6cd22fb06693c4 |
lib/ibrain/preferences/preferable.rb | 100644 | 0 | 0 | | | 5.87 KB | a7b621632626ec7d4615d8b9ecb057df8eea24eec1007bc18f10f5e848691fe2 |
lib/ibrain/preferences/preferable_class_methods.rb | 100644 | 0 | 0 | | | 4.58 KB | 700ee790a8d7920a0b35a7577bfce2d97b1e1c6d424a661dbbbd55119524b668 |
lib/ibrain/user_class_handle.rb | 100644 | 0 | 0 | | | 1.09 KB | b8ef75519c5a1fd6b45a55ba39c9fe02dbd17f6c2e33d89fb1443391b000a234 |
lib/ibrain_core.rb | 100644 | 0 | 0 | | | 53 Bytes | 8b8758f2c315873cb42e7fabd617b659a0fb14dca60edbec2e971dd9a55f6dfb |
lib/tasks/ibrain/auto_annotate_models.rake | 100644 | 0 | 0 | | | 2.06 KB | 56d70feb6d357392cd7383bfd379fe8d77d33a41f3797864812d6420f7c84569 |
lib/tasks/ibrain/core_tasks.rake | 100644 | 0 | 0 | | | 119 Bytes | 7a610af940acc311a3225d5ba89599ba3a7f94834de4f8c790c92a5a658f0729 |
lib/tasks/ibrain/ridgepole.rake | 100644 | 0 | 0 | | | 968 Bytes | c95b822401194907eca20438df65ab282c6368b68ffaa3dfa5769c4a6d1446d9 |