From e47e83cf6bded3d1924b4d500193e7876833ef83 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 2 Jul 2017 13:03:43 -0400 Subject: Created admin panel Currently allows you to create and edit blogs, including associated records. Uses a WYSIWYG editor that allows uploading images. Also included jQuery :( --- Gemfile.lock | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index 41f4d51..857547f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -54,6 +54,12 @@ GEM xpath (~> 2.0) childprocess (0.7.0) ffi (~> 1.0, >= 1.0.11) + ckeditor (4.2.4) + cocaine + orm_adapter (~> 0.5.0) + climate_control (0.2.0) + cocaine (0.5.8) + climate_control (>= 0.0.3, < 1.0) coffee-rails (4.2.2) coffee-script (>= 2.2.0) railties (>= 4.0.0) @@ -80,6 +86,10 @@ GEM jbuilder (2.7.0) activesupport (>= 4.2.0) multi_json (>= 1.2) + jquery-rails (4.3.1) + rails-dom-testing (>= 1, < 3) + railties (>= 4.2.0) + thor (>= 0.14, < 2.0) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) @@ -92,6 +102,7 @@ GEM mime-types (3.1) mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) + mimemagic (0.3.2) mini_portile2 (2.2.0) minitest (5.10.2) multi_json (1.12.1) @@ -100,6 +111,12 @@ GEM mini_portile2 (~> 2.2.0) normalize-rails (4.1.1) orm_adapter (0.5.0) + paperclip (5.1.0) + activemodel (>= 4.2.0) + activesupport (>= 4.2.0) + cocaine (~> 0.5.5) + mime-types + mimemagic (~> 0.3.0) public_suffix (2.0.5) puma (3.9.1) rack (2.0.3) @@ -190,12 +207,15 @@ PLATFORMS DEPENDENCIES byebug capybara (~> 2.13) + ckeditor coffee-rails (~> 4.2) devise haml jbuilder (~> 2.5) + jquery-rails listen (>= 3.0.5, < 3.2) normalize-rails + paperclip puma (~> 3.7) rails (~> 5.1.1) sass-rails (~> 5.0) -- cgit 1.4.1