Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

react_on_rails

We are on a mission to provide seamless integration of React and Ruby on Rails using Webpack.
Collective - Host: opensource - https://opencollective.com/react-on-rails - Code: https://github.com/shakacode/react_on_rails

Merge pull request #375 from mariusandra/master

\u2028 and \u2029 break rendering

github.com/shakacode/react_on_rails - 56c0c8d8b56df4b9d537b8c5fbe86274efba50fe authored over 8 years ago
changelog for \u2028 and \u2029 bug

github.com/shakacode/react_on_rails - 837ca64c98f8946e2c2548c7e2eeb622c6edf35e authored over 8 years ago
escape \u2028 and \u2029 to compensate for JSON and JS difference

github.com/shakacode/react_on_rails - 99ab86f208c9c9d1b427b8a73a8792afb4324300 authored over 8 years ago
Merge pull request #413 from alleycat-at-git/feature/asset_pipeline_digests

Added non-digested version for assets (images, fonts, svg)

github.com/shakacode/react_on_rails - 949117978e75babd50f5f5d147f49c50674cf9cd authored over 8 years ago
added non-digested assets symlinking

github.com/shakacode/react_on_rails - 2a36ac52a6a33aea3fdbc007c35295797768718a authored over 8 years ago
Merge pull request #380 from alleycat-at-git/feature/node

Feature/node

github.com/shakacode/react_on_rails - 89d44f769c8761808b6467b3f3cb49483f48624a authored over 8 years ago
NodeJS server rendering support

github.com/shakacode/react_on_rails - e48f6bcefcb99b07630ff7d4ff0df1f0538e99a1 authored over 8 years ago
Update PROJECTS.md

github.com/shakacode/react_on_rails - 35e1861e5d2d8f2fb7bf16883880252224c5b1ba authored over 8 years ago
Merge remote-tracking branch 'upstream/master'

github.com/shakacode/react_on_rails - b9614f99eb2f5bd504e367f9635057a1116674b0 authored over 8 years ago
Update contributing.md

github.com/shakacode/react_on_rails - e035e544665417bbd4528c3deb0bc532c8d9fc5d authored over 8 years ago
Merge pull request #407 from thewatts/patch-1

Typo Cleanup and indentation adjustment in README

github.com/shakacode/react_on_rails - ffb0f588c96ece0bd22f66afb762f91a85a636fe authored over 8 years ago
Merge pull request #405 from InnovativeTravel/replace_uri_parse_with_addressable

Replace URI parse with Addressable gem

github.com/shakacode/react_on_rails - 638e86c29684bcbc2601a5f0da7a54d803e4384c authored over 8 years ago
Remove fragment at all: Addressable is able to recognize it but the fragment is never sent to the server so there's no point in try to read it.

github.com/shakacode/react_on_rails - e2278a07bdf3fb9454235ea96b3edfa828960397 authored over 8 years ago
Exclude fragment from href attribute as request.original_url does not include it

github.com/shakacode/react_on_rails - 88a1dc9be0896c46090abbc9cd1945cb90b9235a authored over 8 years ago
Add fragment to location key and related tests

github.com/shakacode/react_on_rails - 303f401b08a04ea7900f43ac48432d4d2422a9ae authored over 8 years ago
Add fragment to rails_context's values to test

github.com/shakacode/react_on_rails - 53d80d0f6c71a5b0d25a76586f807522c2b96004 authored over 8 years ago
Dummy app use react_on_rails with its updated dependecies (addressable)

github.com/shakacode/react_on_rails - bdffa0f22ba87d73070dbf0071561bfabec98c1b authored over 8 years ago
Update docs (README and CHANGELOG)

github.com/shakacode/react_on_rails - f48dd491a414438b8ffe02d1b03db9259f6bc10e authored over 8 years ago
Typo Cleanup and indentation adjustment in README

Just saw a couple typos while first reading through, figured I'd submit a little PR :)

github.com/shakacode/react_on_rails - 87622c45b880e2cfac06865e02d9d60674507f0e authored over 8 years ago
Remove trailing whitespace who offended rubocop

github.com/shakacode/react_on_rails - a6fdbccb6a42677e9d623a7b983eb6a10e313b35 authored over 8 years ago
Merge branch 'master' into replace_uri_parse_with_addressable

github.com/shakacode/react_on_rails - 7236681054cfcd282fd8e4f0b5b65c0d995b6314 authored over 8 years ago
Update heroku-deployment.md

github.com/shakacode/react_on_rails - 999561952be5c1ab84a608b1f3d84e619dac86c2 authored over 8 years ago
Gemfile won't need addressable gem as it's listed as one of the gem's dependencies

