--- !ruby/object:Gem::Specification name: rubber_ring version: !ruby/object:Gem::Version version: 0.0.1 platform: ruby authors: - Ziga Vidic autorequire: bindir: bin cert_chain: [] date: 2013-05-28 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: 4.0.0.rc1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: 4.0.0.rc1 - !ruby/object:Gem::Dependency name: sass-rails requirement: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: 4.0.0.rc1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: 4.0.0.rc1 - !ruby/object:Gem::Dependency name: coffee-rails requirement: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: 4.0.0.rc1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: 4.0.0.rc1 - !ruby/object:Gem::Dependency name: jquery-rails requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: actionpack-page_caching requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: image_sorcery requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: fastimage requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rr_publish requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: sqlite3 requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rspec-rails requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: spork requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: uglifier requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' description: Rubber Ring helps developers to quickly build new sites and customers to easily edit them. email: - zigomir@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - app/assets/images/glyphicons-halflings-white.png - app/assets/images/glyphicons-halflings.png - app/assets/javascripts/libs/dropzone.js - app/assets/javascripts/libs/h5utils.js - app/assets/javascripts/rubber_ring/application.js - app/assets/javascripts/rubber_ring/attachment_dragger.coffee - app/assets/javascripts/rubber_ring/attachment_manager.coffee - app/assets/javascripts/rubber_ring/attachment_uploader.coffee - app/assets/javascripts/rubber_ring/dropdown_menu.coffee - app/assets/javascripts/rubber_ring/editor.coffee - app/assets/javascripts/rubber_ring/link_editor.coffee - app/assets/javascripts/rubber_ring/persistence_manager.coffee - app/assets/javascripts/rubber_ring/template_editor.coffee - app/assets/javascripts/rubber_ring/util.coffee - app/assets/stylesheets/libs/bootstrap.scss.erb - app/assets/stylesheets/rubber_ring/application.css - app/assets/stylesheets/rubber_ring/cms.scss - app/concerns/rubber_ring/build.rb - app/concerns/rubber_ring/publish.rb - app/concerns/rubber_ring/util.rb - app/controllers/rubber_ring/attachments_controller.rb - app/controllers/rubber_ring/cms_controller.rb - app/controllers/rubber_ring/rubber_ring_controller.rb - app/controllers/rubber_ring/sessions_controller.rb - app/helpers/rubber_ring/cms_helper.rb - app/models/rubber_ring/page.rb - app/models/rubber_ring/page_content.rb - app/models/rubber_ring/page_template.rb - app/views/layouts/rubber_ring/application.html.erb - app/views/rubber_ring/_application.html.erb - app/views/rubber_ring/_head.html.erb - app/views/rubber_ring/_template_control.html.erb - app/views/rubber_ring/sessions/new.html.erb - config/routes.rb - db/migrate/20130520170602_create_pages.rubber_ring.rb - db/migrate/20130520170603_create_rubber_ring_page_contents.rubber_ring.rb - db/migrate/20130520170604_create_rubber_ring_page_templates.rubber_ring.rb - db/seeds.rb - lib/generators/rubber_ring/install/install_generator.rb - lib/generators/rubber_ring/install/templates/application.js - lib/generators/rubber_ring/install/templates/layout.html.erb - lib/generators/rubber_ring/install/templates/publish_template.yml - lib/generators/rubber_ring/install/templates/settings_template.rb - lib/generators/rubber_ring/install/USAGE - lib/generators/rubber_ring/page/page_generator.rb - lib/generators/rubber_ring/page/templates/action.html.erb - lib/generators/rubber_ring/page/templates/controller.rb - lib/generators/rubber_ring/page/USAGE - lib/rubber_ring/engine.rb - lib/rubber_ring/version.rb - lib/rubber_ring.rb - lib/tasks/rubber_ring_tasks.rake - MIT-LICENSE - Rakefile - README.md - test/dummy/app/assets/images/baws.jpg - test/dummy/app/assets/javascripts/application.js - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/controllers/application_controller.rb - test/dummy/app/controllers/example_controller.rb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/views/example/page.html.erb - test/dummy/app/views/example/page2.html.erb - test/dummy/app/views/layouts/application.html.erb - test/dummy/app/views/layouts/rubber_ring/layout.html.erb - test/dummy/app/views/templates/_article.html.erb - test/dummy/app/views/templates/_blog_post.html.erb - test/dummy/bin/bundle - test/dummy/bin/rails - test/dummy/bin/rake - test/dummy/config/application.rb - test/dummy/config/boot.rb - test/dummy/config/database.yml - test/dummy/config/environment.rb - test/dummy/config/environments/development.rb - test/dummy/config/environments/production.rb - test/dummy/config/environments/test.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/initializers/filter_parameter_logging.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/rubber_ring.rb - test/dummy/config/initializers/secret_token.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/initializers/wrap_parameters.rb - test/dummy/config/locales/en.yml - test/dummy/config/publish.yml - test/dummy/config/routes.rb - test/dummy/config.ru - test/dummy/db/development.sqlite3 - test/dummy/db/migrate/20130524163154_create_pages.rubber_ring.rb - test/dummy/db/migrate/20130524163155_create_rubber_ring_page_contents.rubber_ring.rb - test/dummy/db/migrate/20130524163156_create_rubber_ring_page_templates.rubber_ring.rb - test/dummy/db/production.sqlite3 - test/dummy/db/schema.rb - test/dummy/db/test.sqlite3 - test/dummy/log/development.log - test/dummy/log/production.log - test/dummy/log/test.log - test/dummy/public/404.html - test/dummy/public/422.html - test/dummy/public/500.html - test/dummy/public/assets/application-4e268cfccc1f26318c22a87c9e6b9095.js - test/dummy/public/assets/application-4e268cfccc1f26318c22a87c9e6b9095.js.gz - test/dummy/public/assets/application-e006d1eddf81edb7ed682d933d95167f.css - test/dummy/public/assets/application-e006d1eddf81edb7ed682d933d95167f.css.gz - test/dummy/public/assets/baws-27045628978f5e419d534d01c63ab3d6.jpg - test/dummy/public/assets/glyphicons-halflings-b47b2b03ec961163432b4cfe22cd6f31.png - test/dummy/public/assets/glyphicons-halflings-white-ec01567c9d4e5aba3fd3efa6e3054574.png - test/dummy/public/assets/manifest-d64ae8f73d13a404515a9c833b8ea4d7.json - test/dummy/public/assets/rubber_ring/application-166bd1c30eaa1f5b77c159a552ca0d1d.js - test/dummy/public/assets/rubber_ring/application-166bd1c30eaa1f5b77c159a552ca0d1d.js.gz - test/dummy/public/assets/rubber_ring/application-2211071c03381f99bd440671529d6d2d.css - test/dummy/public/assets/rubber_ring/application-2211071c03381f99bd440671529d6d2d.css.gz - test/dummy/public/assets/rubber_ring/application-4ba3fedbf9929e7910c6f1497a82c4d1.css - test/dummy/public/assets/rubber_ring/application-4ba3fedbf9929e7910c6f1497a82c4d1.css.gz - test/dummy/public/assets/rubber_ring/application-9b07b9a701e0e3a8bb9f2af9749adbac.js - test/dummy/public/assets/rubber_ring/application-9b07b9a701e0e3a8bb9f2af9749adbac.js.gz - test/dummy/public/build/assets/application-4e268cfccc1f26318c22a87c9e6b9095.js - test/dummy/public/build/assets/application-4e268cfccc1f26318c22a87c9e6b9095.js.gz - test/dummy/public/build/assets/application-e006d1eddf81edb7ed682d933d95167f.css - test/dummy/public/build/assets/application-e006d1eddf81edb7ed682d933d95167f.css.gz - test/dummy/public/build/assets/application.css - test/dummy/public/build/assets/application.js - test/dummy/public/build/assets/assets/images/baws.jpg - test/dummy/public/build/assets/assets/javascripts/application.js - test/dummy/public/build/assets/assets/stylesheets/application.css - test/dummy/public/build/assets/baws-27045628978f5e419d534d01c63ab3d6.jpg - test/dummy/public/build/assets/baws.jpg - test/dummy/public/build/assets/controllers/application_controller.rb - test/dummy/public/build/assets/controllers/example_controller.rb - test/dummy/public/build/assets/glyphicons-halflings-b47b2b03ec961163432b4cfe22cd6f31.png - test/dummy/public/build/assets/glyphicons-halflings-white-ec01567c9d4e5aba3fd3efa6e3054574.png - test/dummy/public/build/assets/helpers/application_helper.rb - test/dummy/public/build/assets/images/baws.jpg - test/dummy/public/build/assets/javascripts/application.js - test/dummy/public/build/assets/manifest-d64ae8f73d13a404515a9c833b8ea4d7.json - test/dummy/public/build/assets/rubber_ring/application-166bd1c30eaa1f5b77c159a552ca0d1d.js - test/dummy/public/build/assets/rubber_ring/application-166bd1c30eaa1f5b77c159a552ca0d1d.js.gz - test/dummy/public/build/assets/rubber_ring/application-2211071c03381f99bd440671529d6d2d.css - test/dummy/public/build/assets/rubber_ring/application-2211071c03381f99bd440671529d6d2d.css.gz - test/dummy/public/build/assets/rubber_ring/application-4ba3fedbf9929e7910c6f1497a82c4d1.css - test/dummy/public/build/assets/rubber_ring/application-4ba3fedbf9929e7910c6f1497a82c4d1.css.gz - test/dummy/public/build/assets/rubber_ring/application-9b07b9a701e0e3a8bb9f2af9749adbac.js - test/dummy/public/build/assets/rubber_ring/application-9b07b9a701e0e3a8bb9f2af9749adbac.js.gz - test/dummy/public/build/assets/stylesheets/application.css - test/dummy/public/build/assets/views/example/page.html.erb - test/dummy/public/build/assets/views/example/page2.html.erb - test/dummy/public/build/assets/views/layouts/application.html.erb - test/dummy/public/build/assets/views/layouts/rubber_ring/application.html.erb - test/dummy/public/build/assets/views/templates/_article.html.erb - test/dummy/public/build/upload/example/page/attachments/dbvis.license - test/dummy/public/build/upload/example/page/images/nutella.jpg - test/dummy/public/favicon.ico - test/dummy/public/upload/en/example/page2/images/snb.jpg - test/dummy/public/upload/example/page/attachments/BoobyTrap.pdf - test/dummy/public/upload/example/page/attachments/main.html - test/dummy/public/upload/example/page/images/nutella.jpg - test/dummy/public/upload/example/page/images/snb.jpg - test/dummy/Rakefile - test/dummy/README.rdoc - test/dummy/script/rails - test/dummy/tmp/cache/assets/development/sass/144bb07df25732886de34fc892b7c84d418ab110/cms.scss.erbc - test/dummy/tmp/cache/assets/development/sass/144bb07df25732886de34fc892b7c84d418ab110/cms.scssc - test/dummy/tmp/cache/assets/development/sass/5df77a09e28ee5e99b029d061fc8c7aa74ed8701/bootstrap.scss.erbc - test/dummy/tmp/cache/assets/development/sass/8185f37c4f7dd19815b19559200f49fbf25b143a/cms.scssc - test/dummy/tmp/cache/assets/development/sass/9ef9c546be1f15bd909c4626b18ec56c75aac0ce/cms.scss.erbc - test/dummy/tmp/cache/assets/development/sass/9ef9c546be1f15bd909c4626b18ec56c75aac0ce/cms.scssc - test/dummy/tmp/cache/assets/development/sass/c8e2efff656b76a26ac2cc5b5528e2ab9741b52a/bootstrap.scss.erbc - test/dummy/tmp/cache/assets/development/sprockets/005eccb32211a5ffdf41aad3484bbbb4 - test/dummy/tmp/cache/assets/development/sprockets/00dfd740f227e8eacf8dc70e8923aa30 - test/dummy/tmp/cache/assets/development/sprockets/0218b228ced412bf87b02ca1b6be60b3 - test/dummy/tmp/cache/assets/development/sprockets/021d5ce446187b362f442c81dbc04f33 - test/dummy/tmp/cache/assets/development/sprockets/03d17cbcdf5da1d77daae00a93e1d8eb - test/dummy/tmp/cache/assets/development/sprockets/052ccadc06984b221f1af051c32e613a - test/dummy/tmp/cache/assets/development/sprockets/0894458794b51b17900c3d7abefc2aa5 - test/dummy/tmp/cache/assets/development/sprockets/0ceefdff5c5f03895722be20f6ddc26b - test/dummy/tmp/cache/assets/development/sprockets/0dd47da3f882e810b77e341b2bcd8abc - test/dummy/tmp/cache/assets/development/sprockets/0de91e83e7c32c81d59a95bccdedb34f - test/dummy/tmp/cache/assets/development/sprockets/0f096a9239d1b8b3c0d7f0a079ba8dc6 - test/dummy/tmp/cache/assets/development/sprockets/0f7e8127f53c92f853b2d1f7f3887b25 - test/dummy/tmp/cache/assets/development/sprockets/0fa97a19dba2b30d1269220457488770 - test/dummy/tmp/cache/assets/development/sprockets/10c6f6553bf3c14d2073a1dc826c4a03 - test/dummy/tmp/cache/assets/development/sprockets/11eedd47a993ae43b134c4a8323fe16d - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 - test/dummy/tmp/cache/assets/development/sprockets/14e730b33d5c77e57ef1d749d3f59d09 - test/dummy/tmp/cache/assets/development/sprockets/15c9e067f0a919861ad0e339ccabb55b - test/dummy/tmp/cache/assets/development/sprockets/162e101507dda2e6e16d3b6d20ac7155 - test/dummy/tmp/cache/assets/development/sprockets/16aa40bf8985a2f1f3e5dea5d72e6218 - test/dummy/tmp/cache/assets/development/sprockets/17ea4d79d21b1f083c77f59ba9b3372d - test/dummy/tmp/cache/assets/development/sprockets/1893a62d9206a1fb9d89578a47e6dba8 - test/dummy/tmp/cache/assets/development/sprockets/19686f8659e57712f166b6b342155e6c - test/dummy/tmp/cache/assets/development/sprockets/1cb5879c7320b989a214a03dbb87bf33 - test/dummy/tmp/cache/assets/development/sprockets/1de6a759b14c2e99ab1641cad5521433 - test/dummy/tmp/cache/assets/development/sprockets/1f634c9d68d6c31855bf84ecb8e9d3a1 - test/dummy/tmp/cache/assets/development/sprockets/22a5108e690ae432a7d96ad27ae23356 - test/dummy/tmp/cache/assets/development/sprockets/22b9081ba2ffde46760b70110d440b5c - test/dummy/tmp/cache/assets/development/sprockets/25b52470f85dd54b7db5010558291a3a - test/dummy/tmp/cache/assets/development/sprockets/2bdc67c643c8348c3a0c294004f0fc35 - test/dummy/tmp/cache/assets/development/sprockets/2bf91fb337440bb9de78c2e6c6bcb95f - test/dummy/tmp/cache/assets/development/sprockets/2ee41f98f4c10cf8d2f5bd28d3bd1b96 - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af - test/dummy/tmp/cache/assets/development/sprockets/3052b99e985fcef75d109bb00139ebd3 - test/dummy/tmp/cache/assets/development/sprockets/33e002f0b7946cd298562302f71fdd77 - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 - test/dummy/tmp/cache/assets/development/sprockets/37ffa56a3e6b08a7683a7b180bac45e9 - test/dummy/tmp/cache/assets/development/sprockets/3beaa45c69e3414a2f8cdd63b39787a2 - test/dummy/tmp/cache/assets/development/sprockets/3f68640e722ec4648c55f987c372bd1f - test/dummy/tmp/cache/assets/development/sprockets/3fcb125156ac9a61f029c8a3ea0f9c40 - test/dummy/tmp/cache/assets/development/sprockets/4081dfc5b927754129b209331c267441 - test/dummy/tmp/cache/assets/development/sprockets/41b539dab4032aeab4acc677841be9e1 - test/dummy/tmp/cache/assets/development/sprockets/449d8c2f5dfa78068e85472dcee833fc - test/dummy/tmp/cache/assets/development/sprockets/47086b08a2d4af414320d0316d43636b - test/dummy/tmp/cache/assets/development/sprockets/4d0e945a1aeffabb6ecbe4e9cfbe9900 - test/dummy/tmp/cache/assets/development/sprockets/4ff563d50fe6491dbd10a9d82abbfdfb - test/dummy/tmp/cache/assets/development/sprockets/50b7c4b1c7e9124299cdd60ed2bf24fb - test/dummy/tmp/cache/assets/development/sprockets/5158a96c0f825e9f03cb852177150660 - test/dummy/tmp/cache/assets/development/sprockets/5343637e2648daefcbb5f6da93e22170 - test/dummy/tmp/cache/assets/development/sprockets/53ba99192c5668743a46c5d52532ab35 - test/dummy/tmp/cache/assets/development/sprockets/5449d7c21a154077e042b276efcfe346 - test/dummy/tmp/cache/assets/development/sprockets/5588d8e326c1909734ec317c6068a8b0 - test/dummy/tmp/cache/assets/development/sprockets/5698b010ec22ef0139df1ec7921bada0 - test/dummy/tmp/cache/assets/development/sprockets/573028956728676e330972a5f5b14ce1 - test/dummy/tmp/cache/assets/development/sprockets/5802a1804470ed3a7258b19b52db2a15 - test/dummy/tmp/cache/assets/development/sprockets/593143829da9d8a11949cdea62925830 - test/dummy/tmp/cache/assets/development/sprockets/5a3608849ffcf6b5ffd0e0c519899b0f - test/dummy/tmp/cache/assets/development/sprockets/5b28ba105943c3d7648e1c3a64497d6a - test/dummy/tmp/cache/assets/development/sprockets/5cceba1f5466432ddc1ca00d96bb6af2 - test/dummy/tmp/cache/assets/development/sprockets/5d5fb516cc13d631c73d6ba74527c7fd - test/dummy/tmp/cache/assets/development/sprockets/613c2f7728f24118bf60b70e5467b04e - test/dummy/tmp/cache/assets/development/sprockets/62a837ae3a144323a69c9c742a0d338e - test/dummy/tmp/cache/assets/development/sprockets/62dc9541d46ef8f45853e3dca50132d8 - test/dummy/tmp/cache/assets/development/sprockets/6386e7f696b5dd6b1588f8051bf78083 - test/dummy/tmp/cache/assets/development/sprockets/6428de878f492d768cfef210554eb78e - test/dummy/tmp/cache/assets/development/sprockets/65e9bcd0c838633f8992701c9486752f - test/dummy/tmp/cache/assets/development/sprockets/66c2afe997efeeb00c23f320cd5154b1 - test/dummy/tmp/cache/assets/development/sprockets/672160928c4f356614c3b08e4dd18959 - test/dummy/tmp/cache/assets/development/sprockets/68e88a76cf0ae3b9def99df2da275d32 - test/dummy/tmp/cache/assets/development/sprockets/69088615f9cef33446fa9ce9af0cbfcb - test/dummy/tmp/cache/assets/development/sprockets/69c591a2e6598aef38bce6f1bfd9a583 - test/dummy/tmp/cache/assets/development/sprockets/6a460bdc2d2ee57d882a40d6fbd9b706 - test/dummy/tmp/cache/assets/development/sprockets/6c0e89bb1f1dd6fef016f0f030b155a4 - test/dummy/tmp/cache/assets/development/sprockets/716625880a04396476f184c7f6088be0 - test/dummy/tmp/cache/assets/development/sprockets/74d99242046d9e80efe6e63d318f0d23 - test/dummy/tmp/cache/assets/development/sprockets/75ec5eefcca62d9bfa875ebb00e5acae - test/dummy/tmp/cache/assets/development/sprockets/764217b04b89871d5a19d639ad08d652 - test/dummy/tmp/cache/assets/development/sprockets/7647442e68634bf506ceb6529c964ff8 - test/dummy/tmp/cache/assets/development/sprockets/77c132a2a2cf0e255033066a80db84e5 - test/dummy/tmp/cache/assets/development/sprockets/7b3469b8a6587d3fdde5168bcadc1829 - test/dummy/tmp/cache/assets/development/sprockets/7b89b96229652f6b39b4956713d83fb3 - test/dummy/tmp/cache/assets/development/sprockets/7bb9867f00636aa2e82aab7c8cde1156 - test/dummy/tmp/cache/assets/development/sprockets/7bd7316976b72a4351629802d0d996ac - test/dummy/tmp/cache/assets/development/sprockets/7d185042919d487db4ba3415054bf46b - test/dummy/tmp/cache/assets/development/sprockets/7d541dc935739c00601285ef558dc186 - test/dummy/tmp/cache/assets/development/sprockets/7d643ed86fb6b4f4bc4cbc1573edf562 - test/dummy/tmp/cache/assets/development/sprockets/7d7c5e1189ffb57c1027fbb1f4849056 - test/dummy/tmp/cache/assets/development/sprockets/7e0a659f836bf08aa7e86a3b3bd64a0a - test/dummy/tmp/cache/assets/development/sprockets/8085921c00ddb46d86508243dd466f7a - test/dummy/tmp/cache/assets/development/sprockets/808e7e23c256ba7b4ae032c997b7f7d1 - test/dummy/tmp/cache/assets/development/sprockets/813778cca328c7d9a71e6ad9bd6b5b93 - test/dummy/tmp/cache/assets/development/sprockets/82af58bd517f6c898e82655012e662f3 - test/dummy/tmp/cache/assets/development/sprockets/851829daaa9bf188f9e6265fd060a111 - test/dummy/tmp/cache/assets/development/sprockets/896e0a59c127f026ecc3ce390c394c6d - test/dummy/tmp/cache/assets/development/sprockets/898c074f26089ae77019f6bb0d7b87c3 - test/dummy/tmp/cache/assets/development/sprockets/8a58cdb1fd183189a813cb45de9b5ecb - test/dummy/tmp/cache/assets/development/sprockets/8aa0c86835fc92349a71e76dfa064cf0 - test/dummy/tmp/cache/assets/development/sprockets/8b74d8c3afdb7163f50f52e10b198290 - test/dummy/tmp/cache/assets/development/sprockets/8c20ea028e7ef9e18ab2517785615d32 - test/dummy/tmp/cache/assets/development/sprockets/8d50fa8e9c1035cb3fbf50bcd2dad220 - test/dummy/tmp/cache/assets/development/sprockets/8dda9084ddc7e1b0ce01887b1bfbf7ad - test/dummy/tmp/cache/assets/development/sprockets/91307c7344a9f3f6f727226a87aaf6b1 - test/dummy/tmp/cache/assets/development/sprockets/95234f56258851aba6ec6fdab79bccb6 - test/dummy/tmp/cache/assets/development/sprockets/954bb101caefd0c65eaffd0806b60fe2 - test/dummy/tmp/cache/assets/development/sprockets/977b0e7fd460cd4ebb7482e0bc5dae0d - test/dummy/tmp/cache/assets/development/sprockets/980857c735dc36c6448aa7f0a63d5775 - test/dummy/tmp/cache/assets/development/sprockets/9a27bf15ceccd6156c4fbddfe430431f - test/dummy/tmp/cache/assets/development/sprockets/9bbfa312e4f834114c0d7fcf15e9d591 - test/dummy/tmp/cache/assets/development/sprockets/9e4856eaccd8050e2cce8f2726bd1ff9 - test/dummy/tmp/cache/assets/development/sprockets/a0ddccdbb865754a76b131fa64932582 - test/dummy/tmp/cache/assets/development/sprockets/a1f2a21fb4036d971dd7f36cbfaf3320 - test/dummy/tmp/cache/assets/development/sprockets/a2719663651c4c47fea4601da97f674b - test/dummy/tmp/cache/assets/development/sprockets/a30c5479ead2031a2e521cbfa989dca8 - test/dummy/tmp/cache/assets/development/sprockets/a54698289dfb98cb1c3314d66baf5f91 - test/dummy/tmp/cache/assets/development/sprockets/a5fc721c5e049fa401638dbbe6f01666 - test/dummy/tmp/cache/assets/development/sprockets/a6324741c7289fc944f62b446136cf36 - test/dummy/tmp/cache/assets/development/sprockets/a6f3ccbc9cf1cae48fad3c83ffea2dd8 - test/dummy/tmp/cache/assets/development/sprockets/a804717f8c355bf77d84f50220f6b66f - test/dummy/tmp/cache/assets/development/sprockets/aac96aa095d26ef97f58eb4126da0bf7 - test/dummy/tmp/cache/assets/development/sprockets/aafab1cd25c75cd144df598aa4d48858 - test/dummy/tmp/cache/assets/development/sprockets/ab136f8b2c696dd4d96e4899a0e8a4ac - test/dummy/tmp/cache/assets/development/sprockets/ac74145f99b8dab2053e9ae97ab30b59 - test/dummy/tmp/cache/assets/development/sprockets/b064391743404352c0d06d1dae692bbc - test/dummy/tmp/cache/assets/development/sprockets/b0b79f650d323d7f80a4c7456dfce684 - test/dummy/tmp/cache/assets/development/sprockets/b0e2ed0167a71948529cf8507015a638 - test/dummy/tmp/cache/assets/development/sprockets/b2bf0c4531b78b65440c4c84908149fe - test/dummy/tmp/cache/assets/development/sprockets/b344975ddf3cba471441e737f3ca0570 - test/dummy/tmp/cache/assets/development/sprockets/b4da7dedc3efa1b2420734a75da1402f - test/dummy/tmp/cache/assets/development/sprockets/b5d99651fe9edd91970e38aaf098c3b6 - test/dummy/tmp/cache/assets/development/sprockets/b81f49d8cf1dbae0f6d1ac4d9d923f17 - test/dummy/tmp/cache/assets/development/sprockets/b8acda462092c7c76b1322856f8e39ca - test/dummy/tmp/cache/assets/development/sprockets/b8bfca64ea01caaf52a8ad9336eba057 - test/dummy/tmp/cache/assets/development/sprockets/bf9bfc00456efae4900ccf4afcb76b1a - test/dummy/tmp/cache/assets/development/sprockets/c01f86af98746d42cda25607438cc39f - test/dummy/tmp/cache/assets/development/sprockets/c0625d8a0a68787afb029146355062df - test/dummy/tmp/cache/assets/development/sprockets/c10a1994812cf191cd2ee4ef1f979bf0 - test/dummy/tmp/cache/assets/development/sprockets/c1bea1ba92a5304ffd28cc0af4b325d9 - test/dummy/tmp/cache/assets/development/sprockets/c28f157f3954955f1bc4ca11b085e5f1 - test/dummy/tmp/cache/assets/development/sprockets/c38b7c525999d0c070c974f0e1858073 - test/dummy/tmp/cache/assets/development/sprockets/c3fbb5f0690b2b69916c7cdfa2e6290b - test/dummy/tmp/cache/assets/development/sprockets/c4393dff2f5bbfb3db980d09f116e865 - test/dummy/tmp/cache/assets/development/sprockets/c64c25da8d01c54ccf41dc956d9c9b44 - test/dummy/tmp/cache/assets/development/sprockets/c6a502787893c3368f02209006ef3c3a - test/dummy/tmp/cache/assets/development/sprockets/c6fc4a60aef7967d11f2188d3a8317e8 - test/dummy/tmp/cache/assets/development/sprockets/c76f44b59338c92655cdb50acd5a51b7 - test/dummy/tmp/cache/assets/development/sprockets/c843fdb2b33bf3e87833b23027a9adb9 - test/dummy/tmp/cache/assets/development/sprockets/c8c8b769bfa8c90477013dc463dce8dd - test/dummy/tmp/cache/assets/development/sprockets/c9d60e346e8632bb3945f7e94cce0036 - test/dummy/tmp/cache/assets/development/sprockets/cb676c28d1dce8658c2ce261c40ff62d - test/dummy/tmp/cache/assets/development/sprockets/cbb7cfa2a375a0ec163c71490071ae70 - test/dummy/tmp/cache/assets/development/sprockets/cbfd1cdcc8926af0e015fd6e4a8cfe95 - test/dummy/tmp/cache/assets/development/sprockets/cc2b3e15e75ad21a379b54186f0b3e63 - test/dummy/tmp/cache/assets/development/sprockets/ce0f026a8f35c2824e68416229e502b0 - test/dummy/tmp/cache/assets/development/sprockets/cf38200dbb3ee3a9d4dd84cc1d98ada2 - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 - test/dummy/tmp/cache/assets/development/sprockets/d06332ce072d0af8fda4bb34381370ef - test/dummy/tmp/cache/assets/development/sprockets/d1734506eed8ef7a8e5c73e599b0debb - test/dummy/tmp/cache/assets/development/sprockets/d3a4fc418bcc8c28e1477d8ae5981e44 - test/dummy/tmp/cache/assets/development/sprockets/d60ab8b8e8ff9e6df6e04cb335e79e38 - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 - test/dummy/tmp/cache/assets/development/sprockets/d786e75d26229c39c37d842fb4de0479 - test/dummy/tmp/cache/assets/development/sprockets/d9a230b2c36f01509e607c6fc423b04f - test/dummy/tmp/cache/assets/development/sprockets/da3b6190521b537ef46190c99c630173 - test/dummy/tmp/cache/assets/development/sprockets/dc3d91ae1d7f973c1354a745e97076dd - test/dummy/tmp/cache/assets/development/sprockets/dcef36a5aee30ad53443ea58149b5c8d - test/dummy/tmp/cache/assets/development/sprockets/dcf2f012e3f4d3ecc9b1a2f21290fefd - test/dummy/tmp/cache/assets/development/sprockets/de3b887062709ecbae0f43a1967507b3 - test/dummy/tmp/cache/assets/development/sprockets/de7818edd5229ecc4f5808d25aea085d - test/dummy/tmp/cache/assets/development/sprockets/dfd54ce2610fa0bdcd51a47ebe236db4 - test/dummy/tmp/cache/assets/development/sprockets/e010156bdbfaae9098512ae86bf0288b - test/dummy/tmp/cache/assets/development/sprockets/e0c1faca0fe3b99790f1467965b76234 - test/dummy/tmp/cache/assets/development/sprockets/e0d30e94a53fc0d324ec29d883efd5a0 - test/dummy/tmp/cache/assets/development/sprockets/e0e949e3a882294df1ac6efb53555963 - test/dummy/tmp/cache/assets/development/sprockets/e508a5da5b2a6ba14eaabe1fc9987f1b - test/dummy/tmp/cache/assets/development/sprockets/e64df0317c02ea3aaf0c6ac14b3c1994 - test/dummy/tmp/cache/assets/development/sprockets/ea3fbcf111211cf25a1e84abd8890069 - test/dummy/tmp/cache/assets/development/sprockets/ea97af2f7f945b7c87258b2338f5bc0c - test/dummy/tmp/cache/assets/development/sprockets/eb0dcd1f1d9812e1f7eb10b58e6b1ac9 - test/dummy/tmp/cache/assets/development/sprockets/eca6e114f4db2379855c8af72fafaa45 - test/dummy/tmp/cache/assets/development/sprockets/eeccfebd3c89a085ade5e49efa39fad9 - test/dummy/tmp/cache/assets/development/sprockets/f2137fda0185692d9909c6bde77f6ac5 - test/dummy/tmp/cache/assets/development/sprockets/f270587a206c85bb7163b16529b5ff69 - test/dummy/tmp/cache/assets/development/sprockets/f5630318facff40bd4c26746561e91a5 - test/dummy/tmp/cache/assets/development/sprockets/f7147d2e3eeeaef3c6adef2176a6e9bf - test/dummy/tmp/cache/assets/development/sprockets/f72f9d88e28ad73485fcc24ef00be1f0 - test/dummy/tmp/cache/assets/development/sprockets/f7428da6a5bd069f4c521897f2ff0549 - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 - test/dummy/tmp/cache/assets/development/sprockets/fa7d07347669600716cb3cb894127454 - test/dummy/tmp/cache/assets/development/sprockets/fe4a3fb260cf70c451034496362792e4 - test/dummy/tmp/cache/assets/development/sprockets/ffa3b9093369ac4b2758f390b0cafab4 - test/dummy/tmp/cache/assets/production/sass/144bb07df25732886de34fc892b7c84d418ab110/cms.scss.erbc - test/dummy/tmp/cache/assets/production/sass/144bb07df25732886de34fc892b7c84d418ab110/cms.scssc - test/dummy/tmp/cache/assets/production/sass/5df77a09e28ee5e99b029d061fc8c7aa74ed8701/bootstrap.scss.erbc - test/dummy/tmp/cache/assets/production/sass/9ef9c546be1f15bd909c4626b18ec56c75aac0ce/cms.scss.erbc - test/dummy/tmp/cache/assets/production/sass/c8e2efff656b76a26ac2cc5b5528e2ab9741b52a/bootstrap.scss.erbc - test/dummy/tmp/cache/assets/production/sprockets/00dfd740f227e8eacf8dc70e8923aa30 - test/dummy/tmp/cache/assets/production/sprockets/021d5ce446187b362f442c81dbc04f33 - test/dummy/tmp/cache/assets/production/sprockets/052ccadc06984b221f1af051c32e613a - test/dummy/tmp/cache/assets/production/sprockets/0894458794b51b17900c3d7abefc2aa5 - test/dummy/tmp/cache/assets/production/sprockets/0ceefdff5c5f03895722be20f6ddc26b - test/dummy/tmp/cache/assets/production/sprockets/0dd47da3f882e810b77e341b2bcd8abc - test/dummy/tmp/cache/assets/production/sprockets/0f096a9239d1b8b3c0d7f0a079ba8dc6 - test/dummy/tmp/cache/assets/production/sprockets/0f7e8127f53c92f853b2d1f7f3887b25 - test/dummy/tmp/cache/assets/production/sprockets/11eedd47a993ae43b134c4a8323fe16d - test/dummy/tmp/cache/assets/production/sprockets/13fe41fee1fe35b49d145bcc06610705 - test/dummy/tmp/cache/assets/production/sprockets/14e730b33d5c77e57ef1d749d3f59d09 - test/dummy/tmp/cache/assets/production/sprockets/16aa40bf8985a2f1f3e5dea5d72e6218 - test/dummy/tmp/cache/assets/production/sprockets/17ea4d79d21b1f083c77f59ba9b3372d - test/dummy/tmp/cache/assets/production/sprockets/1893a62d9206a1fb9d89578a47e6dba8 - test/dummy/tmp/cache/assets/production/sprockets/1de6a759b14c2e99ab1641cad5521433 - test/dummy/tmp/cache/assets/production/sprockets/22a5108e690ae432a7d96ad27ae23356 - test/dummy/tmp/cache/assets/production/sprockets/2bf91fb337440bb9de78c2e6c6bcb95f - test/dummy/tmp/cache/assets/production/sprockets/2f5173deea6c795b8fdde723bb4b63af - test/dummy/tmp/cache/assets/production/sprockets/357970feca3ac29060c1e3861e2c0953 - test/dummy/tmp/cache/assets/production/sprockets/37ffa56a3e6b08a7683a7b180bac45e9 - test/dummy/tmp/cache/assets/production/sprockets/3f68640e722ec4648c55f987c372bd1f - test/dummy/tmp/cache/assets/production/sprockets/41b539dab4032aeab4acc677841be9e1 - test/dummy/tmp/cache/assets/production/sprockets/4d0e945a1aeffabb6ecbe4e9cfbe9900 - test/dummy/tmp/cache/assets/production/sprockets/5343637e2648daefcbb5f6da93e22170 - test/dummy/tmp/cache/assets/production/sprockets/5698b010ec22ef0139df1ec7921bada0 - test/dummy/tmp/cache/assets/production/sprockets/593143829da9d8a11949cdea62925830 - test/dummy/tmp/cache/assets/production/sprockets/5a3608849ffcf6b5ffd0e0c519899b0f - test/dummy/tmp/cache/assets/production/sprockets/5cceba1f5466432ddc1ca00d96bb6af2 - test/dummy/tmp/cache/assets/production/sprockets/613c2f7728f24118bf60b70e5467b04e - test/dummy/tmp/cache/assets/production/sprockets/6428de878f492d768cfef210554eb78e - test/dummy/tmp/cache/assets/production/sprockets/65e9bcd0c838633f8992701c9486752f - test/dummy/tmp/cache/assets/production/sprockets/66c2afe997efeeb00c23f320cd5154b1 - test/dummy/tmp/cache/assets/production/sprockets/672160928c4f356614c3b08e4dd18959 - test/dummy/tmp/cache/assets/production/sprockets/69088615f9cef33446fa9ce9af0cbfcb - test/dummy/tmp/cache/assets/production/sprockets/69c591a2e6598aef38bce6f1bfd9a583 - test/dummy/tmp/cache/assets/production/sprockets/6c0e89bb1f1dd6fef016f0f030b155a4 - test/dummy/tmp/cache/assets/production/sprockets/74d99242046d9e80efe6e63d318f0d23 - test/dummy/tmp/cache/assets/production/sprockets/77c132a2a2cf0e255033066a80db84e5 - test/dummy/tmp/cache/assets/production/sprockets/7b3469b8a6587d3fdde5168bcadc1829 - test/dummy/tmp/cache/assets/production/sprockets/7b89b96229652f6b39b4956713d83fb3 - test/dummy/tmp/cache/assets/production/sprockets/7bb9867f00636aa2e82aab7c8cde1156 - test/dummy/tmp/cache/assets/production/sprockets/7d185042919d487db4ba3415054bf46b - test/dummy/tmp/cache/assets/production/sprockets/7d541dc935739c00601285ef558dc186 - test/dummy/tmp/cache/assets/production/sprockets/7e0a659f836bf08aa7e86a3b3bd64a0a - test/dummy/tmp/cache/assets/production/sprockets/8085921c00ddb46d86508243dd466f7a - test/dummy/tmp/cache/assets/production/sprockets/808e7e23c256ba7b4ae032c997b7f7d1 - test/dummy/tmp/cache/assets/production/sprockets/82af58bd517f6c898e82655012e662f3 - test/dummy/tmp/cache/assets/production/sprockets/896e0a59c127f026ecc3ce390c394c6d - test/dummy/tmp/cache/assets/production/sprockets/8aa0c86835fc92349a71e76dfa064cf0 - test/dummy/tmp/cache/assets/production/sprockets/8c20ea028e7ef9e18ab2517785615d32 - test/dummy/tmp/cache/assets/production/sprockets/91307c7344a9f3f6f727226a87aaf6b1 - test/dummy/tmp/cache/assets/production/sprockets/977b0e7fd460cd4ebb7482e0bc5dae0d - test/dummy/tmp/cache/assets/production/sprockets/9e4856eaccd8050e2cce8f2726bd1ff9 - test/dummy/tmp/cache/assets/production/sprockets/a0ddccdbb865754a76b131fa64932582 - test/dummy/tmp/cache/assets/production/sprockets/aac96aa095d26ef97f58eb4126da0bf7 - test/dummy/tmp/cache/assets/production/sprockets/ab136f8b2c696dd4d96e4899a0e8a4ac - test/dummy/tmp/cache/assets/production/sprockets/ac74145f99b8dab2053e9ae97ab30b59 - test/dummy/tmp/cache/assets/production/sprockets/b0e2ed0167a71948529cf8507015a638 - test/dummy/tmp/cache/assets/production/sprockets/b2bf0c4531b78b65440c4c84908149fe - test/dummy/tmp/cache/assets/production/sprockets/b81f49d8cf1dbae0f6d1ac4d9d923f17 - test/dummy/tmp/cache/assets/production/sprockets/bf9bfc00456efae4900ccf4afcb76b1a - test/dummy/tmp/cache/assets/production/sprockets/c01f86af98746d42cda25607438cc39f - test/dummy/tmp/cache/assets/production/sprockets/c0625d8a0a68787afb029146355062df - test/dummy/tmp/cache/assets/production/sprockets/c28f157f3954955f1bc4ca11b085e5f1 - test/dummy/tmp/cache/assets/production/sprockets/c4393dff2f5bbfb3db980d09f116e865 - test/dummy/tmp/cache/assets/production/sprockets/c6a502787893c3368f02209006ef3c3a - test/dummy/tmp/cache/assets/production/sprockets/c76f44b59338c92655cdb50acd5a51b7 - test/dummy/tmp/cache/assets/production/sprockets/c8c8b769bfa8c90477013dc463dce8dd - test/dummy/tmp/cache/assets/production/sprockets/c9d60e346e8632bb3945f7e94cce0036 - test/dummy/tmp/cache/assets/production/sprockets/cbfd1cdcc8926af0e015fd6e4a8cfe95 - test/dummy/tmp/cache/assets/production/sprockets/cc2b3e15e75ad21a379b54186f0b3e63 - test/dummy/tmp/cache/assets/production/sprockets/ce0f026a8f35c2824e68416229e502b0 - test/dummy/tmp/cache/assets/production/sprockets/cf38200dbb3ee3a9d4dd84cc1d98ada2 - test/dummy/tmp/cache/assets/production/sprockets/cffd775d018f68ce5dba1ee0d951a994 - test/dummy/tmp/cache/assets/production/sprockets/d60ab8b8e8ff9e6df6e04cb335e79e38 - test/dummy/tmp/cache/assets/production/sprockets/d771ace226fc8215a3572e0aa35bb0d6 - test/dummy/tmp/cache/assets/production/sprockets/d786e75d26229c39c37d842fb4de0479 - test/dummy/tmp/cache/assets/production/sprockets/da3b6190521b537ef46190c99c630173 - test/dummy/tmp/cache/assets/production/sprockets/dcf2f012e3f4d3ecc9b1a2f21290fefd - test/dummy/tmp/cache/assets/production/sprockets/de3b887062709ecbae0f43a1967507b3 - test/dummy/tmp/cache/assets/production/sprockets/e010156bdbfaae9098512ae86bf0288b - test/dummy/tmp/cache/assets/production/sprockets/e0e949e3a882294df1ac6efb53555963 - test/dummy/tmp/cache/assets/production/sprockets/e508a5da5b2a6ba14eaabe1fc9987f1b - test/dummy/tmp/cache/assets/production/sprockets/f2137fda0185692d9909c6bde77f6ac5 - test/dummy/tmp/cache/assets/production/sprockets/f5630318facff40bd4c26746561e91a5 - test/dummy/tmp/cache/assets/production/sprockets/f72f9d88e28ad73485fcc24ef00be1f0 - test/dummy/tmp/cache/assets/production/sprockets/f7428da6a5bd069f4c521897f2ff0549 - test/dummy/tmp/cache/assets/production/sprockets/f7cbd26ba1d28d48de824f0e94586655 - test/dummy/tmp/cache/assets/production/sprockets/fa7d07347669600716cb3cb894127454 - test/dummy/tmp/cache/assets/production/sprockets/ffa3b9093369ac4b2758f390b0cafab4 - spec/concerns/util_spec.rb - spec/controllers/attachments_controller_spec.rb - spec/controllers/cms_controller_spec.rb - spec/controllers/sessions_controller_spec.rb - spec/helpers/cms_helper_spec.rb - spec/javascripts/fixtures/duplicate_fields.html - spec/javascripts/fixtures/editable_fields.html - spec/javascripts/fixtures/templates.html - spec/javascripts/helpers/fixtures.js - spec/javascripts/helpers/jasmine-jquery.js - spec/javascripts/persistence_manager_spec.coffee - spec/javascripts/template_editor_spec.coffee - spec/javascripts/util_spec.coffee - spec/karma.conf.js - spec/models/page_spec.rb - spec/spec_helper.rb homepage: https://github.com/zigomir/rubber_ring licenses: [] metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: 2.0.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.0.2 signing_key: specification_version: 4 summary: Rubber Ring - easy and limited CMS test_files: - test/dummy/app/assets/images/baws.jpg - test/dummy/app/assets/javascripts/application.js - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/controllers/application_controller.rb - test/dummy/app/controllers/example_controller.rb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/views/example/page.html.erb - test/dummy/app/views/example/page2.html.erb - test/dummy/app/views/layouts/application.html.erb - test/dummy/app/views/layouts/rubber_ring/layout.html.erb - test/dummy/app/views/templates/_article.html.erb - test/dummy/app/views/templates/_blog_post.html.erb - test/dummy/bin/bundle - test/dummy/bin/rails - test/dummy/bin/rake - test/dummy/config/application.rb - test/dummy/config/boot.rb - test/dummy/config/database.yml - test/dummy/config/environment.rb - test/dummy/config/environments/development.rb - test/dummy/config/environments/production.rb - test/dummy/config/environments/test.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/initializers/filter_parameter_logging.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/rubber_ring.rb - test/dummy/config/initializers/secret_token.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/initializers/wrap_parameters.rb - test/dummy/config/locales/en.yml - test/dummy/config/publish.yml - test/dummy/config/routes.rb - test/dummy/config.ru - test/dummy/db/development.sqlite3 - test/dummy/db/migrate/20130524163154_create_pages.rubber_ring.rb - test/dummy/db/migrate/20130524163155_create_rubber_ring_page_contents.rubber_ring.rb - test/dummy/db/migrate/20130524163156_create_rubber_ring_page_templates.rubber_ring.rb - test/dummy/db/production.sqlite3 - test/dummy/db/schema.rb - test/dummy/db/test.sqlite3 - test/dummy/log/development.log - test/dummy/log/production.log - test/dummy/log/test.log - test/dummy/public/404.html - test/dummy/public/422.html - test/dummy/public/500.html - test/dummy/public/assets/application-4e268cfccc1f26318c22a87c9e6b9095.js - test/dummy/public/assets/application-4e268cfccc1f26318c22a87c9e6b9095.js.gz - test/dummy/public/assets/application-e006d1eddf81edb7ed682d933d95167f.css - test/dummy/public/assets/application-e006d1eddf81edb7ed682d933d95167f.css.gz - test/dummy/public/assets/baws-27045628978f5e419d534d01c63ab3d6.jpg - test/dummy/public/assets/glyphicons-halflings-b47b2b03ec961163432b4cfe22cd6f31.png - test/dummy/public/assets/glyphicons-halflings-white-ec01567c9d4e5aba3fd3efa6e3054574.png - test/dummy/public/assets/manifest-d64ae8f73d13a404515a9c833b8ea4d7.json - test/dummy/public/assets/rubber_ring/application-166bd1c30eaa1f5b77c159a552ca0d1d.js - test/dummy/public/assets/rubber_ring/application-166bd1c30eaa1f5b77c159a552ca0d1d.js.gz - test/dummy/public/assets/rubber_ring/application-2211071c03381f99bd440671529d6d2d.css - test/dummy/public/assets/rubber_ring/application-2211071c03381f99bd440671529d6d2d.css.gz - test/dummy/public/assets/rubber_ring/application-4ba3fedbf9929e7910c6f1497a82c4d1.css - test/dummy/public/assets/rubber_ring/application-4ba3fedbf9929e7910c6f1497a82c4d1.css.gz - test/dummy/public/assets/rubber_ring/application-9b07b9a701e0e3a8bb9f2af9749adbac.js - test/dummy/public/assets/rubber_ring/application-9b07b9a701e0e3a8bb9f2af9749adbac.js.gz - test/dummy/public/build/assets/application-4e268cfccc1f26318c22a87c9e6b9095.js - test/dummy/public/build/assets/application-4e268cfccc1f26318c22a87c9e6b9095.js.gz - test/dummy/public/build/assets/application-e006d1eddf81edb7ed682d933d95167f.css - test/dummy/public/build/assets/application-e006d1eddf81edb7ed682d933d95167f.css.gz - test/dummy/public/build/assets/application.css - test/dummy/public/build/assets/application.js - test/dummy/public/build/assets/assets/images/baws.jpg - test/dummy/public/build/assets/assets/javascripts/application.js - test/dummy/public/build/assets/assets/stylesheets/application.css - test/dummy/public/build/assets/baws-27045628978f5e419d534d01c63ab3d6.jpg - test/dummy/public/build/assets/baws.jpg - test/dummy/public/build/assets/controllers/application_controller.rb - test/dummy/public/build/assets/controllers/example_controller.rb - test/dummy/public/build/assets/glyphicons-halflings-b47b2b03ec961163432b4cfe22cd6f31.png - test/dummy/public/build/assets/glyphicons-halflings-white-ec01567c9d4e5aba3fd3efa6e3054574.png - test/dummy/public/build/assets/helpers/application_helper.rb - test/dummy/public/build/assets/images/baws.jpg - test/dummy/public/build/assets/javascripts/application.js - test/dummy/public/build/assets/manifest-d64ae8f73d13a404515a9c833b8ea4d7.json - test/dummy/public/build/assets/rubber_ring/application-166bd1c30eaa1f5b77c159a552ca0d1d.js - test/dummy/public/build/assets/rubber_ring/application-166bd1c30eaa1f5b77c159a552ca0d1d.js.gz - test/dummy/public/build/assets/rubber_ring/application-2211071c03381f99bd440671529d6d2d.css - test/dummy/public/build/assets/rubber_ring/application-2211071c03381f99bd440671529d6d2d.css.gz - test/dummy/public/build/assets/rubber_ring/application-4ba3fedbf9929e7910c6f1497a82c4d1.css - test/dummy/public/build/assets/rubber_ring/application-4ba3fedbf9929e7910c6f1497a82c4d1.css.gz - test/dummy/public/build/assets/rubber_ring/application-9b07b9a701e0e3a8bb9f2af9749adbac.js - test/dummy/public/build/assets/rubber_ring/application-9b07b9a701e0e3a8bb9f2af9749adbac.js.gz - test/dummy/public/build/assets/stylesheets/application.css - test/dummy/public/build/assets/views/example/page.html.erb - test/dummy/public/build/assets/views/example/page2.html.erb - test/dummy/public/build/assets/views/layouts/application.html.erb - test/dummy/public/build/assets/views/layouts/rubber_ring/application.html.erb - test/dummy/public/build/assets/views/templates/_article.html.erb - test/dummy/public/build/upload/example/page/attachments/dbvis.license - test/dummy/public/build/upload/example/page/images/nutella.jpg - test/dummy/public/favicon.ico - test/dummy/public/upload/en/example/page2/images/snb.jpg - test/dummy/public/upload/example/page/attachments/BoobyTrap.pdf - test/dummy/public/upload/example/page/attachments/main.html - test/dummy/public/upload/example/page/images/nutella.jpg - test/dummy/public/upload/example/page/images/snb.jpg - test/dummy/Rakefile - test/dummy/README.rdoc - test/dummy/script/rails - test/dummy/tmp/cache/assets/development/sass/144bb07df25732886de34fc892b7c84d418ab110/cms.scss.erbc - test/dummy/tmp/cache/assets/development/sass/144bb07df25732886de34fc892b7c84d418ab110/cms.scssc - test/dummy/tmp/cache/assets/development/sass/5df77a09e28ee5e99b029d061fc8c7aa74ed8701/bootstrap.scss.erbc - test/dummy/tmp/cache/assets/development/sass/8185f37c4f7dd19815b19559200f49fbf25b143a/cms.scssc - test/dummy/tmp/cache/assets/development/sass/9ef9c546be1f15bd909c4626b18ec56c75aac0ce/cms.scss.erbc - test/dummy/tmp/cache/assets/development/sass/9ef9c546be1f15bd909c4626b18ec56c75aac0ce/cms.scssc - test/dummy/tmp/cache/assets/development/sass/c8e2efff656b76a26ac2cc5b5528e2ab9741b52a/bootstrap.scss.erbc - test/dummy/tmp/cache/assets/development/sprockets/005eccb32211a5ffdf41aad3484bbbb4 - test/dummy/tmp/cache/assets/development/sprockets/00dfd740f227e8eacf8dc70e8923aa30 - test/dummy/tmp/cache/assets/development/sprockets/0218b228ced412bf87b02ca1b6be60b3 - test/dummy/tmp/cache/assets/development/sprockets/021d5ce446187b362f442c81dbc04f33 - test/dummy/tmp/cache/assets/development/sprockets/03d17cbcdf5da1d77daae00a93e1d8eb - test/dummy/tmp/cache/assets/development/sprockets/052ccadc06984b221f1af051c32e613a - test/dummy/tmp/cache/assets/development/sprockets/0894458794b51b17900c3d7abefc2aa5 - test/dummy/tmp/cache/assets/development/sprockets/0ceefdff5c5f03895722be20f6ddc26b - test/dummy/tmp/cache/assets/development/sprockets/0dd47da3f882e810b77e341b2bcd8abc - test/dummy/tmp/cache/assets/development/sprockets/0de91e83e7c32c81d59a95bccdedb34f - test/dummy/tmp/cache/assets/development/sprockets/0f096a9239d1b8b3c0d7f0a079ba8dc6 - test/dummy/tmp/cache/assets/development/sprockets/0f7e8127f53c92f853b2d1f7f3887b25 - test/dummy/tmp/cache/assets/development/sprockets/0fa97a19dba2b30d1269220457488770 - test/dummy/tmp/cache/assets/development/sprockets/10c6f6553bf3c14d2073a1dc826c4a03 - test/dummy/tmp/cache/assets/development/sprockets/11eedd47a993ae43b134c4a8323fe16d - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 - test/dummy/tmp/cache/assets/development/sprockets/14e730b33d5c77e57ef1d749d3f59d09 - test/dummy/tmp/cache/assets/development/sprockets/15c9e067f0a919861ad0e339ccabb55b - test/dummy/tmp/cache/assets/development/sprockets/162e101507dda2e6e16d3b6d20ac7155 - test/dummy/tmp/cache/assets/development/sprockets/16aa40bf8985a2f1f3e5dea5d72e6218 - test/dummy/tmp/cache/assets/development/sprockets/17ea4d79d21b1f083c77f59ba9b3372d - test/dummy/tmp/cache/assets/development/sprockets/1893a62d9206a1fb9d89578a47e6dba8 - test/dummy/tmp/cache/assets/development/sprockets/19686f8659e57712f166b6b342155e6c - test/dummy/tmp/cache/assets/development/sprockets/1cb5879c7320b989a214a03dbb87bf33 - test/dummy/tmp/cache/assets/development/sprockets/1de6a759b14c2e99ab1641cad5521433 - test/dummy/tmp/cache/assets/development/sprockets/1f634c9d68d6c31855bf84ecb8e9d3a1 - test/dummy/tmp/cache/assets/development/sprockets/22a5108e690ae432a7d96ad27ae23356 - test/dummy/tmp/cache/assets/development/sprockets/22b9081ba2ffde46760b70110d440b5c - test/dummy/tmp/cache/assets/development/sprockets/25b52470f85dd54b7db5010558291a3a - test/dummy/tmp/cache/assets/development/sprockets/2bdc67c643c8348c3a0c294004f0fc35 - test/dummy/tmp/cache/assets/development/sprockets/2bf91fb337440bb9de78c2e6c6bcb95f - test/dummy/tmp/cache/assets/development/sprockets/2ee41f98f4c10cf8d2f5bd28d3bd1b96 - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af - test/dummy/tmp/cache/assets/development/sprockets/3052b99e985fcef75d109bb00139ebd3 - test/dummy/tmp/cache/assets/development/sprockets/33e002f0b7946cd298562302f71fdd77 - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 - test/dummy/tmp/cache/assets/development/sprockets/37ffa56a3e6b08a7683a7b180bac45e9 - test/dummy/tmp/cache/assets/development/sprockets/3beaa45c69e3414a2f8cdd63b39787a2 - test/dummy/tmp/cache/assets/development/sprockets/3f68640e722ec4648c55f987c372bd1f - test/dummy/tmp/cache/assets/development/sprockets/3fcb125156ac9a61f029c8a3ea0f9c40 - test/dummy/tmp/cache/assets/development/sprockets/4081dfc5b927754129b209331c267441 - test/dummy/tmp/cache/assets/development/sprockets/41b539dab4032aeab4acc677841be9e1 - test/dummy/tmp/cache/assets/development/sprockets/449d8c2f5dfa78068e85472dcee833fc - test/dummy/tmp/cache/assets/development/sprockets/47086b08a2d4af414320d0316d43636b - test/dummy/tmp/cache/assets/development/sprockets/4d0e945a1aeffabb6ecbe4e9cfbe9900 - test/dummy/tmp/cache/assets/development/sprockets/4ff563d50fe6491dbd10a9d82abbfdfb - test/dummy/tmp/cache/assets/development/sprockets/50b7c4b1c7e9124299cdd60ed2bf24fb - test/dummy/tmp/cache/assets/development/sprockets/5158a96c0f825e9f03cb852177150660 - test/dummy/tmp/cache/assets/development/sprockets/5343637e2648daefcbb5f6da93e22170 - test/dummy/tmp/cache/assets/development/sprockets/53ba99192c5668743a46c5d52532ab35 - test/dummy/tmp/cache/assets/development/sprockets/5449d7c21a154077e042b276efcfe346 - test/dummy/tmp/cache/assets/development/sprockets/5588d8e326c1909734ec317c6068a8b0 - test/dummy/tmp/cache/assets/development/sprockets/5698b010ec22ef0139df1ec7921bada0 - test/dummy/tmp/cache/assets/development/sprockets/573028956728676e330972a5f5b14ce1 - test/dummy/tmp/cache/assets/development/sprockets/5802a1804470ed3a7258b19b52db2a15 - test/dummy/tmp/cache/assets/development/sprockets/593143829da9d8a11949cdea62925830 - test/dummy/tmp/cache/assets/development/sprockets/5a3608849ffcf6b5ffd0e0c519899b0f - test/dummy/tmp/cache/assets/development/sprockets/5b28ba105943c3d7648e1c3a64497d6a - test/dummy/tmp/cache/assets/development/sprockets/5cceba1f5466432ddc1ca00d96bb6af2 - test/dummy/tmp/cache/assets/development/sprockets/5d5fb516cc13d631c73d6ba74527c7fd - test/dummy/tmp/cache/assets/development/sprockets/613c2f7728f24118bf60b70e5467b04e - test/dummy/tmp/cache/assets/development/sprockets/62a837ae3a144323a69c9c742a0d338e - test/dummy/tmp/cache/assets/development/sprockets/62dc9541d46ef8f45853e3dca50132d8 - test/dummy/tmp/cache/assets/development/sprockets/6386e7f696b5dd6b1588f8051bf78083 - test/dummy/tmp/cache/assets/development/sprockets/6428de878f492d768cfef210554eb78e - test/dummy/tmp/cache/assets/development/sprockets/65e9bcd0c838633f8992701c9486752f - test/dummy/tmp/cache/assets/development/sprockets/66c2afe997efeeb00c23f320cd5154b1 - test/dummy/tmp/cache/assets/development/sprockets/672160928c4f356614c3b08e4dd18959 - test/dummy/tmp/cache/assets/development/sprockets/68e88a76cf0ae3b9def99df2da275d32 - test/dummy/tmp/cache/assets/development/sprockets/69088615f9cef33446fa9ce9af0cbfcb - test/dummy/tmp/cache/assets/development/sprockets/69c591a2e6598aef38bce6f1bfd9a583 - test/dummy/tmp/cache/assets/development/sprockets/6a460bdc2d2ee57d882a40d6fbd9b706 - test/dummy/tmp/cache/assets/development/sprockets/6c0e89bb1f1dd6fef016f0f030b155a4 - test/dummy/tmp/cache/assets/development/sprockets/716625880a04396476f184c7f6088be0 - test/dummy/tmp/cache/assets/development/sprockets/74d99242046d9e80efe6e63d318f0d23 - test/dummy/tmp/cache/assets/development/sprockets/75ec5eefcca62d9bfa875ebb00e5acae - test/dummy/tmp/cache/assets/development/sprockets/764217b04b89871d5a19d639ad08d652 - test/dummy/tmp/cache/assets/development/sprockets/7647442e68634bf506ceb6529c964ff8 - test/dummy/tmp/cache/assets/development/sprockets/77c132a2a2cf0e255033066a80db84e5 - test/dummy/tmp/cache/assets/development/sprockets/7b3469b8a6587d3fdde5168bcadc1829 - test/dummy/tmp/cache/assets/development/sprockets/7b89b96229652f6b39b4956713d83fb3 - test/dummy/tmp/cache/assets/development/sprockets/7bb9867f00636aa2e82aab7c8cde1156 - test/dummy/tmp/cache/assets/development/sprockets/7bd7316976b72a4351629802d0d996ac - test/dummy/tmp/cache/assets/development/sprockets/7d185042919d487db4ba3415054bf46b - test/dummy/tmp/cache/assets/development/sprockets/7d541dc935739c00601285ef558dc186 - test/dummy/tmp/cache/assets/development/sprockets/7d643ed86fb6b4f4bc4cbc1573edf562 - test/dummy/tmp/cache/assets/development/sprockets/7d7c5e1189ffb57c1027fbb1f4849056 - test/dummy/tmp/cache/assets/development/sprockets/7e0a659f836bf08aa7e86a3b3bd64a0a - test/dummy/tmp/cache/assets/development/sprockets/8085921c00ddb46d86508243dd466f7a - test/dummy/tmp/cache/assets/development/sprockets/808e7e23c256ba7b4ae032c997b7f7d1 - test/dummy/tmp/cache/assets/development/sprockets/813778cca328c7d9a71e6ad9bd6b5b93 - test/dummy/tmp/cache/assets/development/sprockets/82af58bd517f6c898e82655012e662f3 - test/dummy/tmp/cache/assets/development/sprockets/851829daaa9bf188f9e6265fd060a111 - test/dummy/tmp/cache/assets/development/sprockets/896e0a59c127f026ecc3ce390c394c6d - test/dummy/tmp/cache/assets/development/sprockets/898c074f26089ae77019f6bb0d7b87c3 - test/dummy/tmp/cache/assets/development/sprockets/8a58cdb1fd183189a813cb45de9b5ecb - test/dummy/tmp/cache/assets/development/sprockets/8aa0c86835fc92349a71e76dfa064cf0 - test/dummy/tmp/cache/assets/development/sprockets/8b74d8c3afdb7163f50f52e10b198290 - test/dummy/tmp/cache/assets/development/sprockets/8c20ea028e7ef9e18ab2517785615d32 - test/dummy/tmp/cache/assets/development/sprockets/8d50fa8e9c1035cb3fbf50bcd2dad220 - test/dummy/tmp/cache/assets/development/sprockets/8dda9084ddc7e1b0ce01887b1bfbf7ad - test/dummy/tmp/cache/assets/development/sprockets/91307c7344a9f3f6f727226a87aaf6b1 - test/dummy/tmp/cache/assets/development/sprockets/95234f56258851aba6ec6fdab79bccb6 - test/dummy/tmp/cache/assets/development/sprockets/954bb101caefd0c65eaffd0806b60fe2 - test/dummy/tmp/cache/assets/development/sprockets/977b0e7fd460cd4ebb7482e0bc5dae0d - test/dummy/tmp/cache/assets/development/sprockets/980857c735dc36c6448aa7f0a63d5775 - test/dummy/tmp/cache/assets/development/sprockets/9a27bf15ceccd6156c4fbddfe430431f - test/dummy/tmp/cache/assets/development/sprockets/9bbfa312e4f834114c0d7fcf15e9d591 - test/dummy/tmp/cache/assets/development/sprockets/9e4856eaccd8050e2cce8f2726bd1ff9 - test/dummy/tmp/cache/assets/development/sprockets/a0ddccdbb865754a76b131fa64932582 - test/dummy/tmp/cache/assets/development/sprockets/a1f2a21fb4036d971dd7f36cbfaf3320 - test/dummy/tmp/cache/assets/development/sprockets/a2719663651c4c47fea4601da97f674b - test/dummy/tmp/cache/assets/development/sprockets/a30c5479ead2031a2e521cbfa989dca8 - test/dummy/tmp/cache/assets/development/sprockets/a54698289dfb98cb1c3314d66baf5f91 - test/dummy/tmp/cache/assets/development/sprockets/a5fc721c5e049fa401638dbbe6f01666 - test/dummy/tmp/cache/assets/development/sprockets/a6324741c7289fc944f62b446136cf36 - test/dummy/tmp/cache/assets/development/sprockets/a6f3ccbc9cf1cae48fad3c83ffea2dd8 - test/dummy/tmp/cache/assets/development/sprockets/a804717f8c355bf77d84f50220f6b66f - test/dummy/tmp/cache/assets/development/sprockets/aac96aa095d26ef97f58eb4126da0bf7 - test/dummy/tmp/cache/assets/development/sprockets/aafab1cd25c75cd144df598aa4d48858 - test/dummy/tmp/cache/assets/development/sprockets/ab136f8b2c696dd4d96e4899a0e8a4ac - test/dummy/tmp/cache/assets/development/sprockets/ac74145f99b8dab2053e9ae97ab30b59 - test/dummy/tmp/cache/assets/development/sprockets/b064391743404352c0d06d1dae692bbc - test/dummy/tmp/cache/assets/development/sprockets/b0b79f650d323d7f80a4c7456dfce684 - test/dummy/tmp/cache/assets/development/sprockets/b0e2ed0167a71948529cf8507015a638 - test/dummy/tmp/cache/assets/development/sprockets/b2bf0c4531b78b65440c4c84908149fe - test/dummy/tmp/cache/assets/development/sprockets/b344975ddf3cba471441e737f3ca0570 - test/dummy/tmp/cache/assets/development/sprockets/b4da7dedc3efa1b2420734a75da1402f - test/dummy/tmp/cache/assets/development/sprockets/b5d99651fe9edd91970e38aaf098c3b6 - test/dummy/tmp/cache/assets/development/sprockets/b81f49d8cf1dbae0f6d1ac4d9d923f17 - test/dummy/tmp/cache/assets/development/sprockets/b8acda462092c7c76b1322856f8e39ca - test/dummy/tmp/cache/assets/development/sprockets/b8bfca64ea01caaf52a8ad9336eba057 - test/dummy/tmp/cache/assets/development/sprockets/bf9bfc00456efae4900ccf4afcb76b1a - test/dummy/tmp/cache/assets/development/sprockets/c01f86af98746d42cda25607438cc39f - test/dummy/tmp/cache/assets/development/sprockets/c0625d8a0a68787afb029146355062df - test/dummy/tmp/cache/assets/development/sprockets/c10a1994812cf191cd2ee4ef1f979bf0 - test/dummy/tmp/cache/assets/development/sprockets/c1bea1ba92a5304ffd28cc0af4b325d9 - test/dummy/tmp/cache/assets/development/sprockets/c28f157f3954955f1bc4ca11b085e5f1 - test/dummy/tmp/cache/assets/development/sprockets/c38b7c525999d0c070c974f0e1858073 - test/dummy/tmp/cache/assets/development/sprockets/c3fbb5f0690b2b69916c7cdfa2e6290b - test/dummy/tmp/cache/assets/development/sprockets/c4393dff2f5bbfb3db980d09f116e865 - test/dummy/tmp/cache/assets/development/sprockets/c64c25da8d01c54ccf41dc956d9c9b44 - test/dummy/tmp/cache/assets/development/sprockets/c6a502787893c3368f02209006ef3c3a - test/dummy/tmp/cache/assets/development/sprockets/c6fc4a60aef7967d11f2188d3a8317e8 - test/dummy/tmp/cache/assets/development/sprockets/c76f44b59338c92655cdb50acd5a51b7 - test/dummy/tmp/cache/assets/development/sprockets/c843fdb2b33bf3e87833b23027a9adb9 - test/dummy/tmp/cache/assets/development/sprockets/c8c8b769bfa8c90477013dc463dce8dd - test/dummy/tmp/cache/assets/development/sprockets/c9d60e346e8632bb3945f7e94cce0036 - test/dummy/tmp/cache/assets/development/sprockets/cb676c28d1dce8658c2ce261c40ff62d - test/dummy/tmp/cache/assets/development/sprockets/cbb7cfa2a375a0ec163c71490071ae70 - test/dummy/tmp/cache/assets/development/sprockets/cbfd1cdcc8926af0e015fd6e4a8cfe95 - test/dummy/tmp/cache/assets/development/sprockets/cc2b3e15e75ad21a379b54186f0b3e63 - test/dummy/tmp/cache/assets/development/sprockets/ce0f026a8f35c2824e68416229e502b0 - test/dummy/tmp/cache/assets/development/sprockets/cf38200dbb3ee3a9d4dd84cc1d98ada2 - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 - test/dummy/tmp/cache/assets/development/sprockets/d06332ce072d0af8fda4bb34381370ef - test/dummy/tmp/cache/assets/development/sprockets/d1734506eed8ef7a8e5c73e599b0debb - test/dummy/tmp/cache/assets/development/sprockets/d3a4fc418bcc8c28e1477d8ae5981e44 - test/dummy/tmp/cache/assets/development/sprockets/d60ab8b8e8ff9e6df6e04cb335e79e38 - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 - test/dummy/tmp/cache/assets/development/sprockets/d786e75d26229c39c37d842fb4de0479 - test/dummy/tmp/cache/assets/development/sprockets/d9a230b2c36f01509e607c6fc423b04f - test/dummy/tmp/cache/assets/development/sprockets/da3b6190521b537ef46190c99c630173 - test/dummy/tmp/cache/assets/development/sprockets/dc3d91ae1d7f973c1354a745e97076dd - test/dummy/tmp/cache/assets/development/sprockets/dcef36a5aee30ad53443ea58149b5c8d - test/dummy/tmp/cache/assets/development/sprockets/dcf2f012e3f4d3ecc9b1a2f21290fefd - test/dummy/tmp/cache/assets/development/sprockets/de3b887062709ecbae0f43a1967507b3 - test/dummy/tmp/cache/assets/development/sprockets/de7818edd5229ecc4f5808d25aea085d - test/dummy/tmp/cache/assets/development/sprockets/dfd54ce2610fa0bdcd51a47ebe236db4 - test/dummy/tmp/cache/assets/development/sprockets/e010156bdbfaae9098512ae86bf0288b - test/dummy/tmp/cache/assets/development/sprockets/e0c1faca0fe3b99790f1467965b76234 - test/dummy/tmp/cache/assets/development/sprockets/e0d30e94a53fc0d324ec29d883efd5a0 - test/dummy/tmp/cache/assets/development/sprockets/e0e949e3a882294df1ac6efb53555963 - test/dummy/tmp/cache/assets/development/sprockets/e508a5da5b2a6ba14eaabe1fc9987f1b - test/dummy/tmp/cache/assets/development/sprockets/e64df0317c02ea3aaf0c6ac14b3c1994 - test/dummy/tmp/cache/assets/development/sprockets/ea3fbcf111211cf25a1e84abd8890069 - test/dummy/tmp/cache/assets/development/sprockets/ea97af2f7f945b7c87258b2338f5bc0c - test/dummy/tmp/cache/assets/development/sprockets/eb0dcd1f1d9812e1f7eb10b58e6b1ac9 - test/dummy/tmp/cache/assets/development/sprockets/eca6e114f4db2379855c8af72fafaa45 - test/dummy/tmp/cache/assets/development/sprockets/eeccfebd3c89a085ade5e49efa39fad9 - test/dummy/tmp/cache/assets/development/sprockets/f2137fda0185692d9909c6bde77f6ac5 - test/dummy/tmp/cache/assets/development/sprockets/f270587a206c85bb7163b16529b5ff69 - test/dummy/tmp/cache/assets/development/sprockets/f5630318facff40bd4c26746561e91a5 - test/dummy/tmp/cache/assets/development/sprockets/f7147d2e3eeeaef3c6adef2176a6e9bf - test/dummy/tmp/cache/assets/development/sprockets/f72f9d88e28ad73485fcc24ef00be1f0 - test/dummy/tmp/cache/assets/development/sprockets/f7428da6a5bd069f4c521897f2ff0549 - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 - test/dummy/tmp/cache/assets/development/sprockets/fa7d07347669600716cb3cb894127454 - test/dummy/tmp/cache/assets/development/sprockets/fe4a3fb260cf70c451034496362792e4 - test/dummy/tmp/cache/assets/development/sprockets/ffa3b9093369ac4b2758f390b0cafab4 - test/dummy/tmp/cache/assets/production/sass/144bb07df25732886de34fc892b7c84d418ab110/cms.scss.erbc - test/dummy/tmp/cache/assets/production/sass/144bb07df25732886de34fc892b7c84d418ab110/cms.scssc - test/dummy/tmp/cache/assets/production/sass/5df77a09e28ee5e99b029d061fc8c7aa74ed8701/bootstrap.scss.erbc - test/dummy/tmp/cache/assets/production/sass/9ef9c546be1f15bd909c4626b18ec56c75aac0ce/cms.scss.erbc - test/dummy/tmp/cache/assets/production/sass/c8e2efff656b76a26ac2cc5b5528e2ab9741b52a/bootstrap.scss.erbc - test/dummy/tmp/cache/assets/production/sprockets/00dfd740f227e8eacf8dc70e8923aa30 - test/dummy/tmp/cache/assets/production/sprockets/021d5ce446187b362f442c81dbc04f33 - test/dummy/tmp/cache/assets/production/sprockets/052ccadc06984b221f1af051c32e613a - test/dummy/tmp/cache/assets/production/sprockets/0894458794b51b17900c3d7abefc2aa5 - test/dummy/tmp/cache/assets/production/sprockets/0ceefdff5c5f03895722be20f6ddc26b - test/dummy/tmp/cache/assets/production/sprockets/0dd47da3f882e810b77e341b2bcd8abc - test/dummy/tmp/cache/assets/production/sprockets/0f096a9239d1b8b3c0d7f0a079ba8dc6 - test/dummy/tmp/cache/assets/production/sprockets/0f7e8127f53c92f853b2d1f7f3887b25 - test/dummy/tmp/cache/assets/production/sprockets/11eedd47a993ae43b134c4a8323fe16d - test/dummy/tmp/cache/assets/production/sprockets/13fe41fee1fe35b49d145bcc06610705 - test/dummy/tmp/cache/assets/production/sprockets/14e730b33d5c77e57ef1d749d3f59d09 - test/dummy/tmp/cache/assets/production/sprockets/16aa40bf8985a2f1f3e5dea5d72e6218 - test/dummy/tmp/cache/assets/production/sprockets/17ea4d79d21b1f083c77f59ba9b3372d - test/dummy/tmp/cache/assets/production/sprockets/1893a62d9206a1fb9d89578a47e6dba8 - test/dummy/tmp/cache/assets/production/sprockets/1de6a759b14c2e99ab1641cad5521433 - test/dummy/tmp/cache/assets/production/sprockets/22a5108e690ae432a7d96ad27ae23356 - test/dummy/tmp/cache/assets/production/sprockets/2bf91fb337440bb9de78c2e6c6bcb95f - test/dummy/tmp/cache/assets/production/sprockets/2f5173deea6c795b8fdde723bb4b63af - test/dummy/tmp/cache/assets/production/sprockets/357970feca3ac29060c1e3861e2c0953 - test/dummy/tmp/cache/assets/production/sprockets/37ffa56a3e6b08a7683a7b180bac45e9 - test/dummy/tmp/cache/assets/production/sprockets/3f68640e722ec4648c55f987c372bd1f - test/dummy/tmp/cache/assets/production/sprockets/41b539dab4032aeab4acc677841be9e1 - test/dummy/tmp/cache/assets/production/sprockets/4d0e945a1aeffabb6ecbe4e9cfbe9900 - test/dummy/tmp/cache/assets/production/sprockets/5343637e2648daefcbb5f6da93e22170 - test/dummy/tmp/cache/assets/production/sprockets/5698b010ec22ef0139df1ec7921bada0 - test/dummy/tmp/cache/assets/production/sprockets/593143829da9d8a11949cdea62925830 - test/dummy/tmp/cache/assets/production/sprockets/5a3608849ffcf6b5ffd0e0c519899b0f - test/dummy/tmp/cache/assets/production/sprockets/5cceba1f5466432ddc1ca00d96bb6af2 - test/dummy/tmp/cache/assets/production/sprockets/613c2f7728f24118bf60b70e5467b04e - test/dummy/tmp/cache/assets/production/sprockets/6428de878f492d768cfef210554eb78e - test/dummy/tmp/cache/assets/production/sprockets/65e9bcd0c838633f8992701c9486752f - test/dummy/tmp/cache/assets/production/sprockets/66c2afe997efeeb00c23f320cd5154b1 - test/dummy/tmp/cache/assets/production/sprockets/672160928c4f356614c3b08e4dd18959 - test/dummy/tmp/cache/assets/production/sprockets/69088615f9cef33446fa9ce9af0cbfcb - test/dummy/tmp/cache/assets/production/sprockets/69c591a2e6598aef38bce6f1bfd9a583 - test/dummy/tmp/cache/assets/production/sprockets/6c0e89bb1f1dd6fef016f0f030b155a4 - test/dummy/tmp/cache/assets/production/sprockets/74d99242046d9e80efe6e63d318f0d23 - test/dummy/tmp/cache/assets/production/sprockets/77c132a2a2cf0e255033066a80db84e5 - test/dummy/tmp/cache/assets/production/sprockets/7b3469b8a6587d3fdde5168bcadc1829 - test/dummy/tmp/cache/assets/production/sprockets/7b89b96229652f6b39b4956713d83fb3 - test/dummy/tmp/cache/assets/production/sprockets/7bb9867f00636aa2e82aab7c8cde1156 - test/dummy/tmp/cache/assets/production/sprockets/7d185042919d487db4ba3415054bf46b - test/dummy/tmp/cache/assets/production/sprockets/7d541dc935739c00601285ef558dc186 - test/dummy/tmp/cache/assets/production/sprockets/7e0a659f836bf08aa7e86a3b3bd64a0a - test/dummy/tmp/cache/assets/production/sprockets/8085921c00ddb46d86508243dd466f7a - test/dummy/tmp/cache/assets/production/sprockets/808e7e23c256ba7b4ae032c997b7f7d1 - test/dummy/tmp/cache/assets/production/sprockets/82af58bd517f6c898e82655012e662f3 - test/dummy/tmp/cache/assets/production/sprockets/896e0a59c127f026ecc3ce390c394c6d - test/dummy/tmp/cache/assets/production/sprockets/8aa0c86835fc92349a71e76dfa064cf0 - test/dummy/tmp/cache/assets/production/sprockets/8c20ea028e7ef9e18ab2517785615d32 - test/dummy/tmp/cache/assets/production/sprockets/91307c7344a9f3f6f727226a87aaf6b1 - test/dummy/tmp/cache/assets/production/sprockets/977b0e7fd460cd4ebb7482e0bc5dae0d - test/dummy/tmp/cache/assets/production/sprockets/9e4856eaccd8050e2cce8f2726bd1ff9 - test/dummy/tmp/cache/assets/production/sprockets/a0ddccdbb865754a76b131fa64932582 - test/dummy/tmp/cache/assets/production/sprockets/aac96aa095d26ef97f58eb4126da0bf7 - test/dummy/tmp/cache/assets/production/sprockets/ab136f8b2c696dd4d96e4899a0e8a4ac - test/dummy/tmp/cache/assets/production/sprockets/ac74145f99b8dab2053e9ae97ab30b59 - test/dummy/tmp/cache/assets/production/sprockets/b0e2ed0167a71948529cf8507015a638 - test/dummy/tmp/cache/assets/production/sprockets/b2bf0c4531b78b65440c4c84908149fe - test/dummy/tmp/cache/assets/production/sprockets/b81f49d8cf1dbae0f6d1ac4d9d923f17 - test/dummy/tmp/cache/assets/production/sprockets/bf9bfc00456efae4900ccf4afcb76b1a - test/dummy/tmp/cache/assets/production/sprockets/c01f86af98746d42cda25607438cc39f - test/dummy/tmp/cache/assets/production/sprockets/c0625d8a0a68787afb029146355062df - test/dummy/tmp/cache/assets/production/sprockets/c28f157f3954955f1bc4ca11b085e5f1 - test/dummy/tmp/cache/assets/production/sprockets/c4393dff2f5bbfb3db980d09f116e865 - test/dummy/tmp/cache/assets/production/sprockets/c6a502787893c3368f02209006ef3c3a - test/dummy/tmp/cache/assets/production/sprockets/c76f44b59338c92655cdb50acd5a51b7 - test/dummy/tmp/cache/assets/production/sprockets/c8c8b769bfa8c90477013dc463dce8dd - test/dummy/tmp/cache/assets/production/sprockets/c9d60e346e8632bb3945f7e94cce0036 - test/dummy/tmp/cache/assets/production/sprockets/cbfd1cdcc8926af0e015fd6e4a8cfe95 - test/dummy/tmp/cache/assets/production/sprockets/cc2b3e15e75ad21a379b54186f0b3e63 - test/dummy/tmp/cache/assets/production/sprockets/ce0f026a8f35c2824e68416229e502b0 - test/dummy/tmp/cache/assets/production/sprockets/cf38200dbb3ee3a9d4dd84cc1d98ada2 - test/dummy/tmp/cache/assets/production/sprockets/cffd775d018f68ce5dba1ee0d951a994 - test/dummy/tmp/cache/assets/production/sprockets/d60ab8b8e8ff9e6df6e04cb335e79e38 - test/dummy/tmp/cache/assets/production/sprockets/d771ace226fc8215a3572e0aa35bb0d6 - test/dummy/tmp/cache/assets/production/sprockets/d786e75d26229c39c37d842fb4de0479 - test/dummy/tmp/cache/assets/production/sprockets/da3b6190521b537ef46190c99c630173 - test/dummy/tmp/cache/assets/production/sprockets/dcf2f012e3f4d3ecc9b1a2f21290fefd - test/dummy/tmp/cache/assets/production/sprockets/de3b887062709ecbae0f43a1967507b3 - test/dummy/tmp/cache/assets/production/sprockets/e010156bdbfaae9098512ae86bf0288b - test/dummy/tmp/cache/assets/production/sprockets/e0e949e3a882294df1ac6efb53555963 - test/dummy/tmp/cache/assets/production/sprockets/e508a5da5b2a6ba14eaabe1fc9987f1b - test/dummy/tmp/cache/assets/production/sprockets/f2137fda0185692d9909c6bde77f6ac5 - test/dummy/tmp/cache/assets/production/sprockets/f5630318facff40bd4c26746561e91a5 - test/dummy/tmp/cache/assets/production/sprockets/f72f9d88e28ad73485fcc24ef00be1f0 - test/dummy/tmp/cache/assets/production/sprockets/f7428da6a5bd069f4c521897f2ff0549 - test/dummy/tmp/cache/assets/production/sprockets/f7cbd26ba1d28d48de824f0e94586655 - test/dummy/tmp/cache/assets/production/sprockets/fa7d07347669600716cb3cb894127454 - test/dummy/tmp/cache/assets/production/sprockets/ffa3b9093369ac4b2758f390b0cafab4 - spec/concerns/util_spec.rb - spec/controllers/attachments_controller_spec.rb - spec/controllers/cms_controller_spec.rb - spec/controllers/sessions_controller_spec.rb - spec/helpers/cms_helper_spec.rb - spec/javascripts/fixtures/duplicate_fields.html - spec/javascripts/fixtures/editable_fields.html - spec/javascripts/fixtures/templates.html - spec/javascripts/helpers/fixtures.js - spec/javascripts/helpers/jasmine-jquery.js - spec/javascripts/persistence_manager_spec.coffee - spec/javascripts/template_editor_spec.coffee - spec/javascripts/util_spec.coffee - spec/karma.conf.js - spec/models/page_spec.rb - spec/spec_helper.rb