.gitignore | 100644 | 0 | 0 | | | 185 Bytes | f893b06f47da41de1251d31b97da93e34fd53492016dd8bbf3d509c7ce1532d3 |
.travis.yml | 100644 | 0 | 0 | | | 1.13 KB | 918d5df4dccfb00f54a85581d38eb669081cafc0473176218ddc56e477806df0 |
Appraisals | 100644 | 0 | 0 | | | 1.18 KB | 87439e1e9d3244b17df6f93607213140a603bf9bcbf3a32686d3473326249ccf |
Gemfile | 100644 | 0 | 0 | | | 92 Bytes | 5d2e7a45e5b92dee4dd01ceb9235be41f945df28f3a782bf981c9d18b4a7850f |
LICENSE.txt | 100644 | 0 | 0 | | | 1.09 KB | 6a325427ac6ccde23a92ad6372f338f7fe2b2ea51b6587c1d1f3fe924f147b8f |
README.md | 100644 | 0 | 0 | | | 1.84 KB | 2e0fe7eb1d14380b2216cd27f37e236fdf9c0a4da84c77b88d26e1677b2b519f |
Rakefile | 100644 | 0 | 0 | | | 169 Bytes | 55ac30277f0d9996e20ff463342b4f0ad2a187f6b928eb0b4f9b931c174295f2 |
gemfiles/active_record_4.1.gemfile | 100644 | 0 | 0 | | | 321 Bytes | f6a3dc8a4673ce9229ed318696b8f057090c10c4709860984805365d46b72bb2 |
gemfiles/active_record_4.2.gemfile | 100644 | 0 | 0 | | | 321 Bytes | 4a22f81e68560445540874719a2db869ff97acc4a81cfd78181e53b5bf44b7a1 |
gemfiles/active_record_5.0.gemfile | 100644 | 0 | 0 | | | 390 Bytes | 98a0851688cb9170c7f9c7d2e27801585a13ce646db4d91b164900a81299b4e1 |
gemfiles/active_record_5.1.gemfile | 100644 | 0 | 0 | | | 369 Bytes | 50644253939fb7900ff71208b0c7258a26c5764c91b4ec65d5d78460e8effb06 |
gemfiles/active_record_edge.gemfile | 100644 | 0 | 0 | | | 382 Bytes | 0c0ed52dd674a3a770ea82875e6a14907e868133d28be1f516d2641587549592 |
lib/state_machines-activerecord.rb | 100644 | 0 | 0 | | | 52 Bytes | aca0deab7a6c60c93ab9ef77a676f654723dc8b1724855d0c2af17e5df8d8164 |
lib/state_machines/integrations/active_record.rb | 100644 | 0 | 0 | | | 21.5 KB | d987e447e80f633880a53554c97eb35f2d807a6f1f554c2ee44c9ede4881bb95 |
lib/state_machines/integrations/active_record/locale.rb | 100644 | 0 | 0 | | | 396 Bytes | fbb87002f60afba3b0008c44f1907b1058141c901df5aced4f0d2092b41e9aae |
lib/state_machines/integrations/active_record/version.rb | 100644 | 0 | 0 | | | 109 Bytes | 548338c81de7f1db70d20ccd7842a4dc05fdee1ad859f968fdc5d9e7c6fc8d38 |
log/.gitkeep | 100644 | 0 | 0 | | | 0 Bytes | e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 |
state_machines-activerecord.gemspec | 100644 | 0 | 0 | | | 1.25 KB | 5e7e395d8c375c3b80a05a65e028d026265349831b8ccd61148efd8b3e5ba828 |
test/files/en.yml | 100644 | 0 | 0 | | | 95 Bytes | d2580cb337708d35ea0fcfca39a1358919b9c77c2eb7e09ced8da32c5322833c |
test/files/models/post.rb | 100644 | 0 | 0 | | | 212 Bytes | b3be6b3f3b8353be2f1f28e495c3cb2a7ec5d5a1bcc83dd69f90063d4c2fff02 |
test/integration_test.rb | 100644 | 0 | 0 | | | 1022 Bytes | e0f55599a58606f8961c93a8970621a44758333b54138aa180f9d50b25ee1808 |
test/machine_by_default_test.rb | 100644 | 0 | 0 | | | 344 Bytes | 387cbee307d4e617a9b4a5d568fe26c5e13b698b856828da795f58c41c333cec |
test/machine_errors_test.rb | 100644 | 0 | 0 | | | 576 Bytes | 8e007d953de285b19b1eea1e67201533598e3eb5de541d7310604a61242dd066 |
test/machine_multiple_test.rb | 100644 | 0 | 0 | | | 509 Bytes | 6ed2371fd103c10c6a86279b36fbc075e47845d71db164f7ae81307520bb2bcb |
test/machine_nested_action_test.rb | 100644 | 0 | 0 | | | 900 Bytes | 1fd6871b1b1169d116639e9239a3d41469d9d257b0a13b11caf58acdf85db8f8 |
test/machine_unmigrated_test.rb | 100644 | 0 | 0 | | | 373 Bytes | d43176848ba0b6afaf412afc85cedefc588d20307d22f6ffed4e91eb257f013c |
test/machine_with_aliased_attribute_test.rb | 100644 | 0 | 0 | | | 538 Bytes | 47e31fb066cb499eb9d23d22a06aceada5d3eb4b0d61a510949e97dd342f2211 |
test/machine_with_callbacks_test.rb | 100644 | 0 | 0 | | | 4.6 KB | a2ea906b2114fc42a3eeee79798cf28e6b012534852cb591d1ac2ee6f0a9e72e |
test/machine_with_column_state_attribute_test.rb | 100644 | 0 | 0 | | | 1.11 KB | 1f13653b684b420c1947fc70fa053fca7b45f118c7b3e3e226b0acfc13b1235e |
test/machine_with_complex_pluralization_scopes_test.rb | 100644 | 0 | 0 | | | 391 Bytes | 0ac15d5b1eafd6c188c75c462a4f6f26f98603a6cd509ebdf86d6b1f224fe2a5 |
test/machine_with_conflicting_predicate_test.rb | 100644 | 0 | 0 | | | 350 Bytes | 21b01f3c65a51df45eaff6e0c0f1c62de2a189a4dfd6662089739309d4bbfd94 |
test/machine_with_conflicting_state_name_test.rb | 100644 | 0 | 0 | | | 837 Bytes | 57ce59a3b23786dc2df06cd48bb3b89d0454f4280b0e0b0b639b6100f84aa929 |
test/machine_with_custom_attribute_test.rb | 100644 | 0 | 0 | | | 519 Bytes | 8e5eea16d464fad8a127003949b21114df608a81782b6830b6b383697ce8036f |
test/machine_with_default_scope_test.rb | 100644 | 0 | 0 | | | 436 Bytes | 32ae88127bbaae7f1c4a733ef97e66a23ec3cf47b543b65872f31ad25bdc7473 |
test/machine_with_different_column_default_test.rb | 100644 | 0 | 0 | | | 795 Bytes | e99ed9baf4140b792541ce6d33403f4c4a984c8603ef7ec244ccd8a2822c5bfa |
test/machine_with_different_integer_column_default_test.rb | 100644 | 0 | 0 | | | 830 Bytes | 0f14c2e539d49afe36d7749e23dbbf3892109be986a7ca450257f0989a5dee0f |
test/machine_with_dirty_attribute_and_custom_attributes_during_loopback_test.rb | 100644 | 0 | 0 | | | 690 Bytes | 2605c0084b7de94dfaa13ab5339d3900b34dc4aaafa8081d3d0f9e70c6dfe817 |
test/machine_with_dirty_attribute_and_state_events_test.rb | 100644 | 0 | 0 | | | 505 Bytes | d8859d0154db76adbac6f22019e3a33b21a2fae0077a43234c35cfe211bf5ce5 |
test/machine_with_dirty_attributes_and_custom_attribute_test.rb | 100644 | 0 | 0 | | | 973 Bytes | 1c6e81267d8cafc02e8c835ea7e624c14904854dc1cf4de421a7f97bbbfccc39 |
test/machine_with_dirty_attributes_during_loopback_test.rb | 100644 | 0 | 0 | | | 594 Bytes | 529996ca6b8b2ab2d14d8bc66c4d1730e087100347a4433218fdfad4a9d46d33 |
test/machine_with_dirty_attributes_test.rb | 100644 | 0 | 0 | | | 1007 Bytes | 2fb88b979effa68b3f4d8f400e4c48bd791170c0e1fe8c09b2022131932e5779 |
test/machine_with_dynamic_initial_state_test.rb | 100644 | 0 | 0 | | | 2.35 KB | 0d88f51e6d30121d5679b7b89156eb9a9a6249010b7fe557d35bb5b0052b6223 |
test/machine_with_event_attributes_on_autosave_test.rb | 100644 | 0 | 0 | | | 1.46 KB | 73a6763089a021f5eb3ae395720071a02892fb34e5351f77cb8dece911cd2f55 |
test/machine_with_event_attributes_on_custom_action_test.rb | 100644 | 0 | 0 | | | 922 Bytes | 9f1722be10043d744df57dd933e550eddc44ec92e27e4288c6a023b733e4083a |
test/machine_with_event_attributes_on_save_bang_test.rb | 100644 | 0 | 0 | | | 1.96 KB | 2d62a272397722df5c5972a4449fbd68d7fe42f8c7f2d09872584c91147476d8 |
test/machine_with_event_attributes_on_save_test.rb | 100644 | 0 | 0 | | | 6.19 KB | 5b4b3f25c97d2e0f63500f14d3be79820c403ce16c75045a299ae58b6ec19c66 |
test/machine_with_event_attributes_on_validation_test.rb | 100644 | 0 | 0 | | | 3.26 KB | 28d4bb5f83df56452699e48bdcaec2ffc6fd7270f06c5c43966869b25bf54d19 |
test/machine_with_events_test.rb | 100644 | 0 | 0 | | | 304 Bytes | 7fe94f3ab75207fc691cf8d0940bacfe294db6724a55aef330709008dccb73dc |
test/machine_with_failed_action_test.rb | 100644 | 0 | 0 | | | 1.14 KB | 995a33b48bbecdba3e68a0f93531f3a532cd7a370a042f42582171d8acb9eeee |
test/machine_with_failed_after_callbacks_test.rb | 100644 | 0 | 0 | | | 1017 Bytes | e724eb1000ad97105fe83fb80be463b25cf75775762c453f4e4ee1fcf5ad0a96 |
test/machine_with_failed_before_callbacks_test.rb | 100644 | 0 | 0 | | | 1.03 KB | 570c9dba2acf649b31b96e2fb9d5a00b0e0fe6cb568c327050a8d9f9c99a5096 |
test/machine_with_initialized_state_test.rb | 100644 | 0 | 0 | | | 932 Bytes | b4c005a21860441c7011d2e115449f4e12318c921f58f28ea356f43918b41bbf |
test/machine_with_internationalization_test.rb | 100644 | 0 | 0 | | | 6.4 KB | 990a0d5a67c50234bda996d346610f2c4791fe81e3f5a2f93152231624b824b5 |
test/machine_with_loopback_test.rb | 100644 | 0 | 0 | | | 595 Bytes | 923f837996c21c6725eba8fd18ce2358e74339347eedff48c812ba3895018f9c |
test/machine_with_non_column_state_attribute_defined_test.rb | 100644 | 0 | 0 | | | 800 Bytes | 7ef2ce5d64bd14f6f87c9f525277e4220074462cc45d9e8557178d8c4a226130 |
test/machine_with_same_column_default_test.rb | 100644 | 0 | 0 | | | 651 Bytes | 53b51619cb48785edd94643fabbdc261270322cd5f3fc35639d8ae5406f80580 |
test/machine_with_scopes_and_joins_test.rb | 100644 | 0 | 0 | | | 1.25 KB | d8f3abcd5e58f020b246630852fe49ad6f61cbd6e419a91d02096e73cc19b216 |
test/machine_with_scopes_and_owner_subclass_test.rb | 100644 | 0 | 0 | | | 925 Bytes | 64f583fe5a3a3b715a5bec0a907ac19c332ca55eeb1dfc339610b5b49284b143 |
test/machine_with_scopes_test.rb | 100644 | 0 | 0 | | | 2.07 KB | bebc254e1c2e9166f09c349e17653c46babb52b843f3c05011ce49fbdaf4b643 |
test/machine_with_state_driven_validations_test.rb | 100644 | 0 | 0 | | | 852 Bytes | 6369f2c1b00bca84649b87300046a66e5f164ad47f3f6534c6b1f5c8f2a5ff84 |
test/machine_with_states_test.rb | 100644 | 0 | 0 | | | 310 Bytes | 92faa230493a6fbf5cebcebb95dc0a66af88480885cebc6f27202fd86e58c50a |
test/machine_with_static_initial_state_test.rb | 100644 | 0 | 0 | | | 4.65 KB | 9c4e4139cd1b4df51196f6cc5d3f701bb050109256d2c0e4be21460600c063cf |
test/machine_with_transactions_test.rb | 100644 | 0 | 0 | | | 557 Bytes | de1e3787485a35de13ace3d605347eeab56b3d19ee8cf4de1ce20004884860b9 |
test/machine_with_validations_and_custom_attribute_test.rb | 100644 | 0 | 0 | | | 525 Bytes | 9e423f16e21fed83732393c68f6e910a2a2e826ab22e74f39446b3511364c8df |
test/machine_with_validations_test.rb | 100644 | 0 | 0 | | | 1.18 KB | 20068df356cb602c346b766772f458c562b58fb795fbe73aceb7df155f97f387 |
test/machine_without_database_test.rb | 100644 | 0 | 0 | | | 455 Bytes | 7ff2517a29e701c67a1475f550ae3c45b29847a91dd2f267ccb2ca104a7f0c33 |
test/machine_without_transactions_test.rb | 100644 | 0 | 0 | | | 565 Bytes | 8d82067f32ee5de75ea0b0d51fd46c5acb989a2f61adc7bc92e140b048be939b |
test/model_test.rb | 100644 | 0 | 0 | | | 369 Bytes | 74b57a22de566fed0dae8fd4b4b22287ed972c7cefeaf8a1c4a11911486eaa83 |
test/test_helper.rb | 100644 | 0 | 0 | | | 1.52 KB | 7fc366c8baad80abe75257721197cd03e0e012cc98ed76718b8811570c1ef693 |