LICENSE | 100644 | 0 | 0 | | | 11.1 KB | 3ce3bf9039b512fd76a8153c1a495b3e174eda371e1440a44657735b09da7224 |
Rakefile | 100644 | 0 | 0 | | | 847 Bytes | 38135f1c2cfd51ee3689a091ad4a2692dff83db9486dd17a9624478d6aaf38ec |
db/migrate/20131210115648_create_notifiable_apps.rb | 100644 | 0 | 0 | | | 194 Bytes | a2aed7fbea6edf7cae62d772e71ee014b5cda598e44081df1dffa9dc79246cb2 |
db/migrate/20131210115649_create_notifiable_device_tokens.rb | 100644 | 0 | 0 | | | 384 Bytes | 2edcd6af52213d14157cafc798a8b85054530470aa1abbfbaeffec281962e176 |
db/migrate/20131210115650_create_notifiable_notifications.rb | 100644 | 0 | 0 | | | 608 Bytes | 1ce7aa277f4a1f2e8ac8eb2feedd103f57d1cd680bad2d3a0ef076e794b44aaf |
db/migrate/20131210115652_create_notifiable_statuses.rb | 100644 | 0 | 0 | | | 260 Bytes | bdc001b4fbf7d2cdd79e11694aebff5bd3cdffd4f7522479d2061d473e9cf5d7 |
db/migrate/20131210115653_add_name_to_notifiable_device_tokens.rb | 100644 | 0 | 0 | | | 148 Bytes | da726cf949b1592963ab64c7bc74f2dc2b8422b8605cfb0de96932ef91fd80b5 |
db/migrate/20161208221332_add_badge_count_to_notifiable_notifications.rb | 100644 | 0 | 0 | | | 163 Bytes | 7687c6083a3264be984e33f5981a9317527976d34b9524c6eb786cf7246badec |
db/migrate/20170108221332_remove_is_valid_from_notifiable_device_tokens.rb | 100644 | 0 | 0 | | | 179 Bytes | 14c6b738f18eb5ade76682253b76a37b2ed9e69d9c8d7970d4170822b7a77a06 |
db/migrate/20170108221432_add_app_id_token_index_to_notifiable_device_tokens.rb | 100644 | 0 | 0 | | | 175 Bytes | 60540fffb65f7f7125d43aa96aac82abf00dfa31cea7e3cf61cc954e295256ad |
db/migrate/20170116212641_add_lat_lon_to_notifiable_device_tokens.rb | 100644 | 0 | 0 | | | 203 Bytes | 56a4559dd2a5c400d717ced67517a6d29f2ed3796598a383327c5712d9b8fad9 |
db/migrate/20180302212641_add_last_error_message_to_notifications.rb | 100644 | 0 | 0 | | | 159 Bytes | fb4b1d9e8b1056c4742023801dd707f2029e144b4ac288cdd5edde3a1cf0ad44 |
lib/generators/notifiable/install/install_generator.rb | 100644 | 0 | 0 | | | 1.21 KB | 31291a5503e79ce463f5d06104b18ea9a518a00d710410082bb4ae6d19d41d57 |
lib/generators/notifiable/install/templates/initializer.rb | 100644 | 0 | 0 | | | 728 Bytes | c77e51e41ba2d3abc591c3fb5c43d42ff9e8eb1a624e075673aac1154eda9256 |
lib/notifiable.rb | 100644 | 0 | 0 | | | 912 Bytes | 1c16ab8a2dc7a9d22c95ef25954aeef5f9e8d946639ed8843bec2ef96dfe5377 |
lib/notifiable/active_record.rb | 100644 | 0 | 0 | | | 1.08 KB | 4b1f59736a07fb04dc717bdd8396a09109df96851e363412668130ed53df972f |
lib/notifiable/app.rb | 100644 | 0 | 0 | | | 1.92 KB | f0abc5c0b2b556c76f70998e6cc113d07a937c3665138f0f0351aa3d48813da9 |
lib/notifiable/device_token.rb | 100644 | 0 | 0 | | | 655 Bytes | a4ae1cfcd210eac8692227c4d6fc67c408dd2c8357024e53f3c7e95e8921daa8 |
lib/notifiable/engine.rb | 100644 | 0 | 0 | | | 788 Bytes | b1c93a068b406531465b61173a2c22d4863bbdbc264c9387cdbaf49f95d1930a |
lib/notifiable/notification.rb | 100644 | 0 | 0 | | | 1.22 KB | 15cd529cd8da70b38c934dab11ef90d648e72270d7da1a5f6627cc10d2cf9c31 |
lib/notifiable/notification_status.rb | 100644 | 0 | 0 | | | 534 Bytes | 50c2e7afae5c2e25fa451ab98d9e0e33cdee69bd6030eeb4211f5182aec01937 |
lib/notifiable/notifier_base.rb | 100644 | 0 | 0 | | | 1.46 KB | 9081b8b59cdcc654b5f4f186d4d7547897b0a83dbab237ec0721e4f624d54dc4 |
lib/notifiable/railtie.rb | 100644 | 0 | 0 | | | 244 Bytes | c48fd477ef08c6fb8ec4c540320b6cb4f0b8efde5619832c050b4b3dd5c8c6d3 |
lib/notifiable/version.rb | 100644 | 0 | 0 | | | 43 Bytes | bb4108be3e6283498001b45a521ced2d1cab43f05e36408133eefc59650ed2c0 |
lib/tasks/brakeman.rake | 100644 | 0 | 0 | | | 267 Bytes | e376ac36b2020931601cc70c3a908e9f6d829043001f9f8755d24b7d0c3daf1d |
spec/model/device_token_spec.rb | 100644 | 0 | 0 | | | 1.47 KB | c68a48f5598fcd1a5a96bb49aa5bcd9fb29f549660fb9548d8296c1ab41bca27 |
spec/model/notifiable_app_spec.rb | 100644 | 0 | 0 | | | 1.6 KB | 3d188fa2bce85ffc49baa059b59e6d15939af08abc65d83e9e4bce2466a67b3a |
spec/model/notification_spec.rb | 100644 | 0 | 0 | | | 1.99 KB | a9d3a1032066d87027af56d357dbeb976cc09fae76aa919da184d86522816e5c |
spec/model/notifier_base_spec.rb | 100644 | 0 | 0 | | | 2.66 KB | d4c351ca72178cab3464f08dacad1cda6f58f85d14e27805bdfd2e12461cb0f3 |
spec/spec_helper.rb | 100644 | 0 | 0 | | | 1.85 KB | 82750274c43febdb2ee98e00aeb47162f70d6dfad37cd8c8e20da9ced9fea7c9 |
spec/support/engine_controller.rb | 100644 | 0 | 0 | | | 1.02 KB | 07d86953549d4beeff416dd2311a8cf13bbe60fe84f093da95610433db09ef5f |
spec/support/factories.rb | 100644 | 0 | 0 | | | 499 Bytes | 393aa2ddafd91ec2adf32e81e89c608be1c586e2b1cc27e1d4154abcf515190d |
spec/support/request_helpers.rb | 100644 | 0 | 0 | | | 109 Bytes | 517aec26c6bb19a72b1bfc11394d0d7170400ffb5a83565e9f95d1ffdda3cbca |
spec/test_app/README.rdoc | 100644 | 0 | 0 | | | 478 Bytes | 692014390d8a07689a5e7fa597019e61262c7fc3b3f2d2f34fcbf71337ebf472 |
spec/test_app/Rakefile | 100644 | 0 | 0 | | | 252 Bytes | 82b08b8f1e95e2ab678ac49d0a1c9c1fb6073f5b0a68b63a37153e9f0f2465c4 |
spec/test_app/app/assets/javascripts/application.js | 100644 | 0 | 0 | | | 599 Bytes | 0afe11efc66f290c60cb9415a64b4800a31dd42d6101a2a0452867177b06cf89 |
spec/test_app/app/assets/stylesheets/application.css | 100644 | 0 | 0 | | | 546 Bytes | 3226de36233f17188ba94faa61b451b580f0c381f9db3dc83a69cdff43e52300 |
spec/test_app/app/controllers/application_controller.rb | 100644 | 0 | 0 | | | 58 Bytes | c534a204ae44564d4ff442c7d563b6af578a0b0d484f375e688b176d7a73baad |
spec/test_app/app/helpers/application_helper.rb | 100644 | 0 | 0 | | | 29 Bytes | f77fac5ea412dbed92c4524fe0ed180acb2b7239f84daf758da989032301f5c8 |
spec/test_app/app/views/layouts/application.html.erb | 100644 | 0 | 0 | | | 297 Bytes | 305bb4d2ff2d72a1ab74ac85f855756245efa476aee412f7020f2a03d71f6953 |
spec/test_app/bin/bundle | 100755 | 0 | 0 | | | 129 Bytes | 7130bf85d0a1f4213924c456fffcc778b78258c0008e62a76bff9722a8cf1034 |
spec/test_app/bin/rails | 100755 | 0 | 0 | | | 146 Bytes | ff0dcd108ea06bfa271d7e573534ceaa4e91d47b3a7ef5170975df6ee567985a |
spec/test_app/bin/rake | 100755 | 0 | 0 | | | 90 Bytes | 436f1fbb82e7b52d0bc032ac6ac9dce49a3f3ec47b909c863783021c116c264c |
spec/test_app/config.ru | 100644 | 0 | 0 | | | 154 Bytes | 4bfd478acf3e8d501c7ac4fe74b781f2bc37b40f9866b60c78fdffb723a9b7e9 |
spec/test_app/config/apns-development.pem | 100644 | 0 | 0 | | | 4.09 KB | 267b5a4227e6e2f84fd3bc165f7cd66e8ec7c5ea557e47701c389efacf03ea2b |
spec/test_app/config/application.rb | 100644 | 0 | 0 | | | 1.04 KB | 2e7c29c5be10df131ba6fbb6d2d27083d35fd1379b7c671a8101f38cacb645c3 |
spec/test_app/config/boot.rb | 100644 | 0 | 0 | | | 242 Bytes | 46c7133341d4acf82c3d326540300220b2afba4a9283b06c41f938976af62232 |
spec/test_app/config/database.yml | 100644 | 0 | 0 | | | 197 Bytes | 15d022a6d279def73132dcce1bafa20c1631b241f23b5986b243a6a8e3aa8d18 |
spec/test_app/config/environment.rb | 100644 | 0 | 0 | | | 153 Bytes | 5c92123e9b09c2931ee05417fddc03723b5b8e426d9ec97ffb3ce5b2aec2f2c3 |
spec/test_app/config/environments/development.rb | 100644 | 0 | 0 | | | 1.09 KB | 581d0394d1359fe3f83a14a10f6fe1ee6991c6769454ee1581a17e4950d0e975 |
spec/test_app/config/environments/production.rb | 100644 | 0 | 0 | | | 3.17 KB | f839e354802af35070aa682aba5e12bdf566bac4428f62006edf303f5f67131d |
spec/test_app/config/environments/test.rb | 100644 | 0 | 0 | | | 1.52 KB | 948709e470acc6b462976df38917d601ab240410b6b1324087abf7cafd1cadea |
spec/test_app/config/initializers/backtrace_silencers.rb | 100644 | 0 | 0 | | | 404 Bytes | 12656d43090727d98c72bed6ba153b501ae0b7fdc5f20cfd64b5ab8a8bfa87a8 |
spec/test_app/config/initializers/filter_parameter_logging.rb | 100644 | 0 | 0 | | | 194 Bytes | eb293cbcac26012fb63489b355b7a68df2e0f5006abe79e2128752f40514aaf4 |
spec/test_app/config/initializers/inflections.rb | 100644 | 0 | 0 | | | 647 Bytes | a2045e2ce03f29305e052a9236ff41d4c7d4d171c0fa5bf8cfbc958edd307df6 |
spec/test_app/config/initializers/mime_types.rb | 100644 | 0 | 0 | | | 205 Bytes | eeb81ee447a8f788b69240861f043b485ab6e830dde0997ddeb3c1b445ed5d06 |
spec/test_app/config/initializers/notifiable.rb | 100644 | 0 | 0 | | | 297 Bytes | 3f84de2f09bdb6d605c2767b766b71889f3928037bb715d87574e6cf94767b2b |
spec/test_app/config/initializers/secret_token.rb | 100644 | 0 | 0 | | | 661 Bytes | 8066603ba6f8501ab3d3e90356184ca91ef25288865da67b1adf745ef36ba5e6 |
spec/test_app/config/initializers/session_store.rb | 100644 | 0 | 0 | | | 143 Bytes | a413831d20de25766401b2da2b0b54b0b769d897366330c87ca7d373eec76d10 |
spec/test_app/config/initializers/wrap_parameters.rb | 100644 | 0 | 0 | | | 517 Bytes | c9768c02e265d5980177ea86c7fd886a19a2a276d11663c5849eca5231280691 |
spec/test_app/config/locales/en.yml | 100644 | 0 | 0 | | | 634 Bytes | 44028606fa6334147bef7aeb7ef9303dd7971c96c2e0d9d29525c19919bac57c |
spec/test_app/config/routes.rb | 100644 | 0 | 0 | | | 82 Bytes | 23628c1035e443c1346d668189bc31cdef7c317cc63c67c74e32ca78ffd44365 |
spec/test_app/db/schema.rb | 100644 | 0 | 0 | | | 2.46 KB | 8147e88e9f9337bac5a920de8d98578a1dc3be82e4413e5bb7fe28871eb6a20f |
spec/test_app/log/development.log | 100644 | 0 | 0 | | | 17.1 KB | b3217209bdfde6ca78cfebfb3fd656cab75f42b3f61e9cfa7b7d2e7bc0e3e710 |
spec/test_app/log/test.log | 100644 | 0 | 0 | | | 152 KB | 425d941ad9ea5ceb21568422c80498d462ef16dd71e6b6e2bedc2eddb733164b |
spec/test_app/public/404.html | 100644 | 0 | 0 | | | 1.32 KB | ae488f2a554a5f6227606ef7b7c4c705806d10a72a84111a777e5db215dfd243 |
spec/test_app/public/422.html | 100644 | 0 | 0 | | | 1.3 KB | dc406f17d293cc85f9a551f48933338c7042d0137fcdb836342558413a84a2cf |
spec/test_app/public/500.html | 100644 | 0 | 0 | | | 1.24 KB | c6f497c895f4831eb36886da4feab4ae682da9bbf4c02c3ec09f0d3b384b147c |
spec/test_app/public/favicon.ico | 100644 | 0 | 0 | | | 0 Bytes | e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 |