Adding React.js, Redux, revamping dashboard
This commit is contained in:
parent
68c93f8b85
commit
49520d6e62
34 changed files with 297 additions and 75 deletions
16
Gemfile.lock
16
Gemfile.lock
|
@ -53,6 +53,10 @@ GEM
|
|||
addressable (2.4.0)
|
||||
arel (7.1.1)
|
||||
ast (2.3.0)
|
||||
babel-source (5.8.35)
|
||||
babel-transpiler (0.7.0)
|
||||
babel-source (>= 4.0, < 6)
|
||||
execjs (~> 2.0)
|
||||
bcrypt (3.1.11)
|
||||
better_errors (2.1.1)
|
||||
coderay (>= 1.0.0)
|
||||
|
@ -60,6 +64,9 @@ GEM
|
|||
rack (>= 0.9.0)
|
||||
binding_of_caller (0.7.2)
|
||||
debug_inspector (>= 0.0.1)
|
||||
browserify-rails (3.1.0)
|
||||
railties (>= 4.0.0, < 5.1)
|
||||
sprockets (>= 3.5.2)
|
||||
builder (3.2.2)
|
||||
bullet (5.3.0)
|
||||
activesupport (>= 3.0.0)
|
||||
|
@ -245,6 +252,13 @@ GEM
|
|||
rake (11.2.2)
|
||||
rdoc (4.2.2)
|
||||
json (~> 1.4)
|
||||
react-rails (1.8.2)
|
||||
babel-transpiler (>= 0.7.0)
|
||||
coffee-script-source (~> 1.8)
|
||||
connection_pool
|
||||
execjs
|
||||
railties (>= 3.2)
|
||||
tilt
|
||||
redis (3.3.1)
|
||||
ref (2.0.0)
|
||||
responders (2.3.0)
|
||||
|
@ -348,6 +362,7 @@ DEPENDENCIES
|
|||
addressable
|
||||
better_errors
|
||||
binding_of_caller
|
||||
browserify-rails
|
||||
bullet
|
||||
coffee-rails (~> 4.1.0)
|
||||
devise
|
||||
|
@ -380,6 +395,7 @@ DEPENDENCIES
|
|||
rails (= 5.0.0.1)
|
||||
rails_12factor
|
||||
rails_autolink
|
||||
react-rails
|
||||
redis (~> 3.2)
|
||||
rspec-rails
|
||||
rspec-sidekiq
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue