.gitignore | 100644 | 0 | 0 | | | 66 Bytes | 0e64e28995e78462c59216e86c7289b1d3caf788a3e55d2d5555e7caf29a1dd0 |
.travis.yml | 100644 | 0 | 0 | | | 110 Bytes | 7d3515bc864acb571fa2d6955b195505049cecceb7e0c999d8c4a05a91326170 |
Gemfile | 100644 | 0 | 0 | | | 106 Bytes | b6085c76e636795054febb431063b2e51c9430b10ebc3ee6631439e67be23a52 |
LICENSE | 100644 | 0 | 0 | | | 1.04 KB | e16bfeaba41c5f31771d4bb8b4aba23004edc1b7b81d01020891274abf424838 |
README.md | 100644 | 0 | 0 | | | 2.27 KB | 9c406244fe1de1d691a1a2c5112c6bb466affd0bc93455a0742c7ce02cb19349 |
Rakefile | 100644 | 0 | 0 | | | 911 Bytes | aa2a6fdefe7a384b99545dede033162ab88d1a251452e5cd5c2231236eafaf2b |
acts_as_favoritor.gemspec | 100644 | 0 | 0 | | | 1.33 KB | a0177e51e10ec45dc042bc98c1ec2bfed7203df2fbdfd454a8eddd2ff8e2765c |
init.rb | 100644 | 0 | 0 | | | 28 Bytes | f8500098683830983e132140d3d20a4649d43105d98bdb03be7281bcbc75ac6d |
lib/acts_as_favoritor.rb | 100644 | 0 | 0 | | | 1.02 KB | 17bce108dc2a8295b3132ea4b4d55422a958021f303c1c63dab7e6246f892526 |
lib/acts_as_favoritor/favoritable.rb | 100644 | 0 | 0 | | | 4.08 KB | 27af1cc0ff4ca9d765c82867c117a6fddd33ec8182dc847b927caf514b58b29a |
lib/acts_as_favoritor/favorite_scopes.rb | 100644 | 0 | 0 | | | 1.42 KB | c333a45766b85c185f4ef83e78e2ba00475c321fb7e575b71d0794955a3c4b88 |
lib/acts_as_favoritor/favoritor.rb | 100644 | 0 | 0 | | | 4.42 KB | cd4445c160c3920f51e9894c93b8c5dc068da73062d5f6454ac2e3743612a1ae |
lib/acts_as_favoritor/favoritor_lib.rb | 100644 | 0 | 0 | | | 1.32 KB | 6ab0bfb375eb72a4e9bc26d8a52cbb51f9974058f595d08886d95eecaeb65568 |
lib/acts_as_favoritor/railtie.rb | 100644 | 0 | 0 | | | 338 Bytes | 7693fb54f484e1ad62168e12937644fb2d38759412aa19597e165f8e972209f0 |
lib/acts_as_favoritor/version.rb | 100644 | 0 | 0 | | | 55 Bytes | ec73310b4392eee225c0c88f8a28ac9cbc90ba4dcb78db2e5e6101b7853a91b1 |
lib/generators/USAGE | 100644 | 0 | 0 | | | 227 Bytes | f6d1c04006849e990f76cf91b7c68c88fde9b18cd0e62e42e63480b1507791c1 |
lib/generators/acts_as_follower_generator.rb | 100644 | 0 | 0 | | | 725 Bytes | 992267b84d091de52d79e19ac91ecb274884f7d8cfe027bf988e8b95d7d88f7d |
lib/generators/templates/migration.rb.erb | 100644 | 0 | 0 | | | 745 Bytes | 97bcb91e5234f05e56bb81f72f40fce96bb6c08fc62fcb6012bd89a41812f938 |
lib/generators/templates/model.rb | 100644 | 0 | 0 | | | 384 Bytes | c913af31495fdccc75716d21a19ac9cf6dbf1ce7ab7aa84daa2e87cc7b67565f |
test/README | 100644 | 0 | 0 | | | 570 Bytes | 442c0cde20f8f1c0437c3b58d101165228c440b175fb19770db5f5cbec9ed2d2 |
test/acts_as_followable_test.rb | 100644 | 0 | 0 | | | 7.64 KB | 226a71eb449d2dfe71846cccc5846a4575fd589ff599bd724224c51d2806042e |
test/acts_as_follower_test.rb | 100644 | 0 | 0 | | | 6.57 KB | 31ef6c14cd653b0170dc955c93f77fb3823ece0e828a1f59a34b678ade3b1bae |
test/dummy30/Gemfile | 100644 | 0 | 0 | | | 25 Bytes | 16533cf478a5901b63b0a13fc1c708ee6fab1fe5a16f5845b6ff23282cc4ed04 |
test/dummy30/Rakefile | 100644 | 0 | 0 | | | 264 Bytes | 8541c9f417ad742ab23682e13fe8342f4d162af92740136e3cee3e76c3f8d31b |
test/dummy30/app/models/application_record.rb | 100644 | 0 | 0 | | | 80 Bytes | 7a7e2b2c3b4cf17ef288df6ed671e3bd648023c3e6a8f4f52ec6db25a31e731f |
test/dummy30/app/models/band.rb | 100644 | 0 | 0 | | | 91 Bytes | 5c5fc3a6d207be485b59f726c353219f2125094937062ef99b20b2cc0668d446 |
test/dummy30/app/models/band/punk.rb | 100644 | 0 | 0 | | | 84 Bytes | 6d16505ec244450f0c16d2e47c61623b546794aaf1520c0c27c1023d87620396 |
test/dummy30/app/models/band/punk/pop_punk.rb | 100644 | 0 | 0 | | | 99 Bytes | 336217b332162fbea8c8b6d64b79e6ccc038b3665dc4ec89f934cc59e4b9ee0e |
test/dummy30/app/models/custom_record.rb | 100644 | 0 | 0 | | | 75 Bytes | 18b33bc1493bfe8f33b8d3ad343012cd856e553448b5ddd80904707812eb8412 |
test/dummy30/app/models/some.rb | 100644 | 0 | 0 | | | 108 Bytes | 6246d19390c0fe99d278c56da4de85ce6f219ce6ea6a77589550f6adcdac0c62 |
test/dummy30/app/models/user.rb | 100644 | 0 | 0 | | | 113 Bytes | 602943d795b3e8b8ee54a5bb4ee2df90a1d058c446ab4d946f89898b81cdd066 |
test/dummy30/config.ru | 100644 | 0 | 0 | | | 153 Bytes | a37b0e8df1595eeaa0752d71fb5388ed6afabc2fee73fed278484c072eeafdb2 |
test/dummy30/config/application.rb | 100644 | 0 | 0 | | | 1.87 KB | 4fe5bca6415c9080960d421875c026af7ec2b39a0108f8d8a504a5c28f9141ba |
test/dummy30/config/boot.rb | 100644 | 0 | 0 | | | 240 Bytes | 30f4a94d198a482d03adec8bf7686a625f6424652dc5721583e529158aa1ba52 |
test/dummy30/config/database.yml | 100644 | 0 | 0 | | | 111 Bytes | 8c54dbacef6172e3b0814c880bb3f551dfeb1e12485cab36f156a03999e385c4 |
test/dummy30/config/environment.rb | 100644 | 0 | 0 | | | 148 Bytes | f0e0cf358d196374022a7d020ca35e5f15404c910564291fc14956c5d7c3d1da |
test/dummy30/config/environments/development.rb | 100644 | 0 | 0 | | | 690 Bytes | 5b457aabe6375b81c9ad36d072a9b00e61b2f9aa9e2e35173575337e6357848b |
test/dummy30/config/environments/test.rb | 100644 | 0 | 0 | | | 937 Bytes | 5dc63f31f38a24d8c9369eef2842c2bf034f2af64341427e39e4bbe9a3ef6057 |
test/dummy30/config/initializers/backtrace_silencers.rb | 100644 | 0 | 0 | | | 404 Bytes | 12656d43090727d98c72bed6ba153b501ae0b7fdc5f20cfd64b5ab8a8bfa87a8 |
test/dummy30/config/initializers/inflections.rb | 100644 | 0 | 0 | | | 376 Bytes | 9449663f6476f55fcc11553109eadee742521924a0592102e7f5ac25e8b3561a |
test/dummy30/config/initializers/secret_token.rb | 100644 | 0 | 0 | | | 496 Bytes | 1e203f5e663244daab13a947847100672c3be853e885bc1f619a09c93035db3f |
test/dummy30/config/initializers/session_store.rb | 100644 | 0 | 0 | | | 407 Bytes | 3d7cecfc184ccfb11be1d8f222fba11a3774be54f37d8dc6af32bfe346287817 |
test/dummy30/config/locales/en.yml | 100644 | 0 | 0 | | | 213 Bytes | e05dd8e34e2afd36433f485b513e331e3e73a0040a247c3c40fc7638e173fbe3 |
test/dummy30/config/routes.rb | 100644 | 0 | 0 | | | 38 Bytes | 00931aaf2c23573a57dce8136bd70a2faea2afeb5bf9d1d376d75120bb79f712 |
test/factories/bands.rb | 100644 | 0 | 0 | | | 354 Bytes | 26d737ff0e62ad4631ef1d4a402414816c39084cd7b4852d07c4f3c8148f878e |
test/factories/somes.rb | 100644 | 0 | 0 | | | 167 Bytes | 7aa36fce748e9ece1a08ed86b3956f78bef8d31dbf56edef4ed243196fc14230 |
test/factories/users.rb | 100644 | 0 | 0 | | | 226 Bytes | 728213b9d804f06a14bdef68a6d1d4a16e74a506117fe682a4ae4479280af435 |
test/follow_test.rb | 100644 | 0 | 0 | | | 667 Bytes | 3433e238e262cfe2ac445a1f96a94d284c28d8f2ca5609c097d32211c4d52daf |
test/schema.rb | 100644 | 0 | 0 | | | 671 Bytes | 7ce3a7719023c9f7c51dbc547aab71dbc132589d2d9daae6b60a877feb2b1a97 |
test/test_helper.rb | 100644 | 0 | 0 | | | 531 Bytes | cd39df6e8930ebd61c78625b5d34f0a2eb9b48952c7bcaf168534a4a24eba682 |