.gitignore | 100644 | 0 | 0 | | | 250 Bytes | f655195434409d3f123f07f18b0ea3d901d70484990ab2f3614902e9156b8fb1 |
.travis.yml | 100644 | 0 | 0 | | | 736 Bytes | 354bfe4271bcdb9458d1860f5897ae83395a3b29cbc87994e75893379146c9e6 |
Appraisals | 100644 | 0 | 0 | | | 445 Bytes | 20548e20d8451a0e468494fece2a577ae5960edc4f84ca8b0e2fcef5392732c3 |
Gemfile | 100644 | 0 | 0 | | | 297 Bytes | cc855271d8b5148618346fc3c8732c2b63cfb47722196ef6d07fe782950d87c2 |
LICENSE.txt | 100644 | 0 | 0 | | | 1.05 KB | 7abc1fc6e4b37e72c0cff731a8a17550aa4723095563f19891cdcdc04309efb6 |
README.md | 100644 | 0 | 0 | | | 2.71 KB | 3bfc487ac898e8b7449b453691a65e5ff2a77b47ceb59c3450d946a4ae36445b |
Rakefile | 100644 | 0 | 0 | | | 971 Bytes | 830a91ee35360aa2570db643bf1e1d75cd937b7889d15d4ada9cc049ee89938d |
did_you_mean.gemspec | 100644 | 0 | 0 | | | 1.16 KB | f5e94e369ad18872f6c9f2a814f5515e2242a6736e74173f03f2bf65ed2d3a0b |
doc/CHANGELOG.md.erb | 100644 | 0 | 0 | | | 230 Bytes | e48a6084d686a57979a00654f61c9105a845b419743dae3860e86739529518a2 |
doc/changelog_generator.rb | 100644 | 0 | 0 | | | 882 Bytes | 31e3c477def2b3b317d9da79d85603c296633b8ac74c4b1b1cd3ebc0a692ff78 |
doc/did_you_mean_example.png | 100644 | 0 | 0 | | | 146 KB | 4617df6d53bf239096089dea94d7df1ec27e46a296d0d8d85876fb24fd080196 |
ext/did_you_mean/extconf.rb | 100644 | 0 | 0 | | | 61 Bytes | 208fa126838a052f680d1aa61428bd3fc08d2500c8a2e73fa8381e6dc4f73c71 |
ext/did_you_mean/method_missing.c | 100644 | 0 | 0 | | | 441 Bytes | 2bfd7bd5cfdc9ad99a806e5e2d8f7c9df2b3575319d248ebd990257d8de60fec |
gemfiles/activerecord_32.gemfile | 100644 | 0 | 0 | | | 326 Bytes | 88c7dfd5dc7767c3b22fdc62847e5269677567a4d5c2e7ed4d3e2e18176bff05 |
gemfiles/activerecord_40.gemfile | 100644 | 0 | 0 | | | 326 Bytes | 4bc64d106e7a553752546eb9dd83d8bd4a6f96f9ddc8d7eab6c0c38c50b8b926 |
gemfiles/activerecord_41.gemfile | 100644 | 0 | 0 | | | 326 Bytes | a0b3a5b0920e5c1cd8209e29bcda2d88457afff0db77d5a434c7e34192266568 |
gemfiles/activerecord_42.gemfile | 100644 | 0 | 0 | | | 326 Bytes | 83b4190642110ca0521c080049dcb9d3169d073d7946492cde8e4c90d6a9d960 |
gemfiles/activerecord_edge.gemfile | 100644 | 0 | 0 | | | 427 Bytes | 307e56bf6c9e65743f6c598476d1e382c6d39feab9f82e6d3562961e31456de8 |
lib/did_you_mean.rb | 100644 | 0 | 0 | | | 592 Bytes | 722b276581a4fdd57c397f61ff439e945a82f7d590ed3568c97c1f7dc8c2f048 |
lib/did_you_mean/core_ext/name_error.rb | 100644 | 0 | 0 | | | 606 Bytes | c44f7444849f385cf1c9499dd3409e3cf3a2164a0316d0f8d66dd70bb6cf0fcd |
lib/did_you_mean/core_ext/no_method_error.rb | 100644 | 0 | 0 | | | 699 Bytes | fb9ce530ff845d12f4ce617c80d42fad9b92d92138ebe415ed8d02ca7fd02c4b |
lib/did_you_mean/finders.rb | 100644 | 0 | 0 | | | 775 Bytes | bed51df45819da3e08e4e96266de550295d9c98f19666b0a40709006f7e35ee9 |
lib/did_you_mean/finders/name_error_finders.rb | 100644 | 0 | 0 | | | 659 Bytes | 12ecf1ab3687ce092501ffae08ebff9a5d59cc2f2adc55a15b56e18a768d7e7b |
lib/did_you_mean/finders/name_error_finders/similar_class_finder.rb | 100644 | 0 | 0 | | | 1.09 KB | 06d2e7ffc5cbe07603d0dca88fa26fdb7219d889f9000e65adc401a9b9a36124 |
lib/did_you_mean/finders/name_error_finders/similar_name_finder.rb | 100644 | 0 | 0 | | | 1.49 KB | 2d189aa6d64f10857a81af89076b481fad0ee5ca6873b1004ab7c05a3b4775d1 |
lib/did_you_mean/finders/similar_attribute_finder.rb | 100644 | 0 | 0 | | | 663 Bytes | 02ca91f345ab03347b72b30eaf31242a9fb21d25a477ba62b61498165b6ac752 |
lib/did_you_mean/finders/similar_method_finder.rb | 100644 | 0 | 0 | | | 700 Bytes | 98b3f710605c3618dce3e184c591a907995374606264db1cfd7b1e190a7c50fa |
lib/did_you_mean/levenshtein.rb | 100644 | 0 | 0 | | | 1.27 KB | 12afcb20439888756ed6e0f69673c3a70e8154fd17e51be4a9a35066710b769a |
lib/did_you_mean/test_helper.rb | 100644 | 0 | 0 | | | 201 Bytes | a4793aa5d690995887770bf10961dcad56ffdcce6128dd8ddc4a6ad34d806122 |
lib/did_you_mean/version.rb | 100644 | 0 | 0 | | | 42 Bytes | 9ccfc1955a5c65a5d30c90fc0d4e4fbb6229086ae696a93425fb5b7d3d872587 |
lib/did_you_mean/word_collection.rb | 100644 | 0 | 0 | | | 595 Bytes | f5441ae185ef8d45e54ec6a821b70d8225f76eb988e7c98752d7c051b4c014db |
test/all_test.rb | 100644 | 0 | 0 | | | 595 Bytes | 46bbbcc27a2c9bebce2b65c9c5d235f27f434911f0a8b4b980a36832394d216b |
test/name_error_extension_test.rb | 100644 | 0 | 0 | | | 1.22 KB | d3baa0400caf22f78244f6cf960f7652e3474475d21db2c9c7f5d813239cf47a |
test/no_method_error_extension_test.rb | 100644 | 0 | 0 | | | 814 Bytes | 40e6e696e89c9a8a5a293cf4b07dd185de1ef8062e5ff546368d782ee1bc9637 |
test/null_finder_test.rb | 100644 | 0 | 0 | | | 380 Bytes | 72e6a4f0ed864b9925da6bc354dd01fbb9489f7ab251e07a76dfb9fef01e8c7a |
test/similar_attribute_finder_test.rb | 100644 | 0 | 0 | | | 428 Bytes | b3cf4adc5fb72dfbab5d1f38dfc6ff6aad461ccd5ce5bdbf95c4ae66d67da95d |
test/similar_class_finder_test.rb | 100644 | 0 | 0 | | | 1.76 KB | ccc1cfbe0e57c290fe6eb7be746d7e939ee7a70804977504cf7c2d3e6fcb6225 |
test/similar_method_finder_test.rb | 100644 | 0 | 0 | | | 1.98 KB | 82435ecc9894b65435eca4ae017d9fe17094cb22375c05c8df6c71109fa84675 |
test/similar_name_finder_test.rb | 100644 | 0 | 0 | | | 2.04 KB | 9fa63a3db6b259409718e2c8209b9ae9af770184fcccb8c1ff1bed4d8e3804b2 |
test/test_helper.rb | 100644 | 0 | 0 | | | 712 Bytes | ab6e7d9b9a4227ca0fe3aed8ac98f7fb318ff64336e692f86d85eb0c7625231b |
test/word_collection_test.rb | 100644 | 0 | 0 | | | 441 Bytes | b4bc9e65d1ff36454069431f5904570c42e178d78c130368a4384ce50008c766 |