github.com/shakacode/react_on_rails - 4068f89719991144851f7c3fccc2e086a14f472e authored over 8 years ago
Addressing PR feedback

github.com/shakacode/react_on_rails - 647e850d7c7795e752fa3206cbc59ee1117c878c authored over 8 years ago
Use addressable to replace URI.parse + add fragment to rails context

github.com/shakacode/react_on_rails - 332081ec3c45c40cbd46f132172ed2965c962403 authored almost 9 years ago
Add addressable gem to Gemfile

github.com/shakacode/react_on_rails - 133c9fb7147589ddab5a3423dec22c2a568e41b6 authored almost 9 years ago
Merge pull request #404 from PierreGUI/patch-1

Update README.md

github.com/shakacode/react_on_rails - 557cb3e37cef98e6a1a2eb4cb3b69019931abeea authored almost 9 years ago
Update README.md

Fix links to installation-overview

github.com/shakacode/react_on_rails - 15d3513014ff4986f7d99c99a5d8db47f1074f33 authored almost 9 years ago
Update README.md

github.com/shakacode/react_on_rails - 24a11c2f0a5e3781b2479a1f302b8f837e756ef0 authored almost 9 years ago
Merge pull request #371 from shakacode/docs-overhaul

Docs overhaul

github.com/shakacode/react_on_rails - 4ccc0cee894ca1360c709c92b4d63bc1c8653612 authored almost 9 years ago
Merge branch 'master' into docs-overhaul

github.com/shakacode/react_on_rails - 7c3596b2f37164c74c76859c2745520af1b1eca1 authored almost 9 years ago
Merge pull request #399 from shakacode/add-babel-runtime-to-root-package-json

added babel runtime to root package.json and removed npm-shrinkwrap from root

github.com/shakacode/react_on_rails - e63f48f58001303bc82683b90b0839e6111b284f authored almost 9 years ago
Moved api and generator docs to separate folders go keep readme cleaner.

github.com/shakacode/react_on_rails - 3f944438f42bbdc412034bed3e554a12f75f142a authored almost 9 years ago
added babel runtime to root package.json

github.com/shakacode/react_on_rails - 73b5bdf2244fa6b12c9dbe64c3536c61d276d0a0 authored almost 9 years ago
Merge pull request #390 from alleycat-at-git/bugfix/timeout

bugfix: execJS timeout

github.com/shakacode/react_on_rails - 549f2d1f54e4494a8fcde1dbb1faa183e4eedb7c authored almost 9 years ago
Merge branch 'master' into bugfix/timeout

github.com/shakacode/react_on_rails - 8c25dd7716da759bab3c647045c42a7266136ab1 authored almost 9 years ago
Merge pull request #395 from mariusandra/patch-1

Add Apprentus to PROJECTS.md

github.com/shakacode/react_on_rails - bf834bc12864c677f6d9bf6ee555573c624e6774 authored almost 9 years ago
Update PROJECTS.md

github.com/shakacode/react_on_rails - 5785997332b2681375261f83b9f984d6c4bbf53e authored almost 9 years ago
Merge pull request #384 from shakacode/mario/extract-react-component-options

Extracts Options for react_component helper

github.com/shakacode/react_on_rails - 33d7205f798d1aee4a7eb326eaa6d2c4a155e985 authored almost 9 years ago
Extracts Options for react_component helper

github.com/shakacode/react_on_rails - 1e38e34d61b9631f3fa3ecd40b2185c6cb577841 authored almost 9 years ago
Merge pull request #393 from UberMouse/patch-1

Update build:client in generator to correctly have closing parenthesis

github.com/shakacode/react_on_rails - efbf7055cb9f184135f35187bd718c2452468eb4 authored almost 9 years ago
Update build:client in generator to correctly have closing parenthesis

github.com/shakacode/react_on_rails - 7bd0f947ddde919c0ebeadbb4432e06a4f187be1 authored almost 9 years ago
bugfix: execJS timeout

github.com/shakacode/react_on_rails - d2164a8bc443f071923bf2f2f26a8799fcc82be2 authored almost 9 years ago
Merge pull request #386 from timscott/handle-server-rendering-no-server-bundle

Fix file exists check for server bundle, which returns true for a dir.

github.com/shakacode/react_on_rails - c1aa88ca96653192f71aee96070dc136b4692368 authored almost 9 years ago
Fix file exists check for server bundle, which returns true for a dir. (NOTE: Similar bugs may exist elsewhere in the code.)

github.com/shakacode/react_on_rails - db5914b8442de0c1a9f39444bda841e4fde81a20 authored almost 9 years ago
Updated README.md and CHANGELOG.md

