diff --git a/Gemfile b/Gemfile index 891c843..4b07c93 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'mysql2' # Use sqlite3 as the database for Active Record gem 'sqlite3' # Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' +gem 'sass-rails', '>= 3.2' # Use Uglifier as compressor for JavaScript assets gem 'uglifier', '>= 1.3.0' # Use CoffeeScript for .coffee assets and views @@ -34,9 +34,12 @@ gem 'sdoc', '~> 0.4.0', group: :doc # Use haml template gem 'haml-rails' # Use bootstrap css -gem 'bootstrap-sass' +gem 'bootstrap-sass', '~> 3.3.6' +gem 'twitter-bootstrap-rails', :git => 'git://github.com/seyhunak/twitter-bootstrap-rails.git' +# gem 'rails-assets-jquery', require: false +# gem 'rails-assets-bootstrap-sass' gem 'font-awesome-sass-rails', '~> 3.0.2.2' -gem 'twitter-bootstrap-rails-confirm', github: 'fxhover/twitter-bootstrap-rails-confirm', branch: 'bootstrap3' +gem 'twitter-bootstrap-rails-confirm' # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks #gem 'turbolinks' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder @@ -60,14 +63,14 @@ gem 'markdown-toolbar', git: 'https://github.com/fuksito/markdown-toolbar.git' gem 'redcarpet' gem 'simple_fileupload' gem 'remotipart' -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' +# group :development, :test do +# # Call 'byebug' anywhere in the code to stop execution and get a debugger console +# gem 'byebug' - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' +# # Access an IRB console on exception pages or by using <%= console %> in views +# gem 'web-console', '~> 2.0' - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - #gem 'spring' -end +# # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring +# #gem 'spring' +# end diff --git a/Gemfile.lock b/Gemfile.lock index 52dc166..b48aa7e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,12 @@ GIT - remote: git://github.com/fxhover/twitter-bootstrap-rails-confirm.git - revision: 92dd750dd04f492526aca894c5ec1b321a6e25a9 - branch: bootstrap3 + remote: git://github.com/seyhunak/twitter-bootstrap-rails.git + revision: c6893c3db02108bcdee7f8f333531b99806779ac specs: - twitter-bootstrap-rails-confirm (1.0.2) + twitter-bootstrap-rails (3.2.2) + actionpack (>= 3.1) + execjs (>= 2.2.2, >= 2.2) + less-rails (>= 2.5.0) + railties (>= 3.1) GIT remote: https://github.com/fuksito/markdown-toolbar.git @@ -54,13 +57,10 @@ GEM execjs json bcrypt (3.1.10) - binding_of_caller (0.7.2) - debug_inspector (>= 0.0.1) bootstrap-sass (3.3.6) autoprefixer-rails (>= 5.2.1) sass (>= 3.3.4) builder (3.2.2) - byebug (8.2.1) coffee-rails (4.1.0) coffee-script (>= 2.2.0) railties (>= 4.0.0, < 5.0) @@ -68,8 +68,8 @@ GEM coffee-script-source execjs coffee-script-source (1.10.0) + commonjs (0.2.7) daemons (1.2.3) - debug_inspector (0.0.2) erubis (2.7.0) eventmachine (1.0.8) execjs (2.6.0) @@ -104,6 +104,13 @@ GEM kaminari (0.16.3) actionpack (>= 3.0.0) activesupport (>= 3.0.0) + less (2.6.0) + commonjs (~> 0.2.7) + less-rails (2.7.0) + actionpack (>= 4.0) + less (~> 2.6.0) + sprockets (> 2, < 4) + tilt libv8 (3.16.14.13) loofah (2.0.3) nokogiri (>= 1.5.9) @@ -183,24 +190,19 @@ GEM tilt (2.0.1) turbolinks (2.5.3) coffee-rails + twitter-bootstrap-rails-confirm (1.0.4) tzinfo (1.2.2) thread_safe (~> 0.1) uglifier (2.7.2) execjs (>= 0.3.0) json (>= 1.8.0) - web-console (2.2.1) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) PLATFORMS ruby DEPENDENCIES bcrypt (~> 3.1.7) - bootstrap-sass - byebug + bootstrap-sass (~> 3.3.6) coffee-rails (~> 4.1.0) font-awesome-sass-rails (~> 3.0.2.2) gravatar_image_tag @@ -213,7 +215,7 @@ DEPENDENCIES rails (= 4.2.3) redcarpet remotipart - sass-rails (~> 5.0) + sass-rails (>= 3.2) sdoc (~> 0.4.0) settingslogic simple_fileupload @@ -222,9 +224,9 @@ DEPENDENCIES therubyracer thin turbolinks - twitter-bootstrap-rails-confirm! + twitter-bootstrap-rails! + twitter-bootstrap-rails-confirm uglifier (>= 1.3.0) - web-console (~> 2.0) BUNDLED WITH 1.11.2 diff --git a/app/assets/javascripts/application.js b/app/assets/javascripts/application.js index c0ef35e..0c23cc9 100644 --- a/app/assets/javascripts/application.js +++ b/app/assets/javascripts/application.js @@ -12,6 +12,7 @@ // //= require jquery //= require jquery_ujs +//= require twitter/bootstrap //= require turbolinks //= require bootstrap //= require twitter/bootstrap/rails/confirm diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.scss similarity index 98% rename from app/assets/stylesheets/application.css rename to app/assets/stylesheets/application.scss index 362c028..bd2af5b 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.scss @@ -12,11 +12,12 @@ * *= require_tree . *= require_self - *= require bootstrap *= require _font-awesome *= require _font-awesome-ie7.min *= require markdown-toolbar */ +@import "bootstrap-sprockets"; +@import "bootstrap"; .body_content { margin-top: 60px; } diff --git a/config/e2s.rb b/config/e2s.yml similarity index 100% rename from config/e2s.rb rename to config/e2s.yml diff --git a/config/initializers/assets.rb b/config/initializers/assets.rb index ac5ec22..43102ce 100644 --- a/config/initializers/assets.rb +++ b/config/initializers/assets.rb @@ -9,10 +9,10 @@ Rails.application.config.assets.version = '1.0' # Precompile additional assets. # application.js, application.css, and all non-JS/CSS in app/assets folder are already added. # Rails.application.config.assets.precompile += %w( search.js ) -Rails.application.config.assets.paths << Rails.root.join('vendor', 'assets') +# Rails.application.config.assets.paths << Rails.root.join('vendor', 'assets') Rails.application.config.assets.precompile += %w( register.css *.png) -# Rails.application.config.assets.precompile << Proc.new { |path| +Rails.application.config.assets.precompile << Proc.new { |path| # if path =~ /\.(css|js|png)\z/ # full_path = Rails.application.assets.resolve(path).to_path # app_assets_path = Rails.root.join('app', 'assets').to_path @@ -27,4 +27,4 @@ Rails.application.config.assets.precompile += %w( register.css *.png) # else # false # end -# } \ No newline at end of file +} \ No newline at end of file diff --git a/config/locales/en.bootstrap.yml b/config/locales/en.bootstrap.yml new file mode 100644 index 0000000..8d75119 --- /dev/null +++ b/config/locales/en.bootstrap.yml @@ -0,0 +1,23 @@ +# Sample localization file for English. Add more files in this directory for other locales. +# See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points. + +en: + breadcrumbs: + application: + root: "Index" + pages: + pages: "Pages" + helpers: + actions: "Actions" + links: + back: "Back" + cancel: "Cancel" + confirm: "Are you sure?" + destroy: "Delete" + new: "New" + edit: "Edit" + titles: + edit: "Edit %{model}" + save: "Save %{model}" + new: "New %{model}" + delete: "Delete %{model}" diff --git a/public/assets/.sprockets-manifest-b2cfe5455a8953d6a061109cd65a57a2.json b/public/assets/.sprockets-manifest-b2cfe5455a8953d6a061109cd65a57a2.json new file mode 100644 index 0000000..30874bd --- /dev/null +++ b/public/assets/.sprockets-manifest-b2cfe5455a8953d6a061109cd65a57a2.json @@ -0,0 +1 @@ +{"files":{"register-e845712411f09751a41f68ea6910c94f6eee0a01c5770873702e1e3e4bc502b3.css":{"logical_path":"register.css","mtime":"2016-01-06T19:27:47+08:00","size":10385,"digest":"e845712411f09751a41f68ea6910c94f6eee0a01c5770873702e1e3e4bc502b3","integrity":"sha256-6EVxJBHwl1GkH2jqaRDJT27uCgHFdwhzcC4ePkvFArM="},"application-00e870d5f6257a2628f36122637e290b3be60b015ae97c34bb5634adffe6c678.js":{"logical_path":"application.js","mtime":"2016-01-06T21:27:18+08:00","size":177463,"digest":"00e870d5f6257a2628f36122637e290b3be60b015ae97c34bb5634adffe6c678","integrity":"sha256-AOhw1fYleiYo82EiY34pCzvmCwFa6Xw0u1Y0rf/mxng="},"application-760868b6bf7f9de463be7665630e6c6d703b36fc5b30d86078e1f21454a83bbe.css":{"logical_path":"application.css","mtime":"2016-01-06T21:30:22+08:00","size":299939,"digest":"760868b6bf7f9de463be7665630e6c6d703b36fc5b30d86078e1f21454a83bbe","integrity":"sha256-dghotr9/neRjvnZlYw5sbXA7NvxbMNhgeOHyFFSoO74="},"button-49174824c7be3811bb7a68f97cdf52a169dec1a48b01776aeffe910c1ec78b4a.psd":{"logical_path":"button.psd","mtime":"2016-01-06T21:07:53+08:00","size":61300,"digest":"49174824c7be3811bb7a68f97cdf52a169dec1a48b01776aeffe910c1ec78b4a","integrity":"sha256-SRdIJMe+OBG7emj5fN9SoWnewaSLAXdq7/6RDB7Hi0o="},"markdown-toolbar-abbcae3532db5240aaeba105a93cacef511628076dadd7feeef1f3cc99589150.png":{"logical_path":"markdown-toolbar.png","mtime":"2016-01-06T21:07:53+08:00","size":3724,"digest":"abbcae3532db5240aaeba105a93cacef511628076dadd7feeef1f3cc99589150","integrity":"sha256-q7yuNTLbUkCq66EFqTys71EWKAdtrdf+7vHzzJlYkVA="},"text_blockquote-e9d34690f04a578ecde83e577be40bab52ed7fa78aa2663a24bd186a15e5a570.png":{"logical_path":"text_blockquote.png","mtime":"2016-01-06T21:07:53+08:00","size":522,"digest":"e9d34690f04a578ecde83e577be40bab52ed7fa78aa2663a24bd186a15e5a570","integrity":"sha256-6dNGkPBKV47N6D5Xe+QLq1Ltf6eKomY6JL0YahXlpXA="},"text_bold-2fb65dc04959c59d3fa81e5ae9995b6f58d2aa365ff05b07ddcc9bf127c6cbd8.png":{"logical_path":"text_bold.png","mtime":"2016-01-06T21:07:53+08:00","size":573,"digest":"2fb65dc04959c59d3fa81e5ae9995b6f58d2aa365ff05b07ddcc9bf127c6cbd8","integrity":"sha256-L7ZdwElZxZ0/qB5a6Zlbb1jSqjZf8FsH3cyb8SfGy9g="},"text_code-4ecb36e97677bc565b597591a4705b0e250e3bd891db0c86c8ea1a7512aef0f9.png":{"logical_path":"text_code.png","mtime":"2016-01-06T21:07:53+08:00","size":586,"digest":"4ecb36e97677bc565b597591a4705b0e250e3bd891db0c86c8ea1a7512aef0f9","integrity":"sha256-Tss26XZ3vFZbWXWRpHBbDiUOO9iR2wyGyOoadRKu8Pk="},"text_delimiter-176774edd965325446b0fe8c48ec2c61bc5476d1c2569141c8ccad504c7090b8.png":{"logical_path":"text_delimiter.png","mtime":"2016-01-06T21:07:53+08:00","size":136,"digest":"176774edd965325446b0fe8c48ec2c61bc5476d1c2569141c8ccad504c7090b8","integrity":"sha256-F2d07dllMlRGsP6MSOwsYbxUdtHCVpFByMytUExwkLg="},"text_empty-bdad3b2542cedcc32a7edaa31fd17f2b33765a832d66a5073e6702fd94a80d0e.png":{"logical_path":"text_empty.png","mtime":"2016-01-06T21:07:53+08:00","size":348,"digest":"bdad3b2542cedcc32a7edaa31fd17f2b33765a832d66a5073e6702fd94a80d0e","integrity":"sha256-va07JULO3MMqftqjH9F/KzN2WoMtZqUHPmcC/ZSoDQ4="},"text_heading_1-f71177b873d9040133d753f35626d311eeab62ff3407c7ed90cc147488a43dbb.png":{"logical_path":"text_heading_1.png","mtime":"2016-01-06T21:07:53+08:00","size":532,"digest":"f71177b873d9040133d753f35626d311eeab62ff3407c7ed90cc147488a43dbb","integrity":"sha256-9xF3uHPZBAEz11PzVibTEe6rYv80B8ftkMwUdIikPbs="},"text_heading_2-cda9a91b92375375277e030a9b449d27e0330d5466bf0381119ffb21c05b84bd.png":{"logical_path":"text_heading_2.png","mtime":"2016-01-06T21:07:53+08:00","size":577,"digest":"cda9a91b92375375277e030a9b449d27e0330d5466bf0381119ffb21c05b84bd","integrity":"sha256-zampG5I3U3UnfgMKm0SdJ+AzDVRmvwOBEZ/7IcBbhL0="},"text_heading_3-8e6b76a35fcd2cfbfa5cb867299dece1eef4075f09a5b0bca83c700f2478769e.png":{"logical_path":"text_heading_3.png","mtime":"2016-01-06T21:07:53+08:00","size":578,"digest":"8e6b76a35fcd2cfbfa5cb867299dece1eef4075f09a5b0bca83c700f2478769e","integrity":"sha256-jmt2o1/NLPv6XLhnKZ3s4e70B18JpbC8qDxwDyR4dp4="},"text_image-43811f9568bb8d8a7956c688838f094a915d3abc48d993e6da42cb65f72751b9.png":{"logical_path":"text_image.png","mtime":"2016-01-06T21:07:53+08:00","size":664,"digest":"43811f9568bb8d8a7956c688838f094a915d3abc48d993e6da42cb65f72751b9","integrity":"sha256-Q4EflWi7jYp5VsaIg48JSpFdOrxI2ZPm2kLLZfcnUbk="},"text_italic-632c4bd03ddfa7a611a7e6405c7d469e41f6064a0ec3a815fbd0a4ce7a0158a8.png":{"logical_path":"text_italic.png","mtime":"2016-01-06T21:07:53+08:00","size":521,"digest":"632c4bd03ddfa7a611a7e6405c7d469e41f6064a0ec3a815fbd0a4ce7a0158a8","integrity":"sha256-YyxL0D3fp6YRp+ZAXH1GnkH2BkoOw6gV+9CkznoBWKg="},"text_link-141499059d1ee47d7350fa456dde5f28ad4e1f5f05050bff64f99813aae8cdaf.png":{"logical_path":"text_link.png","mtime":"2016-01-06T21:07:53+08:00","size":649,"digest":"141499059d1ee47d7350fa456dde5f28ad4e1f5f05050bff64f99813aae8cdaf","integrity":"sha256-FBSZBZ0e5H1zUPpFbd5fKK1OH18FBQv/ZPmYE6roza8="},"text_list_bullets-41a490fcfa80ea7eca38cf066bd45cc0f6783d2e414d82daad66085a2a4c3316.png":{"logical_path":"text_list_bullets.png","mtime":"2016-01-06T21:07:53+08:00","size":600,"digest":"41a490fcfa80ea7eca38cf066bd45cc0f6783d2e414d82daad66085a2a4c3316","integrity":"sha256-QaSQ/PqA6n7KOM8Ga9RcwPZ4PS5BTYLarWYIWipMMxY="},"text_list_numbers-d0d27541ff91c4481851e3909de94d1322673cf84399cccc054c447cdeed7a5f.png":{"logical_path":"text_list_numbers.png","mtime":"2016-01-06T21:07:53+08:00","size":562,"digest":"d0d27541ff91c4481851e3909de94d1322673cf84399cccc054c447cdeed7a5f","integrity":"sha256-0NJ1Qf+RxEgYUeOQnelNEyJnPPhDmczMBUxEfN7tel8="},"text_strike-b6feab281eeded75e2bcd56342da2c73d984da8244bbcbe109143426881ddacb.png":{"logical_path":"text_strike.png","mtime":"2016-01-06T21:07:53+08:00","size":567,"digest":"b6feab281eeded75e2bcd56342da2c73d984da8244bbcbe109143426881ddacb","integrity":"sha256-tv6rKB7t7XXivNVjQtosc9mE2oJEu8vhCRQ0Jogd2ss="},"text_underline-b97d92487992de02e372fe6b81760ea6a556ede63be8a9f96956a8bafbeac8b0.png":{"logical_path":"text_underline.png","mtime":"2016-01-06T21:07:53+08:00","size":563,"digest":"b97d92487992de02e372fe6b81760ea6a556ede63be8a9f96956a8bafbeac8b0","integrity":"sha256-uX2SSHmS3gLjcv5rgXYOpqVW7eY76Kn5aVaouvvqyLA="},"FontAwesome-e5d717d2c24e52afc0e139b41d817580583acad2e3c9d725d1bd46f0f7e5cb1b.otf":{"logical_path":"FontAwesome.otf","mtime":"2016-01-03T15:32:24+08:00","size":48748,"digest":"e5d717d2c24e52afc0e139b41d817580583acad2e3c9d725d1bd46f0f7e5cb1b","integrity":"sha256-5dcX0sJOUq/A4Tm0HYF1gFg6ytLjydcl0b1G8Pflyxs="},"fontawesome-webfont-e07d3b0225ad8e9438927341d63485e01c767edf1e2930b16f0a0bf907ae0d82.eot":{"logical_path":"fontawesome-webfont.eot","mtime":"2016-01-03T15:32:24+08:00","size":25395,"digest":"e07d3b0225ad8e9438927341d63485e01c767edf1e2930b16f0a0bf907ae0d82","integrity":"sha256-4H07AiWtjpQ4knNB1jSF4Bx2ft8eKTCxbwoL+QeuDYI="},"fontawesome-webfont-1eb7466293db9378858da3694dd11620ec9c351fb7cefef1a94a3802803e1fa3.ttf":{"logical_path":"fontawesome-webfont.ttf","mtime":"2016-01-03T15:32:24+08:00","size":55096,"digest":"1eb7466293db9378858da3694dd11620ec9c351fb7cefef1a94a3802803e1fa3","integrity":"sha256-HrdGYpPbk3iFjaNpTdEWIOycNR+3zv7xqUo4AoA+H6M="},"fontawesome-webfont-a6fb906942932de53852ee244ee3fec27bca0bf63a96421672aa4784851b8d4b.woff":{"logical_path":"fontawesome-webfont.woff","mtime":"2016-01-03T15:32:24+08:00","size":29380,"digest":"a6fb906942932de53852ee244ee3fec27bca0bf63a96421672aa4784851b8d4b","integrity":"sha256-pvuQaUKTLeU4Uu4kTuP+wnvKC/Y6lkIWcqpHhIUbjUs="},"glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot":{"logical_path":"glyphicons-halflings-regular.eot","mtime":"2016-01-06T21:20:35+08:00","size":20127,"digest":"13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407","integrity":"sha256-E2NNqH2eI/jD7ZEIzhck0YOjmtBy5z4bPYy/ZG0tBAc="},"glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg":{"logical_path":"glyphicons-halflings-regular.svg","mtime":"2016-01-06T21:20:35+08:00","size":108738,"digest":"42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5","integrity":"sha256-QvYGWdJlwaPDD5+kKry7Vr1KU69Ng9MW1t16NpA8Q+U="},"glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf":{"logical_path":"glyphicons-halflings-regular.ttf","mtime":"2016-01-06T21:20:35+08:00","size":45404,"digest":"e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456","integrity":"sha256-45UEQJN1fYKvyxOJV9BqHqk2G9zwtELQahioBRr1dFY="},"glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff":{"logical_path":"glyphicons-halflings-regular.woff","mtime":"2016-01-06T21:20:35+08:00","size":23424,"digest":"a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742","integrity":"sha256-omOU9+3hAMoRjv8u2ghZYnWpg5uVnCJuFUOVV6WoB0I="},"glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2":{"logical_path":"glyphicons-halflings-regular.woff2","mtime":"2016-01-06T21:20:35+08:00","size":18028,"digest":"fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c","integrity":"sha256-/hhdEaSWdokNR7t4MxKgzaWkTEA5IUCU55V7TAQO8Rw="},"bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot":{"logical_path":"bootstrap/glyphicons-halflings-regular.eot","mtime":"2016-01-03T15:32:10+08:00","size":20127,"digest":"13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407","integrity":"sha256-E2NNqH2eI/jD7ZEIzhck0YOjmtBy5z4bPYy/ZG0tBAc="},"bootstrap/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg":{"logical_path":"bootstrap/glyphicons-halflings-regular.svg","mtime":"2016-01-03T15:32:10+08:00","size":108738,"digest":"42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5","integrity":"sha256-QvYGWdJlwaPDD5+kKry7Vr1KU69Ng9MW1t16NpA8Q+U="},"bootstrap/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf":{"logical_path":"bootstrap/glyphicons-halflings-regular.ttf","mtime":"2016-01-03T15:32:10+08:00","size":45404,"digest":"e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456","integrity":"sha256-45UEQJN1fYKvyxOJV9BqHqk2G9zwtELQahioBRr1dFY="},"bootstrap/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff":{"logical_path":"bootstrap/glyphicons-halflings-regular.woff","mtime":"2016-01-03T15:32:10+08:00","size":23424,"digest":"a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742","integrity":"sha256-omOU9+3hAMoRjv8u2ghZYnWpg5uVnCJuFUOVV6WoB0I="},"bootstrap/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2":{"logical_path":"bootstrap/glyphicons-halflings-regular.woff2","mtime":"2016-01-03T15:32:10+08:00","size":18028,"digest":"fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c","integrity":"sha256-/hhdEaSWdokNR7t4MxKgzaWkTEA5IUCU55V7TAQO8Rw="},"application-18504939353a317a186b74ea1cb1d2dbbd4a3666da8d7615b08bb198c6fce527.js":{"logical_path":"application.js","mtime":"2016-01-06T21:30:59+08:00","size":219346,"digest":"18504939353a317a186b74ea1cb1d2dbbd4a3666da8d7615b08bb198c6fce527","integrity":"sha256-GFBJOTU6MXoYa3TqHLHS271KNmbajXYVsIuxmMb85Sc="},"application-74bf64f896810ecc6538542fd61aa95bc3b5defa508a444113dddd1b8af9275d.css":{"logical_path":"application.css","mtime":"2016-01-06T21:30:59+08:00","size":180130,"digest":"74bf64f896810ecc6538542fd61aa95bc3b5defa508a444113dddd1b8af9275d","integrity":"sha256-dL9k+JaBDsxlOFQv1hqpW8O13vpQikRBE93dG4r5J10="},"register-0f641bebcd0ef4698fdee49d1080455aadd6ca2b680fb8759109bc2f34af198f.css":{"logical_path":"register.css","mtime":"2016-01-06T19:27:47+08:00","size":13662,"digest":"0f641bebcd0ef4698fdee49d1080455aadd6ca2b680fb8759109bc2f34af198f","integrity":"sha256-D2Qb680O9GmP3uSdEIBFWq3WyitoD7h1kQm8LzSvGY8="},"application-921ebe033e5acde942c8f3848a8b948a70f8c71230d375391d4534d15e841b30.js":{"logical_path":"application.js","mtime":"2016-01-06T21:30:59+08:00","size":499799,"digest":"921ebe033e5acde942c8f3848a8b948a70f8c71230d375391d4534d15e841b30","integrity":"sha256-kh6+Az5azelCyPOEiouUinD4xxIw03U5HUU00V6EGzA="},"application-7839f0b76d13dd9fd9ee48fc4b019f4c797e3f0ceecaea979fe7d4dcfff3b04b.css":{"logical_path":"application.css","mtime":"2016-01-06T21:30:59+08:00","size":433132,"digest":"7839f0b76d13dd9fd9ee48fc4b019f4c797e3f0ceecaea979fe7d4dcfff3b04b","integrity":"sha256-eDnwt20T3Z/Z7kj8SwGfTHl+PwzuyuqXn+fU3P/zsEs="}},"assets":{"register.css":"register-0f641bebcd0ef4698fdee49d1080455aadd6ca2b680fb8759109bc2f34af198f.css","application.js":"application-921ebe033e5acde942c8f3848a8b948a70f8c71230d375391d4534d15e841b30.js","application.css":"application-7839f0b76d13dd9fd9ee48fc4b019f4c797e3f0ceecaea979fe7d4dcfff3b04b.css","button.psd":"button-49174824c7be3811bb7a68f97cdf52a169dec1a48b01776aeffe910c1ec78b4a.psd","markdown-toolbar.png":"markdown-toolbar-abbcae3532db5240aaeba105a93cacef511628076dadd7feeef1f3cc99589150.png","text_blockquote.png":"text_blockquote-e9d34690f04a578ecde83e577be40bab52ed7fa78aa2663a24bd186a15e5a570.png","text_bold.png":"text_bold-2fb65dc04959c59d3fa81e5ae9995b6f58d2aa365ff05b07ddcc9bf127c6cbd8.png","text_code.png":"text_code-4ecb36e97677bc565b597591a4705b0e250e3bd891db0c86c8ea1a7512aef0f9.png","text_delimiter.png":"text_delimiter-176774edd965325446b0fe8c48ec2c61bc5476d1c2569141c8ccad504c7090b8.png","text_empty.png":"text_empty-bdad3b2542cedcc32a7edaa31fd17f2b33765a832d66a5073e6702fd94a80d0e.png","text_heading_1.png":"text_heading_1-f71177b873d9040133d753f35626d311eeab62ff3407c7ed90cc147488a43dbb.png","text_heading_2.png":"text_heading_2-cda9a91b92375375277e030a9b449d27e0330d5466bf0381119ffb21c05b84bd.png","text_heading_3.png":"text_heading_3-8e6b76a35fcd2cfbfa5cb867299dece1eef4075f09a5b0bca83c700f2478769e.png","text_image.png":"text_image-43811f9568bb8d8a7956c688838f094a915d3abc48d993e6da42cb65f72751b9.png","text_italic.png":"text_italic-632c4bd03ddfa7a611a7e6405c7d469e41f6064a0ec3a815fbd0a4ce7a0158a8.png","text_link.png":"text_link-141499059d1ee47d7350fa456dde5f28ad4e1f5f05050bff64f99813aae8cdaf.png","text_list_bullets.png":"text_list_bullets-41a490fcfa80ea7eca38cf066bd45cc0f6783d2e414d82daad66085a2a4c3316.png","text_list_numbers.png":"text_list_numbers-d0d27541ff91c4481851e3909de94d1322673cf84399cccc054c447cdeed7a5f.png","text_strike.png":"text_strike-b6feab281eeded75e2bcd56342da2c73d984da8244bbcbe109143426881ddacb.png","text_underline.png":"text_underline-b97d92487992de02e372fe6b81760ea6a556ede63be8a9f96956a8bafbeac8b0.png","FontAwesome.otf":"FontAwesome-e5d717d2c24e52afc0e139b41d817580583acad2e3c9d725d1bd46f0f7e5cb1b.otf","fontawesome-webfont.eot":"fontawesome-webfont-e07d3b0225ad8e9438927341d63485e01c767edf1e2930b16f0a0bf907ae0d82.eot","fontawesome-webfont.ttf":"fontawesome-webfont-1eb7466293db9378858da3694dd11620ec9c351fb7cefef1a94a3802803e1fa3.ttf","fontawesome-webfont.woff":"fontawesome-webfont-a6fb906942932de53852ee244ee3fec27bca0bf63a96421672aa4784851b8d4b.woff","glyphicons-halflings-regular.eot":"glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot","glyphicons-halflings-regular.svg":"glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg","glyphicons-halflings-regular.ttf":"glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf","glyphicons-halflings-regular.woff":"glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff","glyphicons-halflings-regular.woff2":"glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2","bootstrap/glyphicons-halflings-regular.eot":"bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot","bootstrap/glyphicons-halflings-regular.svg":"bootstrap/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg","bootstrap/glyphicons-halflings-regular.ttf":"bootstrap/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf","bootstrap/glyphicons-halflings-regular.woff":"bootstrap/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff","bootstrap/glyphicons-halflings-regular.woff2":"bootstrap/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2"}} \ No newline at end of file diff --git a/public/assets/.sprockets-manifest-dc088a64da06f716b3de8fdc2ac48aaf.json b/public/assets/.sprockets-manifest-dc088a64da06f716b3de8fdc2ac48aaf.json deleted file mode 100644 index 8bd0c74..0000000 --- a/public/assets/.sprockets-manifest-dc088a64da06f716b3de8fdc2ac48aaf.json +++ /dev/null @@ -1 +0,0 @@ -{"files":{"register-0f641bebcd0ef4698fdee49d1080455aadd6ca2b680fb8759109bc2f34af198f.css":{"logical_path":"register.css","mtime":"2016-01-06T19:27:47+08:00","size":13662,"digest":"0f641bebcd0ef4698fdee49d1080455aadd6ca2b680fb8759109bc2f34af198f","integrity":"sha256-D2Qb680O9GmP3uSdEIBFWq3WyitoD7h1kQm8LzSvGY8="},"application-54bfc98bf58e4900c6708a1fed1f33ececa04c25c1f7a3846d524f171db6eef4.js":{"logical_path":"application.js","mtime":"2016-01-06T20:24:24+08:00","size":336811,"digest":"54bfc98bf58e4900c6708a1fed1f33ececa04c25c1f7a3846d524f171db6eef4","integrity":"sha256-VL/Ji/WOSQDGcIof7R8z7OygTCXB96OEbVJPFx227vQ="},"application-bc4a649736c4f9cea5d62a27478ac17ecf9099bd6a64033164a094959139beb7.css":{"logical_path":"application.css","mtime":"2016-01-06T19:27:47+08:00","size":17163,"digest":"bc4a649736c4f9cea5d62a27478ac17ecf9099bd6a64033164a094959139beb7","integrity":"sha256-vEpklzbE+c6l1ionR4rBfs+Qmb1qZAMxZKCUlZE5vrc="},"button-49174824c7be3811bb7a68f97cdf52a169dec1a48b01776aeffe910c1ec78b4a.psd":{"logical_path":"button.psd","mtime":"2016-01-03T15:31:56+08:00","size":61300,"digest":"49174824c7be3811bb7a68f97cdf52a169dec1a48b01776aeffe910c1ec78b4a","integrity":"sha256-SRdIJMe+OBG7emj5fN9SoWnewaSLAXdq7/6RDB7Hi0o="},"markdown-toolbar-abbcae3532db5240aaeba105a93cacef511628076dadd7feeef1f3cc99589150.png":{"logical_path":"markdown-toolbar.png","mtime":"2016-01-03T15:31:56+08:00","size":3724,"digest":"abbcae3532db5240aaeba105a93cacef511628076dadd7feeef1f3cc99589150","integrity":"sha256-q7yuNTLbUkCq66EFqTys71EWKAdtrdf+7vHzzJlYkVA="},"text_blockquote-e9d34690f04a578ecde83e577be40bab52ed7fa78aa2663a24bd186a15e5a570.png":{"logical_path":"text_blockquote.png","mtime":"2016-01-03T15:31:56+08:00","size":522,"digest":"e9d34690f04a578ecde83e577be40bab52ed7fa78aa2663a24bd186a15e5a570","integrity":"sha256-6dNGkPBKV47N6D5Xe+QLq1Ltf6eKomY6JL0YahXlpXA="},"text_bold-2fb65dc04959c59d3fa81e5ae9995b6f58d2aa365ff05b07ddcc9bf127c6cbd8.png":{"logical_path":"text_bold.png","mtime":"2016-01-03T15:31:56+08:00","size":573,"digest":"2fb65dc04959c59d3fa81e5ae9995b6f58d2aa365ff05b07ddcc9bf127c6cbd8","integrity":"sha256-L7ZdwElZxZ0/qB5a6Zlbb1jSqjZf8FsH3cyb8SfGy9g="},"text_code-4ecb36e97677bc565b597591a4705b0e250e3bd891db0c86c8ea1a7512aef0f9.png":{"logical_path":"text_code.png","mtime":"2016-01-03T15:31:56+08:00","size":586,"digest":"4ecb36e97677bc565b597591a4705b0e250e3bd891db0c86c8ea1a7512aef0f9","integrity":"sha256-Tss26XZ3vFZbWXWRpHBbDiUOO9iR2wyGyOoadRKu8Pk="},"text_delimiter-176774edd965325446b0fe8c48ec2c61bc5476d1c2569141c8ccad504c7090b8.png":{"logical_path":"text_delimiter.png","mtime":"2016-01-03T15:31:56+08:00","size":136,"digest":"176774edd965325446b0fe8c48ec2c61bc5476d1c2569141c8ccad504c7090b8","integrity":"sha256-F2d07dllMlRGsP6MSOwsYbxUdtHCVpFByMytUExwkLg="},"text_empty-bdad3b2542cedcc32a7edaa31fd17f2b33765a832d66a5073e6702fd94a80d0e.png":{"logical_path":"text_empty.png","mtime":"2016-01-03T15:31:56+08:00","size":348,"digest":"bdad3b2542cedcc32a7edaa31fd17f2b33765a832d66a5073e6702fd94a80d0e","integrity":"sha256-va07JULO3MMqftqjH9F/KzN2WoMtZqUHPmcC/ZSoDQ4="},"text_heading_1-f71177b873d9040133d753f35626d311eeab62ff3407c7ed90cc147488a43dbb.png":{"logical_path":"text_heading_1.png","mtime":"2016-01-03T15:31:56+08:00","size":532,"digest":"f71177b873d9040133d753f35626d311eeab62ff3407c7ed90cc147488a43dbb","integrity":"sha256-9xF3uHPZBAEz11PzVibTEe6rYv80B8ftkMwUdIikPbs="},"text_heading_2-cda9a91b92375375277e030a9b449d27e0330d5466bf0381119ffb21c05b84bd.png":{"logical_path":"text_heading_2.png","mtime":"2016-01-03T15:31:56+08:00","size":577,"digest":"cda9a91b92375375277e030a9b449d27e0330d5466bf0381119ffb21c05b84bd","integrity":"sha256-zampG5I3U3UnfgMKm0SdJ+AzDVRmvwOBEZ/7IcBbhL0="},"text_heading_3-8e6b76a35fcd2cfbfa5cb867299dece1eef4075f09a5b0bca83c700f2478769e.png":{"logical_path":"text_heading_3.png","mtime":"2016-01-03T15:31:56+08:00","size":578,"digest":"8e6b76a35fcd2cfbfa5cb867299dece1eef4075f09a5b0bca83c700f2478769e","integrity":"sha256-jmt2o1/NLPv6XLhnKZ3s4e70B18JpbC8qDxwDyR4dp4="},"text_image-43811f9568bb8d8a7956c688838f094a915d3abc48d993e6da42cb65f72751b9.png":{"logical_path":"text_image.png","mtime":"2016-01-03T15:31:56+08:00","size":664,"digest":"43811f9568bb8d8a7956c688838f094a915d3abc48d993e6da42cb65f72751b9","integrity":"sha256-Q4EflWi7jYp5VsaIg48JSpFdOrxI2ZPm2kLLZfcnUbk="},"text_italic-632c4bd03ddfa7a611a7e6405c7d469e41f6064a0ec3a815fbd0a4ce7a0158a8.png":{"logical_path":"text_italic.png","mtime":"2016-01-03T15:31:56+08:00","size":521,"digest":"632c4bd03ddfa7a611a7e6405c7d469e41f6064a0ec3a815fbd0a4ce7a0158a8","integrity":"sha256-YyxL0D3fp6YRp+ZAXH1GnkH2BkoOw6gV+9CkznoBWKg="},"text_link-141499059d1ee47d7350fa456dde5f28ad4e1f5f05050bff64f99813aae8cdaf.png":{"logical_path":"text_link.png","mtime":"2016-01-03T15:31:56+08:00","size":649,"digest":"141499059d1ee47d7350fa456dde5f28ad4e1f5f05050bff64f99813aae8cdaf","integrity":"sha256-FBSZBZ0e5H1zUPpFbd5fKK1OH18FBQv/ZPmYE6roza8="},"text_list_bullets-41a490fcfa80ea7eca38cf066bd45cc0f6783d2e414d82daad66085a2a4c3316.png":{"logical_path":"text_list_bullets.png","mtime":"2016-01-03T15:31:56+08:00","size":600,"digest":"41a490fcfa80ea7eca38cf066bd45cc0f6783d2e414d82daad66085a2a4c3316","integrity":"sha256-QaSQ/PqA6n7KOM8Ga9RcwPZ4PS5BTYLarWYIWipMMxY="},"text_list_numbers-d0d27541ff91c4481851e3909de94d1322673cf84399cccc054c447cdeed7a5f.png":{"logical_path":"text_list_numbers.png","mtime":"2016-01-03T15:31:56+08:00","size":562,"digest":"d0d27541ff91c4481851e3909de94d1322673cf84399cccc054c447cdeed7a5f","integrity":"sha256-0NJ1Qf+RxEgYUeOQnelNEyJnPPhDmczMBUxEfN7tel8="},"text_strike-b6feab281eeded75e2bcd56342da2c73d984da8244bbcbe109143426881ddacb.png":{"logical_path":"text_strike.png","mtime":"2016-01-03T15:31:56+08:00","size":567,"digest":"b6feab281eeded75e2bcd56342da2c73d984da8244bbcbe109143426881ddacb","integrity":"sha256-tv6rKB7t7XXivNVjQtosc9mE2oJEu8vhCRQ0Jogd2ss="},"text_underline-b97d92487992de02e372fe6b81760ea6a556ede63be8a9f96956a8bafbeac8b0.png":{"logical_path":"text_underline.png","mtime":"2016-01-03T15:31:56+08:00","size":563,"digest":"b97d92487992de02e372fe6b81760ea6a556ede63be8a9f96956a8bafbeac8b0","integrity":"sha256-uX2SSHmS3gLjcv5rgXYOpqVW7eY76Kn5aVaouvvqyLA="},"FontAwesome-e5d717d2c24e52afc0e139b41d817580583acad2e3c9d725d1bd46f0f7e5cb1b.otf":{"logical_path":"FontAwesome.otf","mtime":"2016-01-03T15:32:24+08:00","size":48748,"digest":"e5d717d2c24e52afc0e139b41d817580583acad2e3c9d725d1bd46f0f7e5cb1b","integrity":"sha256-5dcX0sJOUq/A4Tm0HYF1gFg6ytLjydcl0b1G8Pflyxs="},"fontawesome-webfont-e07d3b0225ad8e9438927341d63485e01c767edf1e2930b16f0a0bf907ae0d82.eot":{"logical_path":"fontawesome-webfont.eot","mtime":"2016-01-03T15:32:24+08:00","size":25395,"digest":"e07d3b0225ad8e9438927341d63485e01c767edf1e2930b16f0a0bf907ae0d82","integrity":"sha256-4H07AiWtjpQ4knNB1jSF4Bx2ft8eKTCxbwoL+QeuDYI="},"fontawesome-webfont-1eb7466293db9378858da3694dd11620ec9c351fb7cefef1a94a3802803e1fa3.ttf":{"logical_path":"fontawesome-webfont.ttf","mtime":"2016-01-03T15:32:24+08:00","size":55096,"digest":"1eb7466293db9378858da3694dd11620ec9c351fb7cefef1a94a3802803e1fa3","integrity":"sha256-HrdGYpPbk3iFjaNpTdEWIOycNR+3zv7xqUo4AoA+H6M="},"fontawesome-webfont-a6fb906942932de53852ee244ee3fec27bca0bf63a96421672aa4784851b8d4b.woff":{"logical_path":"fontawesome-webfont.woff","mtime":"2016-01-03T15:32:24+08:00","size":29380,"digest":"a6fb906942932de53852ee244ee3fec27bca0bf63a96421672aa4784851b8d4b","integrity":"sha256-pvuQaUKTLeU4Uu4kTuP+wnvKC/Y6lkIWcqpHhIUbjUs="},"bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot":{"logical_path":"bootstrap/glyphicons-halflings-regular.eot","mtime":"2016-01-03T15:32:10+08:00","size":20127,"digest":"13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407","integrity":"sha256-E2NNqH2eI/jD7ZEIzhck0YOjmtBy5z4bPYy/ZG0tBAc="},"bootstrap/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg":{"logical_path":"bootstrap/glyphicons-halflings-regular.svg","mtime":"2016-01-03T15:32:10+08:00","size":108738,"digest":"42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5","integrity":"sha256-QvYGWdJlwaPDD5+kKry7Vr1KU69Ng9MW1t16NpA8Q+U="},"bootstrap/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf":{"logical_path":"bootstrap/glyphicons-halflings-regular.ttf","mtime":"2016-01-03T15:32:10+08:00","size":45404,"digest":"e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456","integrity":"sha256-45UEQJN1fYKvyxOJV9BqHqk2G9zwtELQahioBRr1dFY="},"bootstrap/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff":{"logical_path":"bootstrap/glyphicons-halflings-regular.woff","mtime":"2016-01-03T15:32:10+08:00","size":23424,"digest":"a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742","integrity":"sha256-omOU9+3hAMoRjv8u2ghZYnWpg5uVnCJuFUOVV6WoB0I="},"bootstrap/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2":{"logical_path":"bootstrap/glyphicons-halflings-regular.woff2","mtime":"2016-01-03T15:32:10+08:00","size":18028,"digest":"fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c","integrity":"sha256-/hhdEaSWdokNR7t4MxKgzaWkTEA5IUCU55V7TAQO8Rw="},"application-081d0046610eeb7e639fafcf4e408f492cb34dccc4cffd1028247a4d9e40f82a.js":{"logical_path":"application.js","mtime":"2016-01-06T20:33:44+08:00","size":430813,"digest":"081d0046610eeb7e639fafcf4e408f492cb34dccc4cffd1028247a4d9e40f82a","integrity":"sha256-CB0ARmEO635jn6/PTkCPSSyzTczEz/0QKCR6TZ5A+Co="}},"assets":{"register.css":"register-0f641bebcd0ef4698fdee49d1080455aadd6ca2b680fb8759109bc2f34af198f.css","application.js":"application-081d0046610eeb7e639fafcf4e408f492cb34dccc4cffd1028247a4d9e40f82a.js","application.css":"application-bc4a649736c4f9cea5d62a27478ac17ecf9099bd6a64033164a094959139beb7.css","button.psd":"button-49174824c7be3811bb7a68f97cdf52a169dec1a48b01776aeffe910c1ec78b4a.psd","markdown-toolbar.png":"markdown-toolbar-abbcae3532db5240aaeba105a93cacef511628076dadd7feeef1f3cc99589150.png","text_blockquote.png":"text_blockquote-e9d34690f04a578ecde83e577be40bab52ed7fa78aa2663a24bd186a15e5a570.png","text_bold.png":"text_bold-2fb65dc04959c59d3fa81e5ae9995b6f58d2aa365ff05b07ddcc9bf127c6cbd8.png","text_code.png":"text_code-4ecb36e97677bc565b597591a4705b0e250e3bd891db0c86c8ea1a7512aef0f9.png","text_delimiter.png":"text_delimiter-176774edd965325446b0fe8c48ec2c61bc5476d1c2569141c8ccad504c7090b8.png","text_empty.png":"text_empty-bdad3b2542cedcc32a7edaa31fd17f2b33765a832d66a5073e6702fd94a80d0e.png","text_heading_1.png":"text_heading_1-f71177b873d9040133d753f35626d311eeab62ff3407c7ed90cc147488a43dbb.png","text_heading_2.png":"text_heading_2-cda9a91b92375375277e030a9b449d27e0330d5466bf0381119ffb21c05b84bd.png","text_heading_3.png":"text_heading_3-8e6b76a35fcd2cfbfa5cb867299dece1eef4075f09a5b0bca83c700f2478769e.png","text_image.png":"text_image-43811f9568bb8d8a7956c688838f094a915d3abc48d993e6da42cb65f72751b9.png","text_italic.png":"text_italic-632c4bd03ddfa7a611a7e6405c7d469e41f6064a0ec3a815fbd0a4ce7a0158a8.png","text_link.png":"text_link-141499059d1ee47d7350fa456dde5f28ad4e1f5f05050bff64f99813aae8cdaf.png","text_list_bullets.png":"text_list_bullets-41a490fcfa80ea7eca38cf066bd45cc0f6783d2e414d82daad66085a2a4c3316.png","text_list_numbers.png":"text_list_numbers-d0d27541ff91c4481851e3909de94d1322673cf84399cccc054c447cdeed7a5f.png","text_strike.png":"text_strike-b6feab281eeded75e2bcd56342da2c73d984da8244bbcbe109143426881ddacb.png","text_underline.png":"text_underline-b97d92487992de02e372fe6b81760ea6a556ede63be8a9f96956a8bafbeac8b0.png","FontAwesome.otf":"FontAwesome-e5d717d2c24e52afc0e139b41d817580583acad2e3c9d725d1bd46f0f7e5cb1b.otf","fontawesome-webfont.eot":"fontawesome-webfont-e07d3b0225ad8e9438927341d63485e01c767edf1e2930b16f0a0bf907ae0d82.eot","fontawesome-webfont.ttf":"fontawesome-webfont-1eb7466293db9378858da3694dd11620ec9c351fb7cefef1a94a3802803e1fa3.ttf","fontawesome-webfont.woff":"fontawesome-webfont-a6fb906942932de53852ee244ee3fec27bca0bf63a96421672aa4784851b8d4b.woff","bootstrap/glyphicons-halflings-regular.eot":"bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot","bootstrap/glyphicons-halflings-regular.svg":"bootstrap/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg","bootstrap/glyphicons-halflings-regular.ttf":"bootstrap/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf","bootstrap/glyphicons-halflings-regular.woff":"bootstrap/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff","bootstrap/glyphicons-halflings-regular.woff2":"bootstrap/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2"}} \ No newline at end of file diff --git a/public/assets/application-00e870d5f6257a2628f36122637e290b3be60b015ae97c34bb5634adffe6c678.js b/public/assets/application-00e870d5f6257a2628f36122637e290b3be60b015ae97c34bb5634adffe6c678.js new file mode 100644 index 0000000..de87876 --- /dev/null +++ b/public/assets/application-00e870d5f6257a2628f36122637e290b3be60b015ae97c34bb5634adffe6c678.js @@ -0,0 +1,114 @@ +/*! + * jQuery JavaScript Library v1.11.3 + * http://jquery.com/ + * + * Includes Sizzle.js + * http://sizzlejs.com/ + * + * Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors + * Released under the MIT license + * http://jquery.org/license + * + * Date: 2015-04-28T16:19Z + */ +function MarkdownToolbar(t){var e;this.init=function(t){e=this,this.textarea=t,this.add_toolbar(),this.fill_buttons(),this.add_resizer()},this.add_toolbar=function(){this.textarea.before("
"),this.panel=this.textarea.prev(".markdown-toolbar-panel"),this.textarea.css("margin-top",0),$(["margin-left","margin-right","padding-left","padding-right"]).each(function(t,n){e.panel.css(n,e.textarea.css(n))}),this.resize_textarea()},this.resize_textarea=function(){e.panel.css("max-width",e.textarea.width())},this.fill_buttons=function(){$(MarkdownToolbar.buttons).each(function(t,n){e.add_button_image(n.title,n.id),e.bind_action(n)})},this.add_button_image=function(t,e){var n="",$(".mdt_buttons",this.panel).append(n)},this.bind_action=function(t){$(".mdt_button_"+t.id,this.panel).bind("click",function(n){switch(t.type){case"wrapper":e.perform_insert_line_wrapper(t.id,t.left,t.right);break;case"block_wrapper":e.perform_insert_block_wrapper(t.id,t.left,t.right);break;case"prefixer":e.perform_insert_prefixer(t.id,t.left);break;case"list_numbers":e.perform_insert_list(t.id);break;case"image":e.perform_insert_image();break;case"link":e.perform_insert_link()}})},this.perform_insert_line_wrapper=function(t,n,i){var o=e.selected_text();0==o.length&&(o=""+t+" text");var r=o.split("\n"),a="";$(r).each(function(t,e){t++,a+=n+e+i,tt |