polyblock 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/MIT-LICENSE +20 -0
- data/README.rdoc +3 -0
- data/Rakefile +34 -0
- data/app/assets/javascripts/beautify-css.js +264 -0
- data/app/assets/javascripts/beautify-html.js +838 -0
- data/app/assets/javascripts/beautify.js +1632 -0
- data/app/assets/javascripts/ckeditor/config.js +81 -0
- data/app/assets/javascripts/ckeditor/lang/en.js +5 -0
- data/app/assets/javascripts/ckeditor/plugins/sourcedialog/dialogs/sourcedialog.js +78 -0
- data/app/assets/javascripts/ckeditor/plugins/sourcedialog/icons/hidpi/sourcedialog-rtl.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/sourcedialog/icons/hidpi/sourcedialog.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/sourcedialog/icons/sourcedialog-rtl.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/sourcedialog/icons/sourcedialog.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/sourcedialog/plugin.js +27 -0
- data/app/assets/javascripts/ckeditor/plugins/sourcedialog/samples/sourcedialog.html +118 -0
- data/app/assets/javascripts/clientside-haml.js +2302 -0
- data/app/assets/javascripts/polyblock/application.js +24 -0
- data/app/assets/javascripts/polyblock/polyblock.js.coffee +143 -0
- data/app/assets/javascripts/transit.js +9 -0
- data/app/assets/javascripts/underscore.string.js +600 -0
- data/app/assets/stylesheets/polyblock/application.css +13 -0
- data/app/assets/stylesheets/polyblock/polyblocks.css +4 -0
- data/app/controllers/polyblock/application_controller.rb +4 -0
- data/app/controllers/polyblock/polyblocks_controller.rb +41 -0
- data/app/helpers/polyblock/application_helper.rb +29 -0
- data/app/helpers/polyblock/polyblocks_helper.rb +4 -0
- data/app/models/ckeditor/asset.rb +4 -0
- data/app/models/ckeditor/attachment_file.rb +12 -0
- data/app/models/ckeditor/picture.rb +13 -0
- data/app/models/polyblock/block.rb +7 -0
- data/app/views/layouts/polyblock/application.html.erb +14 -0
- data/app/views/polyblock/_editor_bar.html.erb +26 -0
- data/config/initializers/ckeditor.rb +21 -0
- data/config/routes.rb +7 -0
- data/db/migrate/20131201144424_create_ckeditor_assets.rb +26 -0
- data/db/migrate/20131201194124_create_polyblock_blocks.rb +12 -0
- data/lib/polyblock/engine.rb +12 -0
- data/lib/polyblock/version.rb +3 -0
- data/lib/polyblock.rb +4 -0
- data/lib/tasks/polyblock_tasks.rake +4 -0
- data/test/controllers/polyblock/polyblocks_controller_test.rb +9 -0
- data/test/dummy/README.rdoc +28 -0
- data/test/dummy/Rakefile +6 -0
- data/test/dummy/app/assets/javascripts/application.js +14 -0
- data/test/dummy/app/assets/javascripts/home.js +2 -0
- data/test/dummy/app/assets/stylesheets/application.css +13 -0
- data/test/dummy/app/assets/stylesheets/home.css +4 -0
- data/test/dummy/app/controllers/application_controller.rb +5 -0
- data/test/dummy/app/controllers/home_controller.rb +7 -0
- data/test/dummy/app/helpers/application_helper.rb +2 -0
- data/test/dummy/app/helpers/home_helper.rb +2 -0
- data/test/dummy/app/views/home/index.html.erb +2 -0
- data/test/dummy/app/views/layouts/application.html.erb +15 -0
- data/test/dummy/bin/bundle +3 -0
- data/test/dummy/bin/rails +4 -0
- data/test/dummy/bin/rake +4 -0
- data/test/dummy/config/application.rb +23 -0
- data/test/dummy/config/boot.rb +5 -0
- data/test/dummy/config/database.yml +25 -0
- data/test/dummy/config/environment.rb +5 -0
- data/test/dummy/config/environments/development.rb +29 -0
- data/test/dummy/config/environments/production.rb +80 -0
- data/test/dummy/config/environments/test.rb +36 -0
- data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
- data/test/dummy/config/initializers/inflections.rb +16 -0
- data/test/dummy/config/initializers/mime_types.rb +5 -0
- data/test/dummy/config/initializers/secret_token.rb +12 -0
- data/test/dummy/config/initializers/session_store.rb +3 -0
- data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/test/dummy/config/locales/en.yml +23 -0
- data/test/dummy/config/routes.rb +4 -0
- data/test/dummy/config.ru +4 -0
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/schema.rb +50 -0
- data/test/dummy/log/development.log +8760 -0
- data/test/dummy/public/404.html +58 -0
- data/test/dummy/public/422.html +58 -0
- data/test/dummy/public/500.html +57 -0
- data/test/dummy/public/favicon.ico +0 -0
- data/test/dummy/test/controllers/home_controller_test.rb +7 -0
- data/test/dummy/test/helpers/home_helper_test.rb +4 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/01d10ffd358eeb0b021cc9183f39ae68 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/020cd4251b379e7f2ec729509bca3e41 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/0298cd9551a53c73ed306982bb488f21 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/033f9ad8b2cb2b403008de33db1e8b30 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/03759dc8759159b0cb33071eaa445eb0 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/054e6644a2f22ee98494c2f140e3a1e4 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/0c77775fe25328089569a112cb862dd4 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/0e895aeb087b1fb9e26b4e2398dcd1bd +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/0f975357b9b6fee1af11ec65211c80bf +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/12aa9b2820181ab345ef05ee8396ba2b +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/131c3cd884f330627e5f5eab9b908861 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/1518dfe3536e63b395cefe2dc1e2b2be +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/161b71d479fc0fa4a60bf309f585d6c7 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/1825f57b27296afe7285b26c07446d43 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/183add279724180686cad2786c68835f +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/18b273e17be07c99fb48b37938c1f91e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/1926295578648cdc013840b112b4549a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/198ac8a69bf3249985d9888cbe072828 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/1a2a68c52d72fd360df1534fb62d80e5 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/1ba6042344298db56baa871bda8def48 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/1c3bf4812b7668021d8dbca7a8365f1a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/1c9faaf28d05409b88ad3113374d613c +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/1dcf2f066cb7d1f61053762f665026f0 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/1eeb828973d38ac019484de910989d1a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/1f9c2e5e8f8f4274f29c2db2392b7443 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/1fb5c44086b9680362505e609ea1c3ba +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2032a9b15f933605f9e1348b938692ca +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/222ae44e85a1c2658302687309a33440 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/227fcecc68de591c070de5ee5383f6aa +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2822de3b22c28bd5e718c9bf500457b2 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/284d60c07fb8c32b968c2bf0653a0c51 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/28a13e927d6f8c4f2df07ffa043a022d +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2904d9c64f7dcf593dd93db977330071 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/293760eecba440378055bf9964e26ef5 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2e8261e97a81367a52002c140e9d4d4c +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2ef35d1c258b156746998a0e8bfb2512 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2f98ed9544591a552d4a27e8d6fe52e7 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/30372050d03c549f832d0a229f054a09 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/3105a0833af87dbcd24616a1aa326624 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/31242785b0b30c2926a0a001ba15c37b +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/346013835dd9a50f5c9e047b3c8c6036 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/355e62a84da5c2155a31fe4addaf3fab +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/35dc797930ef7be4efb807233bb4089a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/38034a7a583e8b4c116cd9427c6a65a6 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/39bf3443ada31f4751a7d4f5992eabfa +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/3aa98dd2b45d207a9fea94c6d3fc4c93 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/3b9ed85ea6b3c17f3357272f88edec81 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/40fc2f3d2a468a00e463f1d313cb1683 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/41f903e59539965c348dbac12f651853 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/42079241bc34a6f7a1ea3d085e9e81a1 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/469a23499ce29fb0b21239db80139b48 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/46e74a11aa3f8c919696fae111869929 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/483f8189cba7c0aee7a46a04febdc197 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/494fc186abfedc09409786fc8b2ba340 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/4b886bd84e18901aa1bfbaafded1ea74 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/4bac9705448d2568d956a6b580565d0e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/4bf84fc546d1736be7f5e49f37d9e373 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/4ce319d4627e6065afffeaec20f27c2c +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/507329c12ad1da334c124a54ac840247 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/5080e3e500303e0b993d3147ca0c0747 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/50e76ce60f5fc61ca3e70b70d8766d75 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/52a652f96849ad97a147a7d9fe45d374 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/52d05185fe8ef8d067c2ba8f196d9afb +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/5418c4cf54e69db24470c9dccd42b524 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/54e6936a11d8f5cdf5fa2f48475d2207 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/54f23a17d564a036a8942b34853d62af +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/5688d74639deb1904bb099823a2b9078 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/5cf14a014ac60aeddff4e9dad4971824 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/5d5d4bb119e1e543a75ebf4c1a795a64 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/5e7c59533e1b5ef0c92e0d46f0848a2c +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/60f1796bd046463c321db1046bc1c26a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/61dbe29abaf1d38eeeaed7fa9dce6ea3 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/649a30c83a617bd43d47acf786140f34 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/64d65db775748acbf392e1eacf59032d +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/65a5689d2de3f83bcc1531b0bd7918ce +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/66a715b5252355fae8785a848f07890c +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/67068ab8480c236e15cc6d7507e52eec +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/67af580bfcbac793745a2bdc2344880a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/69f01b85f9dbad9d568e46c5a81d3cef +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/6aa08eaf51a818834385dea1b64100f0 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/6beb01ae124bf2ebfb1a82617e2b6098 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/6dabc2eb7494578b1bd175f001055ec8 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/6f75f19c6e3573a6696df41ac5d31cca +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/71069975441a8fde10d210b51585a5a3 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/7276854d4022c2d37882818af409c467 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/73c99b0656c98ebf9f4f9a69565fa0b7 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/749930e2a2cdc8a72fb497359f83181e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/75b1e158df9657689b214b7ccd2e4cf7 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/75d065741331d0ad6ae16498b7108723 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/76ad604881ad72473bf07bd1d19c8494 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/773d7acc6545de12f1a86b77cef2e40e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/786af69fbff630e129664087cb879e57 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/78cf370d910b9a1721891b28a7c7fec0 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/7c72a7ab5a27c2ea4fe3a2d8ba0e1890 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/7e8e0833a197f1f272edbd4c74d55c8c +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/8098a2ad06e177efc27a63d1ea20c17a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/80a9daa2db75d17e5e24d7442ccb41bc +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/818c2000c1301a3f2f526dda13afe15c +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/82bfcea3fa5e6c4fa34a2ebbb5d6f075 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/8340810a445a06118e27eaaad32e862d +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/8631041495ef144973adaf1fba193a22 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/87f6abdf4627b5b8072bafbca388aa98 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/885519ac7f861d48be489733a6941bd0 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/8cea52541f58190ce0a4c5512c7355cb +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/8cfd23d116cf0a7c9e1d68c2b769add7 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/8e4aca87eaa40ed7cff1b11eba46e8d5 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/8f0e003323d409b4bea8e37f8e210b37 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/8f4c36636517f6b49c072538a63a6d59 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/908b5ae11b8473493d1e9467124d1ee4 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/98c83dce67cf84818203c6f995f4ba36 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/9b261f00d3607a34f3df29dcc0beece1 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a21978d1a823d6011c10799dd1fbb65c +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a366043ecf7a23398dd9230018ae5ee3 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a39be73154e19325e4f93210251924f4 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a82a85e8fa40ed62eabb9818404726cb +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a9f028f7a492b5907ed80268be8f50f4 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/aa3eca8179472bb088a8474f35f6c5ce +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/aafb9cc161f1b35b684b6367c1d63373 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/abaf826b99cbedf45dd5304d096bdfaa +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/ac34c01b1f09105c80ff6687bdc1493e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/ac9510df8de841f1abc8c72c6fd0e295 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/ad37bb314723ee3d230eb29326b47a46 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/ae401c4518969dbd6ecab0274940df4d +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b0a603111ad6abfe5bf08255eaf8573a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b7e3984da49e9c18ea6f4344b6ddedf1 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b878faf942403e313a5b103e5d80488e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b8d45418a0dec849026e7832c6922595 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/ba41d761ded85fc461ab0cabbeaef53e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/ba83646bf2099832ad8ac75379b763df +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/bafcd897244753eeb0b64f544a77a19c +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/bd8633c99ac4b7825a5cca6cf494d940 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/bdea69b9c406739ca4e7a36da20e7b53 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/be9eeaafba005e1d57455b8fef64f7c6 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/bf5b075f964da07102907d7ce6811ed5 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c22f6c78a77ef39e7e33f9b216b805f2 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c4f8e04fa248664e0d9e375a092b5efe +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c58e57990b87dfd6f4bc915907ff45ea +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c805b4d29a0e91011768405e87f70817 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/ca03d7c3a02b5b9c3223a83873f07581 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d2a5ab24b7b9dd1e4686b22bde66a4f4 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d4175e149c21384fc6b3fb79c9d45c66 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d41b25d3ec25b4c3b2fe8eb9cf82d595 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/da1acabb815f02640e2aedd90a85df93 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/de51a9a54870e5d9f22775e2e3bedf38 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/df139027ce9ac098fd00f4ab7611bbac +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/e03b3a3f08af68514f0a4224b38dc19a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/e08a13a79de686909616cc3861bd2ff6 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/e0ca554821c153076d2dd8e72eb33cdb +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/e4cb660bbc6515fd08140519e66368fd +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/e6968aa068b3fe46c56ea816e7d3c6cf +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/e736ecc7279b661ef9d3ca9882196708 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/eae7257fcd4b160c2d782e66ba0c5438 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/edbef6e0d0a4742346cf479f2c522eb0 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/ef21be926e9fa6ad4e7dbdd19e0fc91a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/ef79b2be98e4232ac86c5bd6dc8cf77f +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f1087ef68b351492e06aa6cfd82d0438 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f22c23c07479937e88c5642915d72652 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f3c90764c8cfc0c04c179baeeb54f7d9 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f4e04263f04511317e283b7afd5ac9fc +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f999e530403d0f45b1fb283186785dc5 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f99bfcf75bfe60e1e9c19f03fd1c476c +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f9a99df6b5884accbebff708f1fa861d +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/fa2a1a439527d340ac07907157929b8d +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/fa735568b6074e46bd157a4391e6627f +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/fb2945554eacf0950f8c100ed8f07cb8 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/fc543306aa02516980ce1817fc19d3d5 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/fd51120226fc9ccf01d5893be1032b5b +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/fdee4c39a777bb7c2f1c9f29cad9601a +0 -0
- data/test/fixtures/polyblock/blocks.yml +13 -0
- data/test/helpers/polyblock/polyblocks_helper_test.rb +6 -0
- data/test/integration/navigation_test.rb +10 -0
- data/test/models/polyblock/block_test.rb +9 -0
- data/test/polyblock_test.rb +7 -0
- data/test/test_helper.rb +15 -0
- metadata +653 -0
@@ -0,0 +1,600 @@
|
|
1
|
+
// Underscore.string
|
2
|
+
// (c) 2010 Esa-Matti Suuronen <esa-matti aet suuronen dot org>
|
3
|
+
// Underscore.string is freely distributable under the terms of the MIT license.
|
4
|
+
// Documentation: https://github.com/epeli/underscore.string
|
5
|
+
// Some code is borrowed from MooTools and Alexandru Marasteanu.
|
6
|
+
// Version '2.3.0'
|
7
|
+
|
8
|
+
!function(root, String){
|
9
|
+
'use strict';
|
10
|
+
|
11
|
+
// Defining helper functions.
|
12
|
+
|
13
|
+
var nativeTrim = String.prototype.trim;
|
14
|
+
var nativeTrimRight = String.prototype.trimRight;
|
15
|
+
var nativeTrimLeft = String.prototype.trimLeft;
|
16
|
+
|
17
|
+
var parseNumber = function(source) { return source * 1 || 0; };
|
18
|
+
|
19
|
+
var strRepeat = function(str, qty){
|
20
|
+
if (qty < 1) return '';
|
21
|
+
var result = '';
|
22
|
+
while (qty > 0) {
|
23
|
+
if (qty & 1) result += str;
|
24
|
+
qty >>= 1, str += str;
|
25
|
+
}
|
26
|
+
return result;
|
27
|
+
};
|
28
|
+
|
29
|
+
var slice = [].slice;
|
30
|
+
|
31
|
+
var defaultToWhiteSpace = function(characters) {
|
32
|
+
if (characters == null)
|
33
|
+
return '\\s';
|
34
|
+
else if (characters.source)
|
35
|
+
return characters.source;
|
36
|
+
else
|
37
|
+
return '[' + _s.escapeRegExp(characters) + ']';
|
38
|
+
};
|
39
|
+
|
40
|
+
var escapeChars = {
|
41
|
+
lt: '<',
|
42
|
+
gt: '>',
|
43
|
+
quot: '"',
|
44
|
+
apos: "'",
|
45
|
+
amp: '&'
|
46
|
+
};
|
47
|
+
|
48
|
+
var reversedEscapeChars = {};
|
49
|
+
for(var key in escapeChars){ reversedEscapeChars[escapeChars[key]] = key; }
|
50
|
+
|
51
|
+
// sprintf() for JavaScript 0.7-beta1
|
52
|
+
// http://www.diveintojavascript.com/projects/javascript-sprintf
|
53
|
+
//
|
54
|
+
// Copyright (c) Alexandru Marasteanu <alexaholic [at) gmail (dot] com>
|
55
|
+
// All rights reserved.
|
56
|
+
|
57
|
+
var sprintf = (function() {
|
58
|
+
function get_type(variable) {
|
59
|
+
return Object.prototype.toString.call(variable).slice(8, -1).toLowerCase();
|
60
|
+
}
|
61
|
+
|
62
|
+
var str_repeat = strRepeat;
|
63
|
+
|
64
|
+
var str_format = function() {
|
65
|
+
if (!str_format.cache.hasOwnProperty(arguments[0])) {
|
66
|
+
str_format.cache[arguments[0]] = str_format.parse(arguments[0]);
|
67
|
+
}
|
68
|
+
return str_format.format.call(null, str_format.cache[arguments[0]], arguments);
|
69
|
+
};
|
70
|
+
|
71
|
+
str_format.format = function(parse_tree, argv) {
|
72
|
+
var cursor = 1, tree_length = parse_tree.length, node_type = '', arg, output = [], i, k, match, pad, pad_character, pad_length;
|
73
|
+
for (i = 0; i < tree_length; i++) {
|
74
|
+
node_type = get_type(parse_tree[i]);
|
75
|
+
if (node_type === 'string') {
|
76
|
+
output.push(parse_tree[i]);
|
77
|
+
}
|
78
|
+
else if (node_type === 'array') {
|
79
|
+
match = parse_tree[i]; // convenience purposes only
|
80
|
+
if (match[2]) { // keyword argument
|
81
|
+
arg = argv[cursor];
|
82
|
+
for (k = 0; k < match[2].length; k++) {
|
83
|
+
if (!arg.hasOwnProperty(match[2][k])) {
|
84
|
+
throw new Error(sprintf('[_.sprintf] property "%s" does not exist', match[2][k]));
|
85
|
+
}
|
86
|
+
arg = arg[match[2][k]];
|
87
|
+
}
|
88
|
+
} else if (match[1]) { // positional argument (explicit)
|
89
|
+
arg = argv[match[1]];
|
90
|
+
}
|
91
|
+
else { // positional argument (implicit)
|
92
|
+
arg = argv[cursor++];
|
93
|
+
}
|
94
|
+
|
95
|
+
if (/[^s]/.test(match[8]) && (get_type(arg) != 'number')) {
|
96
|
+
throw new Error(sprintf('[_.sprintf] expecting number but found %s', get_type(arg)));
|
97
|
+
}
|
98
|
+
switch (match[8]) {
|
99
|
+
case 'b': arg = arg.toString(2); break;
|
100
|
+
case 'c': arg = String.fromCharCode(arg); break;
|
101
|
+
case 'd': arg = parseInt(arg, 10); break;
|
102
|
+
case 'e': arg = match[7] ? arg.toExponential(match[7]) : arg.toExponential(); break;
|
103
|
+
case 'f': arg = match[7] ? parseFloat(arg).toFixed(match[7]) : parseFloat(arg); break;
|
104
|
+
case 'o': arg = arg.toString(8); break;
|
105
|
+
case 's': arg = ((arg = String(arg)) && match[7] ? arg.substring(0, match[7]) : arg); break;
|
106
|
+
case 'u': arg = Math.abs(arg); break;
|
107
|
+
case 'x': arg = arg.toString(16); break;
|
108
|
+
case 'X': arg = arg.toString(16).toUpperCase(); break;
|
109
|
+
}
|
110
|
+
arg = (/[def]/.test(match[8]) && match[3] && arg >= 0 ? '+'+ arg : arg);
|
111
|
+
pad_character = match[4] ? match[4] == '0' ? '0' : match[4].charAt(1) : ' ';
|
112
|
+
pad_length = match[6] - String(arg).length;
|
113
|
+
pad = match[6] ? str_repeat(pad_character, pad_length) : '';
|
114
|
+
output.push(match[5] ? arg + pad : pad + arg);
|
115
|
+
}
|
116
|
+
}
|
117
|
+
return output.join('');
|
118
|
+
};
|
119
|
+
|
120
|
+
str_format.cache = {};
|
121
|
+
|
122
|
+
str_format.parse = function(fmt) {
|
123
|
+
var _fmt = fmt, match = [], parse_tree = [], arg_names = 0;
|
124
|
+
while (_fmt) {
|
125
|
+
if ((match = /^[^\x25]+/.exec(_fmt)) !== null) {
|
126
|
+
parse_tree.push(match[0]);
|
127
|
+
}
|
128
|
+
else if ((match = /^\x25{2}/.exec(_fmt)) !== null) {
|
129
|
+
parse_tree.push('%');
|
130
|
+
}
|
131
|
+
else if ((match = /^\x25(?:([1-9]\d*)\$|\(([^\)]+)\))?(\+)?(0|'[^$])?(-)?(\d+)?(?:\.(\d+))?([b-fosuxX])/.exec(_fmt)) !== null) {
|
132
|
+
if (match[2]) {
|
133
|
+
arg_names |= 1;
|
134
|
+
var field_list = [], replacement_field = match[2], field_match = [];
|
135
|
+
if ((field_match = /^([a-z_][a-z_\d]*)/i.exec(replacement_field)) !== null) {
|
136
|
+
field_list.push(field_match[1]);
|
137
|
+
while ((replacement_field = replacement_field.substring(field_match[0].length)) !== '') {
|
138
|
+
if ((field_match = /^\.([a-z_][a-z_\d]*)/i.exec(replacement_field)) !== null) {
|
139
|
+
field_list.push(field_match[1]);
|
140
|
+
}
|
141
|
+
else if ((field_match = /^\[(\d+)\]/.exec(replacement_field)) !== null) {
|
142
|
+
field_list.push(field_match[1]);
|
143
|
+
}
|
144
|
+
else {
|
145
|
+
throw new Error('[_.sprintf] huh?');
|
146
|
+
}
|
147
|
+
}
|
148
|
+
}
|
149
|
+
else {
|
150
|
+
throw new Error('[_.sprintf] huh?');
|
151
|
+
}
|
152
|
+
match[2] = field_list;
|
153
|
+
}
|
154
|
+
else {
|
155
|
+
arg_names |= 2;
|
156
|
+
}
|
157
|
+
if (arg_names === 3) {
|
158
|
+
throw new Error('[_.sprintf] mixing positional and named placeholders is not (yet) supported');
|
159
|
+
}
|
160
|
+
parse_tree.push(match);
|
161
|
+
}
|
162
|
+
else {
|
163
|
+
throw new Error('[_.sprintf] huh?');
|
164
|
+
}
|
165
|
+
_fmt = _fmt.substring(match[0].length);
|
166
|
+
}
|
167
|
+
return parse_tree;
|
168
|
+
};
|
169
|
+
|
170
|
+
return str_format;
|
171
|
+
})();
|
172
|
+
|
173
|
+
|
174
|
+
|
175
|
+
// Defining underscore.string
|
176
|
+
|
177
|
+
var _s = {
|
178
|
+
|
179
|
+
VERSION: '2.3.0',
|
180
|
+
|
181
|
+
isBlank: function(str){
|
182
|
+
if (str == null) str = '';
|
183
|
+
return (/^\s*$/).test(str);
|
184
|
+
},
|
185
|
+
|
186
|
+
stripTags: function(str){
|
187
|
+
if (str == null) return '';
|
188
|
+
return String(str).replace(/<\/?[^>]+>/g, '');
|
189
|
+
},
|
190
|
+
|
191
|
+
capitalize : function(str){
|
192
|
+
str = str == null ? '' : String(str);
|
193
|
+
return str.charAt(0).toUpperCase() + str.slice(1);
|
194
|
+
},
|
195
|
+
|
196
|
+
chop: function(str, step){
|
197
|
+
if (str == null) return [];
|
198
|
+
str = String(str);
|
199
|
+
step = ~~step;
|
200
|
+
return step > 0 ? str.match(new RegExp('.{1,' + step + '}', 'g')) : [str];
|
201
|
+
},
|
202
|
+
|
203
|
+
clean: function(str){
|
204
|
+
return _s.strip(str).replace(/\s+/g, ' ');
|
205
|
+
},
|
206
|
+
|
207
|
+
count: function(str, substr){
|
208
|
+
if (str == null || substr == null) return 0;
|
209
|
+
return String(str).split(substr).length - 1;
|
210
|
+
},
|
211
|
+
|
212
|
+
chars: function(str) {
|
213
|
+
if (str == null) return [];
|
214
|
+
return String(str).split('');
|
215
|
+
},
|
216
|
+
|
217
|
+
swapCase: function(str) {
|
218
|
+
if (str == null) return '';
|
219
|
+
return String(str).replace(/\S/g, function(c){
|
220
|
+
return c === c.toUpperCase() ? c.toLowerCase() : c.toUpperCase();
|
221
|
+
});
|
222
|
+
},
|
223
|
+
|
224
|
+
escapeHTML: function(str) {
|
225
|
+
if (str == null) return '';
|
226
|
+
return String(str).replace(/[&<>"']/g, function(m){ return '&' + reversedEscapeChars[m] + ';'; });
|
227
|
+
},
|
228
|
+
|
229
|
+
unescapeHTML: function(str) {
|
230
|
+
if (str == null) return '';
|
231
|
+
return String(str).replace(/\&([^;]+);/g, function(entity, entityCode){
|
232
|
+
var match;
|
233
|
+
|
234
|
+
if (entityCode in escapeChars) {
|
235
|
+
return escapeChars[entityCode];
|
236
|
+
} else if (match = entityCode.match(/^#x([\da-fA-F]+)$/)) {
|
237
|
+
return String.fromCharCode(parseInt(match[1], 16));
|
238
|
+
} else if (match = entityCode.match(/^#(\d+)$/)) {
|
239
|
+
return String.fromCharCode(~~match[1]);
|
240
|
+
} else {
|
241
|
+
return entity;
|
242
|
+
}
|
243
|
+
});
|
244
|
+
},
|
245
|
+
|
246
|
+
escapeRegExp: function(str){
|
247
|
+
if (str == null) return '';
|
248
|
+
return String(str).replace(/([.*+?^=!:${}()|[\]\/\\])/g, '\\$1');
|
249
|
+
},
|
250
|
+
|
251
|
+
splice: function(str, i, howmany, substr){
|
252
|
+
var arr = _s.chars(str);
|
253
|
+
arr.splice(~~i, ~~howmany, substr);
|
254
|
+
return arr.join('');
|
255
|
+
},
|
256
|
+
|
257
|
+
insert: function(str, i, substr){
|
258
|
+
return _s.splice(str, i, 0, substr);
|
259
|
+
},
|
260
|
+
|
261
|
+
include: function(str, needle){
|
262
|
+
if (needle === '') return true;
|
263
|
+
if (str == null) return false;
|
264
|
+
return String(str).indexOf(needle) !== -1;
|
265
|
+
},
|
266
|
+
|
267
|
+
join: function() {
|
268
|
+
var args = slice.call(arguments),
|
269
|
+
separator = args.shift();
|
270
|
+
|
271
|
+
if (separator == null) separator = '';
|
272
|
+
|
273
|
+
return args.join(separator);
|
274
|
+
},
|
275
|
+
|
276
|
+
lines: function(str) {
|
277
|
+
if (str == null) return [];
|
278
|
+
return String(str).split("\n");
|
279
|
+
},
|
280
|
+
|
281
|
+
reverse: function(str){
|
282
|
+
return _s.chars(str).reverse().join('');
|
283
|
+
},
|
284
|
+
|
285
|
+
startsWith: function(str, starts){
|
286
|
+
if (starts === '') return true;
|
287
|
+
if (str == null || starts == null) return false;
|
288
|
+
str = String(str); starts = String(starts);
|
289
|
+
return str.length >= starts.length && str.slice(0, starts.length) === starts;
|
290
|
+
},
|
291
|
+
|
292
|
+
endsWith: function(str, ends){
|
293
|
+
if (ends === '') return true;
|
294
|
+
if (str == null || ends == null) return false;
|
295
|
+
str = String(str); ends = String(ends);
|
296
|
+
return str.length >= ends.length && str.slice(str.length - ends.length) === ends;
|
297
|
+
},
|
298
|
+
|
299
|
+
succ: function(str){
|
300
|
+
if (str == null) return '';
|
301
|
+
str = String(str);
|
302
|
+
return str.slice(0, -1) + String.fromCharCode(str.charCodeAt(str.length-1) + 1);
|
303
|
+
},
|
304
|
+
|
305
|
+
titleize: function(str){
|
306
|
+
if (str == null) return '';
|
307
|
+
return String(str).replace(/(?:^|\s)\S/g, function(c){ return c.toUpperCase(); });
|
308
|
+
},
|
309
|
+
|
310
|
+
camelize: function(str){
|
311
|
+
return _s.trim(str).replace(/[-_\s]+(.)?/g, function(match, c){ return c.toUpperCase(); });
|
312
|
+
},
|
313
|
+
|
314
|
+
underscored: function(str){
|
315
|
+
return _s.trim(str).replace(/([a-z\d])([A-Z]+)/g, '$1_$2').replace(/[-\s]+/g, '_').toLowerCase();
|
316
|
+
},
|
317
|
+
|
318
|
+
dasherize: function(str){
|
319
|
+
return _s.trim(str).replace(/([A-Z])/g, '-$1').replace(/[-_\s]+/g, '-').toLowerCase();
|
320
|
+
},
|
321
|
+
|
322
|
+
classify: function(str){
|
323
|
+
return _s.titleize(String(str).replace(/_/g, ' ')).replace(/\s/g, '');
|
324
|
+
},
|
325
|
+
|
326
|
+
humanize: function(str){
|
327
|
+
return _s.capitalize(_s.underscored(str).replace(/_id$/,'').replace(/_/g, ' '));
|
328
|
+
},
|
329
|
+
|
330
|
+
trim: function(str, characters){
|
331
|
+
if (str == null) return '';
|
332
|
+
if (!characters && nativeTrim) return nativeTrim.call(str);
|
333
|
+
characters = defaultToWhiteSpace(characters);
|
334
|
+
return String(str).replace(new RegExp('\^' + characters + '+|' + characters + '+$', 'g'), '');
|
335
|
+
},
|
336
|
+
|
337
|
+
ltrim: function(str, characters){
|
338
|
+
if (str == null) return '';
|
339
|
+
if (!characters && nativeTrimLeft) return nativeTrimLeft.call(str);
|
340
|
+
characters = defaultToWhiteSpace(characters);
|
341
|
+
return String(str).replace(new RegExp('^' + characters + '+'), '');
|
342
|
+
},
|
343
|
+
|
344
|
+
rtrim: function(str, characters){
|
345
|
+
if (str == null) return '';
|
346
|
+
if (!characters && nativeTrimRight) return nativeTrimRight.call(str);
|
347
|
+
characters = defaultToWhiteSpace(characters);
|
348
|
+
return String(str).replace(new RegExp(characters + '+$'), '');
|
349
|
+
},
|
350
|
+
|
351
|
+
truncate: function(str, length, truncateStr){
|
352
|
+
if (str == null) return '';
|
353
|
+
str = String(str); truncateStr = truncateStr || '...';
|
354
|
+
length = ~~length;
|
355
|
+
return str.length > length ? str.slice(0, length) + truncateStr : str;
|
356
|
+
},
|
357
|
+
|
358
|
+
/**
|
359
|
+
* _s.prune: a more elegant version of truncate
|
360
|
+
* prune extra chars, never leaving a half-chopped word.
|
361
|
+
* @author github.com/rwz
|
362
|
+
*/
|
363
|
+
prune: function(str, length, pruneStr){
|
364
|
+
if (str == null) return '';
|
365
|
+
|
366
|
+
str = String(str); length = ~~length;
|
367
|
+
pruneStr = pruneStr != null ? String(pruneStr) : '...';
|
368
|
+
|
369
|
+
if (str.length <= length) return str;
|
370
|
+
|
371
|
+
var tmpl = function(c){ return c.toUpperCase() !== c.toLowerCase() ? 'A' : ' '; },
|
372
|
+
template = str.slice(0, length+1).replace(/.(?=\W*\w*$)/g, tmpl); // 'Hello, world' -> 'HellAA AAAAA'
|
373
|
+
|
374
|
+
if (template.slice(template.length-2).match(/\w\w/))
|
375
|
+
template = template.replace(/\s*\S+$/, '');
|
376
|
+
else
|
377
|
+
template = _s.rtrim(template.slice(0, template.length-1));
|
378
|
+
|
379
|
+
return (template+pruneStr).length > str.length ? str : str.slice(0, template.length)+pruneStr;
|
380
|
+
},
|
381
|
+
|
382
|
+
words: function(str, delimiter) {
|
383
|
+
if (_s.isBlank(str)) return [];
|
384
|
+
return _s.trim(str, delimiter).split(delimiter || /\s+/);
|
385
|
+
},
|
386
|
+
|
387
|
+
pad: function(str, length, padStr, type) {
|
388
|
+
str = str == null ? '' : String(str);
|
389
|
+
length = ~~length;
|
390
|
+
|
391
|
+
var padlen = 0;
|
392
|
+
|
393
|
+
if (!padStr)
|
394
|
+
padStr = ' ';
|
395
|
+
else if (padStr.length > 1)
|
396
|
+
padStr = padStr.charAt(0);
|
397
|
+
|
398
|
+
switch(type) {
|
399
|
+
case 'right':
|
400
|
+
padlen = length - str.length;
|
401
|
+
return str + strRepeat(padStr, padlen);
|
402
|
+
case 'both':
|
403
|
+
padlen = length - str.length;
|
404
|
+
return strRepeat(padStr, Math.ceil(padlen/2)) + str
|
405
|
+
+ strRepeat(padStr, Math.floor(padlen/2));
|
406
|
+
default: // 'left'
|
407
|
+
padlen = length - str.length;
|
408
|
+
return strRepeat(padStr, padlen) + str;
|
409
|
+
}
|
410
|
+
},
|
411
|
+
|
412
|
+
lpad: function(str, length, padStr) {
|
413
|
+
return _s.pad(str, length, padStr);
|
414
|
+
},
|
415
|
+
|
416
|
+
rpad: function(str, length, padStr) {
|
417
|
+
return _s.pad(str, length, padStr, 'right');
|
418
|
+
},
|
419
|
+
|
420
|
+
lrpad: function(str, length, padStr) {
|
421
|
+
return _s.pad(str, length, padStr, 'both');
|
422
|
+
},
|
423
|
+
|
424
|
+
sprintf: sprintf,
|
425
|
+
|
426
|
+
vsprintf: function(fmt, argv){
|
427
|
+
argv.unshift(fmt);
|
428
|
+
return sprintf.apply(null, argv);
|
429
|
+
},
|
430
|
+
|
431
|
+
toNumber: function(str, decimals) {
|
432
|
+
if (str == null || str == '') return 0;
|
433
|
+
str = String(str);
|
434
|
+
var num = parseNumber(parseNumber(str).toFixed(~~decimals));
|
435
|
+
return num === 0 && !str.match(/^0+$/) ? Number.NaN : num;
|
436
|
+
},
|
437
|
+
|
438
|
+
numberFormat : function(number, dec, dsep, tsep) {
|
439
|
+
if (isNaN(number) || number == null) return '';
|
440
|
+
|
441
|
+
number = number.toFixed(~~dec);
|
442
|
+
tsep = tsep || ',';
|
443
|
+
|
444
|
+
var parts = number.split('.'), fnums = parts[0],
|
445
|
+
decimals = parts[1] ? (dsep || '.') + parts[1] : '';
|
446
|
+
|
447
|
+
return fnums.replace(/(\d)(?=(?:\d{3})+$)/g, '$1' + tsep) + decimals;
|
448
|
+
},
|
449
|
+
|
450
|
+
strRight: function(str, sep){
|
451
|
+
if (str == null) return '';
|
452
|
+
str = String(str); sep = sep != null ? String(sep) : sep;
|
453
|
+
var pos = !sep ? -1 : str.indexOf(sep);
|
454
|
+
return ~pos ? str.slice(pos+sep.length, str.length) : str;
|
455
|
+
},
|
456
|
+
|
457
|
+
strRightBack: function(str, sep){
|
458
|
+
if (str == null) return '';
|
459
|
+
str = String(str); sep = sep != null ? String(sep) : sep;
|
460
|
+
var pos = !sep ? -1 : str.lastIndexOf(sep);
|
461
|
+
return ~pos ? str.slice(pos+sep.length, str.length) : str;
|
462
|
+
},
|
463
|
+
|
464
|
+
strLeft: function(str, sep){
|
465
|
+
if (str == null) return '';
|
466
|
+
str = String(str); sep = sep != null ? String(sep) : sep;
|
467
|
+
var pos = !sep ? -1 : str.indexOf(sep);
|
468
|
+
return ~pos ? str.slice(0, pos) : str;
|
469
|
+
},
|
470
|
+
|
471
|
+
strLeftBack: function(str, sep){
|
472
|
+
if (str == null) return '';
|
473
|
+
str += ''; sep = sep != null ? ''+sep : sep;
|
474
|
+
var pos = str.lastIndexOf(sep);
|
475
|
+
return ~pos ? str.slice(0, pos) : str;
|
476
|
+
},
|
477
|
+
|
478
|
+
toSentence: function(array, separator, lastSeparator, serial) {
|
479
|
+
separator = separator || ', '
|
480
|
+
lastSeparator = lastSeparator || ' and '
|
481
|
+
var a = array.slice(), lastMember = a.pop();
|
482
|
+
|
483
|
+
if (array.length > 2 && serial) lastSeparator = _s.rtrim(separator) + lastSeparator;
|
484
|
+
|
485
|
+
return a.length ? a.join(separator) + lastSeparator + lastMember : lastMember;
|
486
|
+
},
|
487
|
+
|
488
|
+
toSentenceSerial: function() {
|
489
|
+
var args = slice.call(arguments);
|
490
|
+
args[3] = true;
|
491
|
+
return _s.toSentence.apply(_s, args);
|
492
|
+
},
|
493
|
+
|
494
|
+
slugify: function(str) {
|
495
|
+
if (str == null) return '';
|
496
|
+
|
497
|
+
var from = "ąàáäâãåæćęèéëêìíïîłńòóöôõøùúüûñçżź",
|
498
|
+
to = "aaaaaaaaceeeeeiiiilnoooooouuuunczz",
|
499
|
+
regex = new RegExp(defaultToWhiteSpace(from), 'g');
|
500
|
+
|
501
|
+
str = String(str).toLowerCase().replace(regex, function(c){
|
502
|
+
var index = from.indexOf(c);
|
503
|
+
return to.charAt(index) || '-';
|
504
|
+
});
|
505
|
+
|
506
|
+
return _s.dasherize(str.replace(/[^\w\s-]/g, ''));
|
507
|
+
},
|
508
|
+
|
509
|
+
surround: function(str, wrapper) {
|
510
|
+
return [wrapper, str, wrapper].join('');
|
511
|
+
},
|
512
|
+
|
513
|
+
quote: function(str) {
|
514
|
+
return _s.surround(str, '"');
|
515
|
+
},
|
516
|
+
|
517
|
+
exports: function() {
|
518
|
+
var result = {};
|
519
|
+
|
520
|
+
for (var prop in this) {
|
521
|
+
if (!this.hasOwnProperty(prop) || prop.match(/^(?:include|contains|reverse)$/)) continue;
|
522
|
+
result[prop] = this[prop];
|
523
|
+
}
|
524
|
+
|
525
|
+
return result;
|
526
|
+
},
|
527
|
+
|
528
|
+
repeat: function(str, qty, separator){
|
529
|
+
if (str == null) return '';
|
530
|
+
|
531
|
+
qty = ~~qty;
|
532
|
+
|
533
|
+
// using faster implementation if separator is not needed;
|
534
|
+
if (separator == null) return strRepeat(String(str), qty);
|
535
|
+
|
536
|
+
// this one is about 300x slower in Google Chrome
|
537
|
+
for (var repeat = []; qty > 0; repeat[--qty] = str) {}
|
538
|
+
return repeat.join(separator);
|
539
|
+
},
|
540
|
+
|
541
|
+
levenshtein: function(str1, str2) {
|
542
|
+
if (str1 == null && str2 == null) return 0;
|
543
|
+
if (str1 == null) return String(str2).length;
|
544
|
+
if (str2 == null) return String(str1).length;
|
545
|
+
|
546
|
+
str1 = String(str1); str2 = String(str2);
|
547
|
+
|
548
|
+
var current = [], prev, value;
|
549
|
+
|
550
|
+
for (var i = 0; i <= str2.length; i++)
|
551
|
+
for (var j = 0; j <= str1.length; j++) {
|
552
|
+
if (i && j)
|
553
|
+
if (str1.charAt(j - 1) === str2.charAt(i - 1))
|
554
|
+
value = prev;
|
555
|
+
else
|
556
|
+
value = Math.min(current[j], current[j - 1], prev) + 1;
|
557
|
+
else
|
558
|
+
value = i + j;
|
559
|
+
|
560
|
+
prev = current[j];
|
561
|
+
current[j] = value;
|
562
|
+
}
|
563
|
+
|
564
|
+
return current.pop();
|
565
|
+
}
|
566
|
+
};
|
567
|
+
|
568
|
+
// Aliases
|
569
|
+
|
570
|
+
_s.strip = _s.trim;
|
571
|
+
_s.lstrip = _s.ltrim;
|
572
|
+
_s.rstrip = _s.rtrim;
|
573
|
+
_s.center = _s.lrpad;
|
574
|
+
_s.rjust = _s.lpad;
|
575
|
+
_s.ljust = _s.rpad;
|
576
|
+
_s.contains = _s.include;
|
577
|
+
_s.q = _s.quote;
|
578
|
+
|
579
|
+
// CommonJS module is defined
|
580
|
+
if (typeof exports !== 'undefined') {
|
581
|
+
if (typeof module !== 'undefined' && module.exports) {
|
582
|
+
// Export module
|
583
|
+
module.exports = _s;
|
584
|
+
}
|
585
|
+
exports._s = _s;
|
586
|
+
|
587
|
+
} else if (typeof define === 'function' && define.amd) {
|
588
|
+
// Register as a named module with AMD.
|
589
|
+
define('underscore.string', [], function() {
|
590
|
+
return _s;
|
591
|
+
});
|
592
|
+
|
593
|
+
} else {
|
594
|
+
// Integrate with Underscore.js if defined
|
595
|
+
// or create our own underscore object.
|
596
|
+
root._ = root._ || {};
|
597
|
+
root._.string = root._.str = _s;
|
598
|
+
}
|
599
|
+
|
600
|
+
}(this, String);
|
@@ -0,0 +1,13 @@
|
|
1
|
+
/*
|
2
|
+
* This is a manifest file that'll be compiled into application.css, which will include all the files
|
3
|
+
* listed below.
|
4
|
+
*
|
5
|
+
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
|
6
|
+
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
|
7
|
+
*
|
8
|
+
* You're free to add application-wide styles to this file and they'll appear at the top of the
|
9
|
+
* compiled file, but it's generally better to create a new file per style scope.
|
10
|
+
*
|
11
|
+
*= require_self
|
12
|
+
*= require_tree .
|
13
|
+
*/
|
@@ -0,0 +1,41 @@
|
|
1
|
+
require_dependency "polyblock/application_controller"
|
2
|
+
|
3
|
+
module Polyblock
|
4
|
+
class PolyblocksController < ApplicationController
|
5
|
+
|
6
|
+
def update
|
7
|
+
if params.has_key? :pbs and params[:pbs].any?
|
8
|
+
params[:pbs].each do |id,content|
|
9
|
+
pb = Block.find(id)
|
10
|
+
pb.update_attributes!(:content => content) if pb.present?
|
11
|
+
end
|
12
|
+
end
|
13
|
+
render :text => "OK!"
|
14
|
+
end
|
15
|
+
|
16
|
+
def convert_haml_to_html
|
17
|
+
haml = params[:haml]
|
18
|
+
|
19
|
+
# Remove the pesky helpers
|
20
|
+
haml = haml.split("= succeed \"")
|
21
|
+
lines = [haml.shift]
|
22
|
+
haml.each do |chunk|
|
23
|
+
arg = chunk.split("\"",2)[0]
|
24
|
+
block = chunk.split("\n")[1..-1].map{|line| line[2..-1]}.join("\n")
|
25
|
+
lines << "#{block}\narg"
|
26
|
+
end
|
27
|
+
haml = lines.join("")
|
28
|
+
|
29
|
+
# Run it through the engine
|
30
|
+
render :text => Haml::Engine.new(haml).render
|
31
|
+
end
|
32
|
+
|
33
|
+
def convert_html_to_haml
|
34
|
+
# html = if params.has_key? :cbid then ContentBlock.find(params[:cbid]).content else params[:html] end
|
35
|
+
# engine = Html2haml::HTML.new html, :erb => false, :xhtml => false
|
36
|
+
engine = Html2haml::HTML.new params[:html], :erb => false, :xhtml => false
|
37
|
+
render :text => engine.render
|
38
|
+
end
|
39
|
+
|
40
|
+
end
|
41
|
+
end
|
@@ -0,0 +1,29 @@
|
|
1
|
+
module Polyblock
|
2
|
+
module ApplicationHelper
|
3
|
+
|
4
|
+
def pb(name, tag = :div, tag_options={})
|
5
|
+
# Fetch or create Polyblock
|
6
|
+
if name.is_a? Polyblock::Block
|
7
|
+
pb = name
|
8
|
+
pb_id = pb.id
|
9
|
+
name = pb.name
|
10
|
+
pb_exists = true
|
11
|
+
else
|
12
|
+
matches = Polyblock::Block.where({:name => name})
|
13
|
+
pb_exists = matches.any?
|
14
|
+
pb = if pb_exists then matches.first() else Polyblock::Block.new({:name => name}) end
|
15
|
+
pb_id = if pb_exists then pb.id else Polyblock::Block.count + 1 end
|
16
|
+
end
|
17
|
+
|
18
|
+
# Build output tag
|
19
|
+
pb.content ||= pb.present? ? pb.content : "<p>This block is content managed by Polyblock!<br />Edit \"#{name}\" to add content here.</p>"
|
20
|
+
tag_options = tag_options.deep_merge({:id => "pb-#{pb_id}", :data => {:pbid => pb_id}})
|
21
|
+
tag_options[:contenteditable] = if !respond_to?(:can?) or can?(:manage, pb) then "true" else "false" end
|
22
|
+
tag_options[:class] = (tag_options.has_key?(:class) ? "#{tag_options[:class]} ":"") + "polyblock"
|
23
|
+
tag_options[:data][:pb_exists] = pb_exists
|
24
|
+
|
25
|
+
content_tag(tag, pb.content, tag_options, false)
|
26
|
+
end
|
27
|
+
|
28
|
+
end
|
29
|
+
end
|