diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-07-02 13:03:43 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-07-02 13:03:43 -0400 |
commit | e47e83cf6bded3d1924b4d500193e7876833ef83 (patch) | |
tree | 058f011637e67455dcd8451fbfa784b5883c6f69 /Gemfile.lock | |
parent | 528ccde8915cd1ed7a39e137dd4d98869797956a (diff) | |
download | thoughts-e47e83cf6bded3d1924b4d500193e7876833ef83.tar.gz thoughts-e47e83cf6bded3d1924b4d500193e7876833ef83.tar.bz2 thoughts-e47e83cf6bded3d1924b4d500193e7876833ef83.zip |
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 :(
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 41f4d51..857547f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock | |||
@@ -54,6 +54,12 @@ GEM | |||
54 | xpath (~> 2.0) | 54 | xpath (~> 2.0) |
55 | childprocess (0.7.0) | 55 | childprocess (0.7.0) |
56 | ffi (~> 1.0, >= 1.0.11) | 56 | ffi (~> 1.0, >= 1.0.11) |
57 | ckeditor (4.2.4) | ||
58 | cocaine | ||
59 | orm_adapter (~> 0.5.0) | ||
60 | climate_control (0.2.0) | ||
61 | cocaine (0.5.8) | ||
62 | climate_control (>= 0.0.3, < 1.0) | ||
57 | coffee-rails (4.2.2) | 63 | coffee-rails (4.2.2) |
58 | coffee-script (>= 2.2.0) | 64 | coffee-script (>= 2.2.0) |
59 | railties (>= 4.0.0) | 65 | railties (>= 4.0.0) |
@@ -80,6 +86,10 @@ GEM | |||
80 | jbuilder (2.7.0) | 86 | jbuilder (2.7.0) |
81 | activesupport (>= 4.2.0) | 87 | activesupport (>= 4.2.0) |
82 | multi_json (>= 1.2) | 88 | multi_json (>= 1.2) |
89 | jquery-rails (4.3.1) | ||
90 | rails-dom-testing (>= 1, < 3) | ||
91 | railties (>= 4.2.0) | ||
92 | thor (>= 0.14, < 2.0) | ||
83 | listen (3.1.5) | 93 | listen (3.1.5) |
84 | rb-fsevent (~> 0.9, >= 0.9.4) | 94 | rb-fsevent (~> 0.9, >= 0.9.4) |
85 | rb-inotify (~> 0.9, >= 0.9.7) | 95 | rb-inotify (~> 0.9, >= 0.9.7) |
@@ -92,6 +102,7 @@ GEM | |||
92 | mime-types (3.1) | 102 | mime-types (3.1) |
93 | mime-types-data (~> 3.2015) | 103 | mime-types-data (~> 3.2015) |
94 | mime-types-data (3.2016.0521) | 104 | mime-types-data (3.2016.0521) |
105 | mimemagic (0.3.2) | ||
95 | mini_portile2 (2.2.0) | 106 | mini_portile2 (2.2.0) |
96 | minitest (5.10.2) | 107 | minitest (5.10.2) |
97 | multi_json (1.12.1) | 108 | multi_json (1.12.1) |
@@ -100,6 +111,12 @@ GEM | |||
100 | mini_portile2 (~> 2.2.0) | 111 | mini_portile2 (~> 2.2.0) |
101 | normalize-rails (4.1.1) | 112 | normalize-rails (4.1.1) |
102 | orm_adapter (0.5.0) | 113 | orm_adapter (0.5.0) |
114 | paperclip (5.1.0) | ||
115 | activemodel (>= 4.2.0) | ||
116 | activesupport (>= 4.2.0) | ||
117 | cocaine (~> 0.5.5) | ||
118 | mime-types | ||
119 | mimemagic (~> 0.3.0) | ||
103 | public_suffix (2.0.5) | 120 | public_suffix (2.0.5) |
104 | puma (3.9.1) | 121 | puma (3.9.1) |
105 | rack (2.0.3) | 122 | rack (2.0.3) |
@@ -190,12 +207,15 @@ PLATFORMS | |||
190 | DEPENDENCIES | 207 | DEPENDENCIES |
191 | byebug | 208 | byebug |
192 | capybara (~> 2.13) | 209 | capybara (~> 2.13) |
210 | ckeditor | ||
193 | coffee-rails (~> 4.2) | 211 | coffee-rails (~> 4.2) |
194 | devise | 212 | devise |
195 | haml | 213 | haml |
196 | jbuilder (~> 2.5) | 214 | jbuilder (~> 2.5) |
215 | jquery-rails | ||
197 | listen (>= 3.0.5, < 3.2) | 216 | listen (>= 3.0.5, < 3.2) |
198 | normalize-rails | 217 | normalize-rails |
218 | paperclip | ||
199 | puma (~> 3.7) | 219 | puma (~> 3.7) |
200 | rails (~> 5.1.1) | 220 | rails (~> 5.1.1) |
201 | sass-rails (~> 5.0) | 221 | sass-rails (~> 5.0) |