settings and sessions UI

This commit is contained in:
joshua-arts
2018-05-28 18:10:20 -04:00
parent 6c1074443f
commit 79d63e7b70
12 changed files with 306 additions and 167 deletions

View File

@ -1,6 +1,8 @@
GEM
remote: https://rubygems.org/
specs:
action_interceptor (1.1.0)
rails (>= 3.1)
actioncable (5.0.7)
actionpack (= 5.0.7)
nio4r (>= 1.2, < 3.0)
@ -77,6 +79,12 @@ GEM
faraday (0.12.2)
multipart-post (>= 1.2, < 3)
ffi (1.9.23)
fine_print (3.1.0)
action_interceptor (>= 1.0)
jquery-rails
rails (>= 3.1)
responders
squeel
font-awesome-sass (5.0.13)
sassc (>= 1.11)
globalid (0.4.1)
@ -133,6 +141,8 @@ GEM
omniauth-twitter (1.4.0)
omniauth-oauth (~> 1.1)
rack
polyamorous (1.1.0)
activerecord (>= 3.0)
popper_js (1.12.9)
puma (3.11.4)
rack (2.0.5)
@ -169,6 +179,9 @@ GEM
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
responders (2.4.0)
actionpack (>= 4.2.0, < 5.3)
railties (>= 4.2.0, < 5.3)
rspec-core (3.7.1)
rspec-support (~> 3.7.0)
rspec-expectations (3.7.0)
@ -214,6 +227,10 @@ GEM
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.3.13)
squeel (1.2.3)
activerecord (>= 3.0)
activesupport (>= 3.0)
polyamorous (~> 1.1.0)
tabler-rubygem (0.1.2)
autoprefixer-rails (>= 6.0.3)
thor (0.20.0)
@ -248,6 +265,7 @@ DEPENDENCIES
dotenv-rails
factory_bot_rails
faker
fine_print
font-awesome-sass (~> 5.0.13)
jbuilder (~> 2.5)
jquery-rails