.gitignore | 100644 | 0 | 0 | | | 195 Bytes | b337782f7df358e9563ddc84bc124dcd38cd2a168c9f070b717fa16bd037b082 |
Gemfile | 100644 | 0 | 0 | | | 101 Bytes | 4f6f24afc6ba27f4f73345e178ce5cc8a74dd450f3e7abd96527886be1a262f2 |
LICENSE | 100644 | 0 | 0 | | | 1.05 KB | 5efbf770cf74c5ccadd223c26ce64c6399c8912b66dbf070f182424d7f848694 |
README.md | 100644 | 0 | 0 | | | 4.75 KB | f1a1b2bafbfd2a7f76d4976bc5f4e36c1dafe4bb6e12bfff6c575591c7741c98 |
Rakefile | 100644 | 0 | 0 | | | 174 Bytes | 5e83b82a7ce64d3f7a2d4c39e3f85435e83f5c7edf9a88edc0a65030aba8402f |
acts_as_starable.gemspec | 100644 | 0 | 0 | | | 1.18 KB | c3ec5d65ef6d4e4424419a050c0377a24999e04bd2e7da41aeff47d778fef67b |
lib/acts_as_starable.rb | 100644 | 0 | 0 | | | 360 Bytes | 439442f00febb3ada6c577733215ea25c626cf6f7879a3b6575b100b675e5992 |
lib/acts_as_starable/railtie.rb | 100644 | 0 | 0 | | | 313 Bytes | 4147d3dd4874a2db87a045b8b8fdf22b6e62b99ae30c2d977aec0a8062353edb |
lib/acts_as_starable/star_scopes.rb | 100644 | 0 | 0 | | | 630 Bytes | 843c8af880c5508cb4814d2da2f44862af5f26f3aa890d13ae4e6ce961ef4d73 |
lib/acts_as_starable/starable.rb | 100644 | 0 | 0 | | | 1.84 KB | 26738b0b130ba7a99091f9cb66d2abd4da26118fe0e1abb0b8ba69e13e91fe49 |
lib/acts_as_starable/starer.rb | 100644 | 0 | 0 | | | 2.25 KB | b13324ee4e8675d6a41af72b3225aff2101a512f36ec63f7bb584cd12fa082c6 |
lib/acts_as_starable/starer_lib.rb | 100644 | 0 | 0 | | | 814 Bytes | 8322a7cb06d05c5ac041912863cd68a2e386180d99cf40ed6a8dd734eceb281b |
lib/acts_as_starable/version.rb | 100644 | 0 | 0 | | | 46 Bytes | 89c2afe3664902535006669296f85a75f43cca5de0542462636013cf41a7964a |
lib/generators/USAGE | 100644 | 0 | 0 | | | 220 Bytes | 5b4ea0d01da84e4d677eae1c2895d321511c8d908695fa2e054885459e2688fe |
lib/generators/acts_as_starable_generator.rb | 100644 | 0 | 0 | | | 865 Bytes | d8d010c44189bd6490e235c1be83cfd7493d4c123b9ec1a28096a3796dbdb10f |
lib/generators/templates/migration.rb | 100644 | 0 | 0 | | | 379 Bytes | 35f9470ec23a555948d42b6d69330111050af19b02b425356ce354dee02d015d |
lib/generators/templates/model.rb | 100644 | 0 | 0 | | | 194 Bytes | d0dae5e5327dab3a7614c3a90b40ff33e06950e36de948dd77e22b1ea5a9fa11 |
test/acts_as_starable_test.rb | 100644 | 0 | 0 | | | 2.02 KB | 343c300cd13243d6a260b0c8d55f58145b9c3eddb4c203a500cc33fa57da419e |
test/acts_as_starer_test.rb | 100644 | 0 | 0 | | | 2.57 KB | 079d51031f0af269cc5997f98bf5c55dd9a6178a4b122e64b2218c9da562773b |
test/dummy40/Gemfile | 100644 | 0 | 0 | | | 82 Bytes | 20f6ab2a34c72baa434f9ffc01c486c83e0754eb327ec632fb33bf9d6d02fffa |
test/dummy40/Rakefile | 100644 | 0 | 0 | | | 265 Bytes | 4af01ee94a1a77ddc7496ae069d715b0e548d67409ac14d2b2a1fc842e29323b |
test/dummy40/app/models/band.rb | 100644 | 0 | 0 | | | 85 Bytes | c95488454093c663018c555c89994adac7be80d366897ee140d86b5b1d7f39cb |
test/dummy40/app/models/user.rb | 100644 | 0 | 0 | | | 102 Bytes | fcec2ab13d979dc0ef0dbf2efad2c5ea18c0aaefb92765b0b690d802cd430f69 |
test/dummy40/config.ru | 100644 | 0 | 0 | | | 155 Bytes | fde40f9243e93c0d83f775eea879301124abafec5d0082e8fcc015870b67ed46 |
test/dummy40/config/application.rb | 100644 | 0 | 0 | | | 916 Bytes | 37a41fa579faf764d70dca18cb58419fe92b4b38cc6e115def39b007bf1aea2d |
test/dummy40/config/boot.rb | 100644 | 0 | 0 | | | 171 Bytes | 8af58ad594e465b53dc015fec1ac3ea78ea4bffc9607b3023d61a77e052c050a |
test/dummy40/config/database.yml | 100644 | 0 | 0 | | | 104 Bytes | 0644265fd258e4ff3b74c04415aa6b4c18865b51861ef0daed3bab93f7f09317 |
test/dummy40/config/environment.rb | 100644 | 0 | 0 | | | 149 Bytes | 59a618350650f48bcfde8bcde65ac91e0a45c7531ceb0b2416778ac3c6f50dc5 |
test/dummy40/config/environments/development.rb | 100644 | 0 | 0 | | | 903 Bytes | 5340cf102926858ac59341ea210327f7e4d73ac3d1590fac2d1e9b83b8162421 |
test/dummy40/config/environments/test.rb | 100644 | 0 | 0 | | | 1.38 KB | 1fd0fa2e4ae0f4e874ad26acc3a5600820462e5a2ce98f100012a787460c2b54 |
test/dummy40/config/initializers/backtrace_silencers.rb | 100644 | 0 | 0 | | | 404 Bytes | 12656d43090727d98c72bed6ba153b501ae0b7fdc5f20cfd64b5ab8a8bfa87a8 |
test/dummy40/config/initializers/inflections.rb | 100644 | 0 | 0 | | | 376 Bytes | 9449663f6476f55fcc11553109eadee742521924a0592102e7f5ac25e8b3561a |
test/dummy40/config/initializers/secret_token.rb | 100644 | 0 | 0 | | | 496 Bytes | 1e203f5e663244daab13a947847100672c3be853e885bc1f619a09c93035db3f |
test/dummy40/config/initializers/session_store.rb | 100644 | 0 | 0 | | | 410 Bytes | 0c50de7253553a2aa66d38722ef7e2dee7f1c46852001cf50d02d6bcee112644 |
test/dummy40/config/locales/en.yml | 100644 | 0 | 0 | | | 213 Bytes | 6b393140f668cd4f960b03d8320b5e6a226a023c9a3f4439029aaee932562273 |
test/dummy40/config/routes.rb | 100644 | 0 | 0 | | | 38 Bytes | 00931aaf2c23573a57dce8136bd70a2faea2afeb5bf9d1d376d75120bb79f712 |
test/factories/bands.rb | 100644 | 0 | 0 | | | 143 Bytes | 67753b8265c4586e37284cc5757e20d090cc404c75f0ceefac52774c2609f209 |
test/factories/users.rb | 100644 | 0 | 0 | | | 144 Bytes | eb69c04095d174bd203b29d88d0c3a344d588e45ac26f4a77b596815978a8544 |
test/schema.rb | 100644 | 0 | 0 | | | 482 Bytes | d2355b99ed91c3e12f6e1e982af44594ffadcf403d9b1dd65861bfbadf7d4151 |
test/test_helper.rb | 100644 | 0 | 0 | | | 450 Bytes | 50617f9c83e72557058b732544cb95524af8c260a46e763d77b46bd0e6b41310 |