docker-rails-react-starter icon indicating copy to clipboard operation
docker-rails-react-starter copied to clipboard

A basic docker-compose, Rails and React / Webpack starter kit

Results 10 docker-rails-react-starter issues
Sort by recently updated
recently updated
newest added

Bumps [rack](https://github.com/rack/rack) from 2.0.8 to 2.2.3. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...

dependencies
ruby

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies
javascript

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-ruby) from 0.1.3 to 0.1.5. Changelog Sourced from websocket-extensions's changelog. 0.1.5 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7663) 0.1.4 / 2019-06-10 Fix a deprecation warning...

dependencies
ruby

Bumps [puma](https://github.com/puma/puma) from 3.11.3 to 3.12.4. Release notes *Sourced from [puma's releases](https://github.com/puma/puma/releases).* > v3.12.1 > > ## v3.11.4 > No release notes provided. Changelog *Sourced from [puma's changelog](https://github.com/puma/puma/blob/master/History.md).* > ##...

dependencies
ruby

Bumps [rake](https://github.com/ruby/rake) from 12.3.1 to 13.0.1. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task raises previous exception on...

dependencies
ruby

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.5 to 1.10.8. Release notes *Sourced from [nokogiri's releases](https://github.com/sparklemotion/nokogiri/releases).* > ## 1.10.8 / 2020-02-10 > > ### Security > > [MRI] Pulled in upstream patch from libxml...

dependencies
ruby

Just add `RUN printf "deb http://archive.debian.org/debian/ jessie main\ndeb-src http://archive.debian.org/debian/ jessie main\ndeb http://security.debian.org jessie/updates main\ndeb-src http://security.debian.org jessie/updates main" > /etc/apt/sources.list` before the `apt-get install`, i dont know if it is only...

We want to be able to use CSS modules like so: ``` import Styles from './style.css' .. ..

help wanted
good first issue

When you eject `create-react-app`, it creates separate webpack configuration files for production and development. In actuality, these files share a lot of commonality. The task is to refactor these configuration...

help wanted

Will need to factor in the CSS module usage