github.com/shakacode/react_on_rails - d513f68f744c32b40ab6301f3234d9ec4d4e5a58 authored almost 9 years ago
Merge pull request #364 from shakacode/feature/option-removal

removed options and webpack dev server from generator

github.com/shakacode/react_on_rails - 65d8e9ab04fdf4a22ba705ad26105b5bb667eae3 authored almost 9 years ago
Removed options from generator and adjusted readmes accordingly.

github.com/shakacode/react_on_rails - a35a69718afa90c90d7a7ef4993fb052d415f3f3 authored almost 9 years ago
Merge pull request #377 from brucek/initial_build_fixes

Updating docs and gems

github.com/shakacode/react_on_rails - e546bc355dc777ff0b9ba64a2c1e9bab089be24f authored almost 9 years ago
Merge pull request #379 from brucek/react_15

Updating to react 15

github.com/shakacode/react_on_rails - a352eb209a35baa163b6b4240188dd9b6478a978 authored almost 9 years ago
Support react 0.14 or 15

github.com/shakacode/react_on_rails - 8ce89358075e3d0167c734864a786038b53432d8 authored almost 9 years ago
NOP commit to try the CI build again

github.com/shakacode/react_on_rails - a17411acc5ead7406e3be66861a4bbb40b59ad46 authored almost 9 years ago
Updating to react 15

github.com/shakacode/react_on_rails - ee824abe6d58598515a282f368d84bd176397ff6 authored almost 9 years ago
Updating docs and gems

github.com/shakacode/react_on_rails - 97dbe9e9555f9c6d3e4fdb56dd8c4b22d6d0b246 authored almost 9 years ago
Fixed typo in README.md

github.com/shakacode/react_on_rails - e3898cb2cc1b836ad2a23a9de082e5fe185c9947 authored almost 9 years ago
Merge pull request #370 from shakacode/fix-sanitization-server-console-messages-2

Completes prior fix 366 for script sanitization

github.com/shakacode/react_on_rails - 13c17d0f7f85855ec9bc20165e473a588200ec1b authored almost 9 years ago
Completes prior fix 366 for script sanitization

* Some cases missed, per: http://stackoverflow.com/a/23983448/1009332
* Added serverRendering an...

github.com/shakacode/react_on_rails - 9539776dff3e0e5b832c82b29ebdb9bb049d278a authored almost 9 years ago
Update tutorial.md

github.com/shakacode/react_on_rails - 7e1c3ceb8ea9c363d8ed2be92c468e7b4f77b271 authored almost 9 years ago
Merge pull request #366 from shakacode/fix-sanitization-server-console-messages

Address failure to sanitize console messages

github.com/shakacode/react_on_rails - 791e3cc7afe56d830dfb70633b5cfffe57cb0925 authored almost 9 years ago
Address failure to sanitize console messages

* Only happened with server rendering.
* Fix is to escape for closing script tag

github.com/shakacode/react_on_rails - 2cafba2ce18eb353e2b8e01904c1c474fa95d8c5 authored almost 9 years ago
Merge pull request #365 from shakacode/justin808-fix-generator-template

Update package.json.tt

github.com/shakacode/react_on_rails - da9d525288b8dba242fa4b3a40a577245efa9a55 authored almost 9 years ago
Update package.json.tt

Removed extraneous if statement in template

github.com/shakacode/react_on_rails - 6c1bbe5b891c09bbbed59247dedcb291850022e2 authored almost 9 years ago
Merge pull request #363 from berfarah/patch-1

Updated README to use version 5

github.com/shakacode/react_on_rails - 6107015bbcc659fb62efc04905d87030b6e3dc48 authored almost 9 years ago
Updated README to use version 5

Teeny-tiny change, but just saw that you guys are on 5.1 and I figured you wanted this in the RE...

github.com/shakacode/react_on_rails - 09b402edb94b640f6e7c2ee2d1d4d429d4276602 authored almost 9 years ago
Update CHANGELOG.md and README.md for 5.1.0

github.com/shakacode/react_on_rails - 39ae450ee33ae8b0fa462897117bde2c65b9348d authored almost 9 years ago
Merge pull request #362 from shakacode/add-rails-helper-to-generator

Update generator to add ReactOnRails spec helper

github.com/shakacode/react_on_rails - cf29f7e6b7e9459401bd047c406124b43b9238f7 authored almost 9 years ago
Update generator to add ReactOnRails spec helper

* Generator adds line to spec/rails_helper.rb so that running specs will
ensure assets are com...

github.com/shakacode/react_on_rails - fa16c9a3afe2dfd5de9d9edc61308b02ce7755c1 authored almost 9 years ago
Update README.md

github.com/shakacode/react_on_rails - 5d86a68e4df054f5f250b0d052a57e942944cda9 authored almost 9 years ago
Update CHANGELOG.md

