Gemfile | 644 | 0 | 0 | | | 323 Bytes | f3ffda3e39f0bbe7ff514c718236634d6e02d783ae26878ca828ed58f9d0ca42 |
Gemfile.lock | 644 | 0 | 0 | | | 2.43 KB | 10a03a154d7c205c77b830b97cad17c8d64838ad07f9dbd40a98fdf452ef53a1 |
LICENSE.txt | 644 | 0 | 0 | | | 1.06 KB | 3114e0c5655c4d823b069fda382714b6bbd89843784435af43e2cf34ba09119f |
README.rdoc | 644 | 0 | 0 | | | 2.94 KB | 268e431c31846baf0bcb422a894ef149c56e601c9b048070812865e79d3b7ebd |
Rakefile | 644 | 0 | 0 | | | 1.2 KB | 75236275764374068d709604e6abc7f3404a7ae3731d22e056ea618df1392c34 |
VERSION | 644 | 0 | 0 | | | 5 Bytes | 11ee23b8fc2fc619d6eab6277adb5a527261067ac01ccfc3e11857f55bf18bcd |
devise_session_expirable.gemspec | 644 | 0 | 0 | | | 4.22 KB | 5aacbe03a885d269f139067270f6fbf1017935939421bd15f98a692877e6d06b |
lib/devise_session_expirable.rb | 644 | 0 | 0 | | | 343 Bytes | c586ffa67627d559458effae535ef4bd83067fd919631beb03d03d1e14beeac7 |
lib/devise_session_expirable/hook.rb | 644 | 0 | 0 | | | 1.92 KB | 12794af43136dcdca759dc073050d81730fd59b0986cb52941674d9faac68066 |
lib/devise_session_expirable/model.rb | 644 | 0 | 0 | | | 2.02 KB | 679aa83259ffc6b082915074ab363bdb2b64ec23aa6d72ba941e7b08bd4652d9 |
test/integration/session_expirable_test.rb | 644 | 0 | 0 | | | 3.78 KB | 84bd7bfa55a73e956c61c0ecba13bdc5c05afa91b53ea4ed8fc858b64c62e8d8 |
test/models/session_expirable_test.rb | 644 | 0 | 0 | | | 1.3 KB | 42ccf47f011a1bcf6782189fe01dde18eccab055c4739d191a8ed0f1e3f088d8 |
test/orm/active_record.rb | 644 | 0 | 0 | | | 293 Bytes | 54d8650c9ec32b86ba587f046aa84565de2a95f6b91490cd5fce9919f0048172 |
test/rails_app/Rakefile | 644 | 0 | 0 | | | 313 Bytes | 4ab5616dea32f168526ceb555c5721f0b7ec34c22abcccdb89b064b707b36ed0 |
test/rails_app/app/active_record/admin.rb | 644 | 0 | 0 | | | 98 Bytes | 8688cc0722ada7e01a5678869ac2cecfc3b57af7d727019ea47c1d7059e26155 |
test/rails_app/app/active_record/shim.rb | 644 | 0 | 0 | | | 15 Bytes | a1ceccee5436a2b2139fd9901abdf3959c7d804811581642ebf0b71f132e97b2 |
test/rails_app/app/active_record/user.rb | 644 | 0 | 0 | | | 95 Bytes | ed38136d8ee269585c9b865fe5d79fa1728787b22b4151db4250987c359e0867 |
test/rails_app/app/controllers/admins/sessions_controller.rb | 644 | 0 | 0 | | | 165 Bytes | 232bddd6facbc9516eafb90efdeb96414f3c122f93266979c72237a8d060ca3e |
test/rails_app/app/controllers/admins_controller.rb | 644 | 0 | 0 | | | 245 Bytes | f9d1895749957919982333ab6339c19e3dd06b0319199ef93f9160fcd060a6c0 |
test/rails_app/app/controllers/application_controller.rb | 644 | 0 | 0 | | | 398 Bytes | 73aa94b087bd8f8b043f84b1bfc1aa87ad68c09f48e0fe391419d63e5f9bc5cd |
test/rails_app/app/controllers/home_controller.rb | 644 | 0 | 0 | | | 67 Bytes | fcb3f9556075572378727aec4e4d266f3e4fc1329f58485f4eee80bd77285065 |
test/rails_app/app/controllers/users_controller.rb | 644 | 0 | 0 | | | 462 Bytes | 4b3ca61201ca1c7044f794c4ebd81d760f083f86116ce573a81df5173200dfc0 |
test/rails_app/app/helpers/application_helper.rb | 644 | 0 | 0 | | | 115 Bytes | 4e4a85fba47e841e00df8cf97ec585f6181bdae09d2014c615c62445a726b651 |
test/rails_app/app/views/admins/index.html.erb | 644 | 0 | 0 | | | 15 Bytes | 1018c790a0f8deb9c409a918103d12ba298a7286445585f4ca3788e377a2e3f3 |
test/rails_app/app/views/admins/sessions/new.html.erb | 644 | 0 | 0 | | | 76 Bytes | f04c94bbabd66538709f683f15cb90ab47b8121393befff1973c253440aebed3 |
test/rails_app/app/views/home/index.html.erb | 644 | 0 | 0 | | | 5 Bytes | d73100365349be0f9f3d9a7e79c8965de4e7cac48fe047aee622e63945d28dda |
test/rails_app/app/views/layouts/application.html.erb | 644 | 0 | 0 | | | 622 Bytes | 20906d70c2157911b6959cb1682c62128741164c3b58b89364fabf3f2a60fe67 |
test/rails_app/app/views/users/index.html.erb | 644 | 0 | 0 | | | 38 Bytes | c1106823de395e07941918ea5853bbc643a8a241222266d55cdf5710552bd065 |
test/rails_app/app/views/users/sessions/new.html.erb | 644 | 0 | 0 | | | 18 Bytes | 819ebadabfd6086b309beaa202f2ed3caabc411a9575fb06daba29d080e649b7 |
test/rails_app/config.ru | 644 | 0 | 0 | | | 158 Bytes | e433d117ba351280629fc026ec788f95a2493a6f0e3a6d13f5390f3b2033c4e8 |
test/rails_app/config/application.rb | 644 | 0 | 0 | | | 1.22 KB | 0f29427c58138132221343cef8828687797a7ce0f498bb830d5b9ea42cbfa235 |
test/rails_app/config/boot.rb | 644 | 0 | 0 | | | 193 Bytes | b97487f9f8c1df1f9c4080a1020a8b05fef7ac64d5b5d788c1bd02d2e8b78be9 |
test/rails_app/config/database.yml | 644 | 0 | 0 | | | 470 Bytes | d11d9d9a0a18d80e334f34b4d2ad697eeda88416d11aadcb3da76a8b565800a7 |
test/rails_app/config/environment.rb | 644 | 0 | 0 | | | 152 Bytes | b59e99b509f581bbb78cad6cad59195bcd7e06c3c23f5693221fc9f729cb908f |
test/rails_app/config/environments/development.rb | 644 | 0 | 0 | | | 727 Bytes | f66eb1c330b2784e30792a82682654d169edf5673b503d1fd6c4076d46bb4a3e |
test/rails_app/config/environments/production.rb | 644 | 0 | 0 | | | 1.11 KB | 341286549492e15611f3f05115a3038f5a8de8d2505527b4e0c0d98fc6dfc854 |
test/rails_app/config/environments/test.rb | 644 | 0 | 0 | | | 1.37 KB | 67808300a37eb0c78de81861d3d5e14b480004217fcd2ecc259f2da12c33422f |
test/rails_app/config/initializers/backtrace_silencers.rb | 644 | 0 | 0 | | | 402 Bytes | 80153329cd531c89344ac20b0c1f5ba64b40cc6234fec6047dac2ce2d22405a7 |
test/rails_app/config/initializers/devise.rb | 644 | 0 | 0 | | | 7.83 KB | 63bcfd416ac218270c34c49eb1fae62cdd31087eb75cca728ab69033b9c81746 |
test/rails_app/config/initializers/inflections.rb | 644 | 0 | 0 | | | 54 Bytes | 8b65c39a04a7eae44a657822054aef58b2bcf44687e2b1a916c884ddd6179dfa |
test/rails_app/config/initializers/secret_token.rb | 644 | 0 | 0 | | | 242 Bytes | a3c1764752dcfb0ff14062575724d01499d1e6c3600723a1ccef54078e39e665 |
test/rails_app/config/routes.rb | 644 | 0 | 0 | | | 528 Bytes | 2597b7449138875b3c0da0f6980bb0cdb31b68723434f2fef6239788a27ac177 |
test/rails_app/db/migrate/20100401102949_create_tables.rb | 644 | 0 | 0 | | | 1001 Bytes | 9ffc3c4e8f414402d6a809f15017f0f01a6b5438eafc3e8ba895a09341c6627f |
test/rails_app/lib/shared_admin.rb | 644 | 0 | 0 | | | 406 Bytes | 75fdd2403f04e80b5a78aef0680d9f88bceea8e683723fbb0df71c7d4c081ae5 |
test/rails_app/lib/shared_user.rb | 644 | 0 | 0 | | | 307 Bytes | 5ef4d3743adf4147332865386b99f9d85931262618b1690198d59242eda6cc9b |
test/rails_app/public/404.html | 644 | 0 | 0 | | | 728 Bytes | e83bab5bc954e390da4d67691e61ee368b97738ab7d165c4d35d54977c116f58 |
test/rails_app/public/422.html | 644 | 0 | 0 | | | 711 Bytes | 97a7b03d5364abcb3e667d94da1f7f5112dd07487d6f969c23eb5f2cd7c2171b |
test/rails_app/public/500.html | 644 | 0 | 0 | | | 728 Bytes | 4ca11648f057809f28f549961ecb31a7aaa26d1c7e2b42073702a4ff3452dd4d |
test/rails_app/public/favicon.ico | 644 | 0 | 0 | | | 0 Bytes | e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 |
test/rails_app/script/rails | 755 | 0 | 0 | | | 436 Bytes | 0ebe17d8eb875c99d51c09bf54555879b0a5a7a75648c00b72a0229a40e88923 |
test/support/assertions.rb | 644 | 0 | 0 | | | 382 Bytes | 9d7c9f0d9b5c3fd82549bfaa85ce8341763a3e1f3c16a5299c561fbbdba0f216 |
test/support/helpers.rb | 644 | 0 | 0 | | | 1.6 KB | 007d30b45190b78c4ed1d7b6a7e6063458e749a9afa4078e90a7886f75207011 |
test/support/integration.rb | 644 | 0 | 0 | | | 2.3 KB | b1d0d68a0026703c4c1e849466c9d3969f3c80d980d67f7973f689e7a3493e80 |
test/support/webrat/integrations/rails.rb | 644 | 0 | 0 | | | 495 Bytes | e7190dcbd76bb84156ad7f9fb926529ef2161bf5eff62727513bb3e9d25592d8 |
test/test_helper.rb | 644 | 0 | 0 | | | 820 Bytes | 8cd6b4061ec484e107a4172af8253b3725cf9ae4750c9a8739dd2984b323a15e |