MIT-LICENSE | 100644 | 0 | 0 | | | 1.04 KB | 3c53a9eefd4dc34b1567740c0a65e8e637bcc48ac0873d4933bad080702b16ad |
README.md | 100644 | 0 | 0 | | | 10.1 KB | e7042d5974cf8440ecc2005b235abad5cf9323cf1c19df89aa8a40bd63c8680e |
app/assets/javascripts/effective_logging.js | 100644 | 0 | 0 | | | 37 Bytes | 9a9311f10a6febdff92658dbc6c4ea363ab178671ebca1afcf3de4c2bda9a725 |
app/assets/javascripts/effective_logging/effective_logger.js.coffee.erb | 100644 | 0 | 0 | | | 413 Bytes | 3e00eb49e6d6ebb9c6c6cde650d797f81df05886d99a704e787bf1f1fb617596 |
app/controllers/admin/logs_controller.rb | 100644 | 0 | 0 | | | 1.23 KB | 374565307c9b8dbc57949ac0fbeccb5d4009a5dcabd879a3236896f119c9ff23 |
app/controllers/effective/logs_controller.rb | 100644 | 0 | 0 | | | 2.7 KB | deee95fd9fefe77846ea98e3e141f6414edd3b4acbfba65c0b9841157c7108e5 |
app/helpers/effective_logging_helper.rb | 100644 | 0 | 0 | | | 3.24 KB | 2ee59b208f1fe943708b57c46c93850b6b939b9dc85e4059f6e70a84c96f171a |
app/models/concerns/acts_as_loggable.rb | 100644 | 0 | 0 | | | 2.26 KB | 0d130dbfe24965f270996365e890d1d30ca742dfee457c339b7ee552bfde4fcd |
app/models/effective/access_denied.rb | 100644 | 0 | 0 | | | 415 Bytes | deeac3d5959881f17ed31c07fbbabe56997641bfd73be0a2a3e8fa99c805d91d |
app/models/effective/datatables/logs.rb | 100644 | 0 | 0 | | | 2.48 KB | 34a0387c746443c07ea3b07b8147144b2f8b92a0547741275d40092f07d2104f |
app/models/effective/log.rb | 100644 | 0 | 0 | | | 2.09 KB | 877272be1c4dd4fde41ef4fcf90fd2173bd2ad82ff89466ec6373a0c5813b9a0 |
app/models/effective_logger.rb | 100644 | 0 | 0 | | | 1.52 KB | 1f3b67a1aed22777cbf096e30e30dba27357324b2b923c51fdb5661942b8abaa |
app/views/active_admin/effective_logging/logs/index.html.haml | 100644 | 0 | 0 | | | 151 Bytes | 3a7c0f1d8891a4cda77b8bac5d75dd1f01c09829c9f904061898bd0d3e49ecd5 |
app/views/active_admin/effective_logging/logs/show.html.haml | 100644 | 0 | 0 | | | 64 Bytes | ce65a29259df2d2358db956a2578c5df968b9dc4c16c21e272243841f5b8cfa2 |
app/views/admin/logs/_actions.html.haml | 100644 | 0 | 0 | | | 448 Bytes | 3c91ace0756cd52660bbcebb615ca1e0e76eaf594ae81c7dc43df63a0139927f |
app/views/admin/logs/index.html.haml | 100644 | 0 | 0 | | | 73 Bytes | 63b105ab7b4024895495065b172a44a5fc3d6c38140576dfd699fe5f327a1e89 |
app/views/admin/logs/show.html.haml | 100644 | 0 | 0 | | | 62 Bytes | aed4e637addce665f1935bbb9947570d175596e5a5d95ec18789232a404da12c |
app/views/effective/logs/_log.html.haml | 100644 | 0 | 0 | | | 1.84 KB | 6308f20a7746d68ab13f568f4390fc71368e2caf5274ae37032ddbd4b6a305cf |
app/views/effective/logs/index.html.haml | 100644 | 0 | 0 | | | 145 Bytes | 42e6f429adac14f50da5044d1ec046f98a34fc7a6b3d5869f9142dec4daa0021 |
app/views/effective/logs/show.html.haml | 100644 | 0 | 0 | | | 55 Bytes | 7bb70eab0d8b998ea4131603e97b780fa19106b5055f80f9cbd3af1840f525d0 |
config/effective_logging.rb | 100644 | 0 | 0 | | | 1.69 KB | 334b2b47e688f1239a5e965d77822a3ffce591cb0ecc3f1863bdb04cdc93ce82 |
config/routes.rb | 100644 | 0 | 0 | | | 540 Bytes | 7a883d59fb655ed9ef368c6dc0bc9dd96af33cea900301a03b64041975cf4111 |
db/migrate/01_create_effective_logging.rb.erb | 100644 | 0 | 0 | | | 810 Bytes | e05634027578a9c47165d6c2bd37d98023fb1188289be809c7f1bb551e8781f2 |
lib/effective_logging.rb | 100644 | 0 | 0 | | | 1.47 KB | eb5fc580fb7c82f08289c77a14ccc3c94ca25aee62062f7faf99c3c6ed13cb87 |
lib/effective_logging/active_record_logger.rb | 100644 | 0 | 0 | | | 4.74 KB | 1078d49430827e2d05ebe11a359859d16c5ff1599acb62dd0d4bfd80983f788d |
lib/effective_logging/email_logger.rb | 100644 | 0 | 0 | | | 1.28 KB | 20b09b07273fabab71479f669ab357c965f99300f683176f26ac17d7a9e0e2e4 |
lib/effective_logging/engine.rb | 100644 | 0 | 0 | | | 2.49 KB | b417827930ce03fd004788f08753f0d48804632d2e3efd4588724a028ccc132e |
lib/effective_logging/log_page_views.rb | 100644 | 0 | 0 | | | 2.5 KB | c12378cb86a567f1be595741ce1c8c394b3d585674be15216f2e106466404c6a |
lib/effective_logging/set_current_user.rb | 100644 | 0 | 0 | | | 575 Bytes | ee2d37bb69eb619a98032ef862d95a1984596aebbf376a758ef15970ff76751c |
lib/effective_logging/user_logger.rb | 100644 | 0 | 0 | | | 2.17 KB | 1feb719455b3f9c532525a1a9b354d7b17f3a74739d5581990c42ca52aabe023 |
lib/effective_logging/version.rb | 100644 | 0 | 0 | | | 56 Bytes | 11315291c53eb1c003641f501dd7260ee9539b75b3cdc5035eef3725e9866084 |
lib/generators/effective_logging/install_generator.rb | 100644 | 0 | 0 | | | 933 Bytes | 0c0b7471ac53e1e64d50e1a10458e6d2b3ace17a983cd249b8a3e670d3ee95d2 |