github.com/shakacode/react_on_rails - bb64c01fcbecf44ee7d8aa110b0d6a58e1744344 authored almost 9 years ago
Update README.md

github.com/shakacode/react_on_rails - 6c13131b6ff86a99170fcad42e12596f7e3dd069 authored almost 9 years ago
Update README.md

github.com/shakacode/react_on_rails - 60539cbc23213edbb91970c97f61a19906857a48 authored almost 9 years ago
Merge pull request #357 from flynfish/patch-2

Added quote

github.com/shakacode/react_on_rails - eb01427f9cd0de8f036e2f75753d6fcbccfd4b7a authored almost 9 years ago
Merge pull request #356 from flynfish/patch-1

Add CFS to commercial products

github.com/shakacode/react_on_rails - df238bde8ba3b7dbf90c807324112b2d8ac29f48 authored almost 9 years ago
Add CFS to commercial products

github.com/shakacode/react_on_rails - e8bf018be13ed163fdfaeaf31c3ce716eb5b33e7 authored almost 9 years ago
Update README.md

github.com/shakacode/react_on_rails - a407af97454c4b222c9eb5ac035987e90aba00a5 authored almost 9 years ago
Merge pull request #355 from shakacode/justin808-patch-1

Update CHANGELOG.md

github.com/shakacode/react_on_rails - 8f7afbdefc416630a5d521068690068b3e120b9e authored almost 9 years ago
Update CHANGELOG.md

github.com/shakacode/react_on_rails - d6f5ca26138035b8808f530f84f907cf3ea4d40a authored almost 9 years ago
Update README.md

github.com/shakacode/react_on_rails - e6fa8c40d1cf41269c61e4b5fe5c892e0cec97c7 authored almost 9 years ago
Release 5.0.0-rc.1

github.com/shakacode/react_on_rails - f61841857f568eaeae89998f5fa07ea2826f541c authored almost 9 years ago
Merge pull request #352 from shakacode/use-named-parameters-for-options

Named parameters for view helper react_component

github.com/shakacode/react_on_rails - 11e000354ea065ec1163956a2058d31bb0c72d43 authored almost 9 years ago
Named parameters for view helper react_component

* Much tighter checking of parameters now.
* Also updated the CHANGELOG and README

github.com/shakacode/react_on_rails - 3e62f023ab7a99112823bbd62168f67d1bdfe87f authored almost 9 years ago
Merge pull request #354 from AlexWiles/master

fix broken link in readme

github.com/shakacode/react_on_rails - 4cc9a71e537ba0e2c19e7530a643287d180c9707 authored almost 9 years ago
fix broken link in readme

github.com/shakacode/react_on_rails - 2571d4014da48c9ca2d1f76dc883b8c58249e40f authored almost 9 years ago
Merge pull request #345 from shakacode/add-location-to-redux-store-generator

Providing rails_context always to generator functions (store and component)

github.com/shakacode/react_on_rails - 62ff88686c4f72a672b25ef2d9f483f0ce379324 authored almost 9 years ago
Updated calls to component/store generator funcs

* Added configuration rendering_extension
* added railsContext being passed to component and sto...

github.com/shakacode/react_on_rails - 0a09b814e503d72694167a8610c2ae524fe48074 authored almost 9 years ago
Merge pull request #349 from mikechau/feature/update-readme

Update README link to contributing.md

github.com/shakacode/react_on_rails - 8482885f22f9f89eb8a8f3ee2b9eeec725bd7458 authored almost 9 years ago
Merge remote-tracking branch 'upstream/master'

github.com/shakacode/react_on_rails - 3a3504f0c3c386d447bd9b2d0de0954310ace30a authored almost 9 years ago
Update README link to contributing.md

github.com/shakacode/react_on_rails - 982242781c92ea1b15c2fe06beda3df3e838ff74 authored almost 9 years ago
Merge pull request #348 from mikechau/feature/fix-component-typos

Fix component typos

github.com/shakacode/react_on_rails - e869a47eee31fcaf1e8258fe784a26f828b35f98 authored almost 9 years ago
Fix component typos

github.com/shakacode/react_on_rails - 02f47a849dea1ff8140e08d24df12a72fb4f37a3 authored almost 9 years ago
Merge pull request #344 from faheempatel/patch-1

Fix small typo in installation-overview.md

github.com/shakacode/react_on_rails - 9c96b07a4ba320a710db872eaccc47cb4f9a2399 authored almost 9 years ago
Update recommended-project-structure.md

github.com/shakacode/react_on_rails - 93cee3152a1dcb4d2a7904f9fdab201c172d4f66 authored almost 9 years ago