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

Updated Gemfile.lock

github.com/shakacode/react_on_rails - b72f3b110c80b9850f1e197e3f63d8f1cb4bdf33 authored about 9 years ago by Justin Gordon <[email protected]>
Bump to 1.2.1

github.com/shakacode/react_on_rails - f0154349251e4917fb716f5809af5f7ca6e3f47b authored about 9 years ago by Justin Gordon <[email protected]>
Merge pull request #158 from aaronvb/generator_warning_messages_fix

Fixes Generator Warning Messages #138

github.com/shakacode/react_on_rails - 6ba306e9f4fa3ab7678de26d5d624ba220895251 authored about 9 years ago by Justin Gordon <[email protected]>
Fixes Generator Warning Messages #138

github.com/shakacode/react_on_rails - cd3c8a10f559edd20c59607f01eff0b68a1b90d6 authored about 9 years ago by Aaron Van Bokhoven <[email protected]>
Merge pull request #186 from mwhagedorn/bug/185_lodash_missing

fixes #185, missing lodash

github.com/shakacode/react_on_rails - e92590b8ef14af8e6f1b431efc7ddfb8deb067e3 authored about 9 years ago by Justin Gordon <[email protected]>
Merge pull request #182 from cfscode/rails_3.2_hide_generators

Change hide! to the implementation to support rails 3.2

github.com/shakacode/react_on_rails - 79a18c3894e25b970f2b89ee414187d16f58a81c authored about 9 years ago by Justin Gordon <[email protected]>
fixes #185, missing lodash

github.com/shakacode/react_on_rails - 5637939bb671aaa6f242961eb077d1eabdc9e508 authored about 9 years ago by Mike Hagedorn <[email protected]>
Remove redundent self calls

github.com/shakacode/react_on_rails - 0093f963956b144da1410e7633077480756325cd authored about 9 years ago by Kyle Lamy <[email protected]>
Add parens for method call

github.com/shakacode/react_on_rails - 2ab00f823a3169b22b95f6a541f4b45358ee1e18 authored about 9 years ago by Kyle Lamy <[email protected]>
Merge branch 'master' into rails_3.2_hide_generators

github.com/shakacode/react_on_rails - 67b5dd30249038c72fa8b32d7d76a82ab759ebb3 authored about 9 years ago by Kyle Lamy <[email protected]>
Change hide! to the implementation to support rails 3.2

github.com/shakacode/react_on_rails - a58514ecfa0d904abc22b6dde12492855f3358fb authored about 9 years ago by Kyle Lamy <[email protected]>
Update README.md

github.com/shakacode/react_on_rails - 8e3d19de40b6511c8a03c14a7491a08e42ba5c0a authored about 9 years ago by Justin Gordon <[email protected]>
Update README.md

github.com/shakacode/react_on_rails - e3aecf0436c445ac4118b5712dac467cb51c633f authored about 9 years ago by Justin Gordon <[email protected]>
Merge pull request #178 from shakacode/rstudner-patch-1

Update manual_installation.md

github.com/shakacode/react_on_rails - 856d1526a7437fcefee50acd960fb63eacdcb0fe authored about 9 years ago by Justin Gordon <[email protected]>
Update manual_installation.md

The links were no long valid (combo of file name changes and line #'s in general)

github.com/shakacode/react_on_rails - 17da24237f2729d3b55a18b63d6307dbb4bb5fe7 authored about 9 years ago by Roger Studner <[email protected]>
Merge pull request #171 from shakacode/andy/169-fix-generator-jquery-config

remove jquery_ujs dependency to fix #169

github.com/shakacode/react_on_rails - b168abd5a55221006b2520fc75b41ea775fcd1c5 authored about 9 years ago by Justin Gordon <[email protected]>
Merge pull request #175 from ignat-zakrevsky/fix-package-json

Lodash to default dependencies

github.com/shakacode/react_on_rails - a19a14a374186af198897377c006a7368661b54a authored about 9 years ago by Justin Gordon <[email protected]>
Lodash to default dependencies

github.com/shakacode/react_on_rails - dee38dd0cc1ff183df97ad55cddd36d78a3e069d authored about 9 years ago by Ignat Zakrevsky <[email protected]>
Only add jquery-ujs for rails webpack config file

github.com/shakacode/react_on_rails - a58856a1ab3197aebc0424065ea44c50c73d6549 authored about 9 years ago by Andy Wang <[email protected]>
Merge pull request #161 from shakacode/andy/add-help-option-for-generator

add more detailed description when adding --help option to generator.

github.com/shakacode/react_on_rails - a9b7d47d0829a0b6ec6c28bfbbbb589a4149296f authored about 9 years ago by Justin Gordon <[email protected]>
Update USAGE of generator.

github.com/shakacode/react_on_rails - aa60078e58232baf91b483d27cf9376749b5957e authored about 9 years ago by Andy Wang <[email protected]>
Merge pull request #163 from marcellosachs/master

mention tutorial code in docs related to react-router integration

github.com/shakacode/react_on_rails - 009db0d910c8fef27cd1319f30d5f8f0b7127461 authored about 9 years ago by Justin Gordon <[email protected]>
edits to react-router doc - add full paths to tutorial code file references, add bullet styling

github.com/shakacode/react_on_rails - f9e3f26cfcda824a18eaab633d272b8d0d669f46 authored about 9 years ago by Marcello Sachs <[email protected]>
move around some sentences in react-router docs

github.com/shakacode/react_on_rails - 2b6a016dc123b411efbd17311df12a4e645423b6 authored about 9 years ago by Marcello Sachs <[email protected]>
mention tutorial code in docs on react-router

github.com/shakacode/react_on_rails - 9f086031411acefe54275bc611e7b85152e12ef7 authored about 9 years ago by Marcello Sachs <[email protected]>
keeping the width to 80 chars for description

github.com/shakacode/react_on_rails - e99a3c4adfadc7dbee37e7123c08a5fe32b19b06 authored about 9 years ago by Andy Wang <[email protected]>
add default true/false to each option description

github.com/shakacode/react_on_rails - efee64f9264d71dd73ef2a414095d1e00374c804 authored about 9 years ago by Andy Wang <[email protected]>
add more detailed description when adding --help option to generator.

github.com/shakacode/react_on_rails - ddc4a08e5bb5fa8cc7c2632617127554e71714e6 authored about 9 years ago by Andy Wang <[email protected]>
Update README.md

github.com/shakacode/react_on_rails - 5117e81c51f8b3f638510a56c139719b7cd13f5d authored about 9 years ago by Justin Gordon <[email protected]>
Update CHANGELOG.md

github.com/shakacode/react_on_rails - cc7dd068268fbd5a24ff71f152568ecfb7ba8bea authored about 9 years ago by Justin Gordon <[email protected]>
Updated Gemfile.lock

github.com/shakacode/react_on_rails - 74f90520d380e503593c8ace9f53904f40420e2f authored about 9 years ago by Justin Gordon <[email protected]>
Bump to 1.2.0

github.com/shakacode/react_on_rails - e00c7896a1942e5d0d06896c3ed5d6085b692120 authored about 9 years ago by Justin Gordon <[email protected]>
Update README.md

github.com/shakacode/react_on_rails - 050c1d57161e3e53422f83be9132b99a3da5b3d3 authored about 9 years ago by Justin Gordon <[email protected]>
Merge pull request #152 from shakacode/Add-CHANGELOG

Add CHANGELOG.md to include all release notes based on versions.

github.com/shakacode/react_on_rails - 673bdf54afa854e781d9b75f35444c0b53994c22 authored about 9 years ago by Justin Gordon <[email protected]>
Add CHANGELOG.md to include all release notes based on versions.

github.com/shakacode/react_on_rails - ecc057e4ce300c7ac972235794bc737bc0c16dbc authored about 9 years ago by Andy Wang <[email protected]>
Merge pull request #150 from shakacode/fix-gemfile

Fix Gemfile dependencies and add comment

github.com/shakacode/react_on_rails - 8f9170a48dfd09145d2cca1b75e4cb9034534349 authored about 9 years ago by Justin Gordon <[email protected]>
Fix Gemfile dependencies and add comment

github.com/shakacode/react_on_rails - d845b521d681364bbb7823c140a917c880fe260a authored about 9 years ago by Rob Wise <[email protected]>
Updated Gemfile.lock

github.com/shakacode/react_on_rails - 74fcf2f27e00dd3fd9c72d15c55973f7eaba57e4 authored about 9 years ago by Justin Gordon <[email protected]>
Bump to 1.2.0.rc1

github.com/shakacode/react_on_rails - f0f265251aa24fb04a8df032b75c3d10f9b6d927 authored about 9 years ago by Justin Gordon <[email protected]>
Merge pull request #119 from yorzi/master

Bootstrap as an option for generator

github.com/shakacode/react_on_rails - ec7e3c6d1f7db5cf60c95a6b55de493295711e8e authored about 9 years ago by Rob Wise <[email protected]>
Allow to use --skip-bootstrap (alias as -b) as generator option when you don't need bootstrap related files and regarding configuration.

github.com/shakacode/react_on_rails - e560da6c7ed5b42565696a123d532f315c84f1a9 authored about 9 years ago by Andy Wang <[email protected]>
Merge pull request #147 from yorzi/127-fix-assets-rake-issue

Don't copy incorrect command into assets.rake when skipping server rendering

github.com/shakacode/react_on_rails - 899fefc4718e16a8d03fcb3c44578f2e8cf23463 authored about 9 years ago by Justin Gordon <[email protected]>
Don't copy incorrect command into assets.rake when skipping server rendering

github.com/shakacode/react_on_rails - 51354720e202dc02316b354154190d4af32e9b15 authored about 9 years ago by Andy Wang <[email protected]>
Merge pull request #143 from buren/check-assets-initializer

Check for config/initializers/assets.rb file

github.com/shakacode/react_on_rails - fbe03b83e40ab32e8fb4c6f964a4d54dbf8d84cc authored about 9 years ago by Justin Gordon <[email protected]>
Create assets.rb if missing & add test

github.com/shakacode/react_on_rails - 88aa52e2fd7eb51b1e550672bc0279c2ecc225c6 authored about 9 years ago by Jacob Burenstam <[email protected]>
Check for config/initializers/assets.rb file

github.com/shakacode/react_on_rails - 14f15356187cea547ca4c9eb338279a1b1e4a031 authored about 9 years ago by Jacob Burenstam <[email protected]>
Merge pull request #136 from yorzi/fix-server-react-config-when-on-react-0-dot-13

#134 - Fix server react config and add necessary warning and document.

github.com/shakacode/react_on_rails - de461b5e9688b8be64e90a5011336da92037f5b3 authored about 9 years ago by Justin Gordon <[email protected]>
Merge pull request #137 from shakacode/examples-folder

Create examples tasks to test generated example apps

github.com/shakacode/react_on_rails - 5fb5544a260d8a2f0f8070c7a232958752fe5c8f authored about 9 years ago by Justin Gordon <[email protected]>
Merge pull request #144 from yorzi/fix-generator-application-js-issue

Fix application.js incorrect overwritten issue

github.com/shakacode/react_on_rails - 29048903193b462be48dd62f27bc299bdc9a36da authored about 9 years ago by Justin Gordon <[email protected]>
move webpack.md to additional reading list. update README for it.

github.com/shakacode/react_on_rails - 4f10eeea52c407b7c1fef6ce522000e0d6cea026 authored about 9 years ago by Andy Wang <[email protected]>
Fix rspec issue

github.com/shakacode/react_on_rails - 526d7625217c1e63af695a2bd7b3783d60f7c474 authored about 9 years ago by Andy Wang <[email protected]>
Create examples tasks to test generated example apps

Intermediate commits:

wip: generate simple Rails apps and clobber them

wip: implement generati...

github.com/shakacode/react_on_rails - efe048e48128c4d4c008e81adc98d342705dd8a8 authored about 9 years ago by Rob Wise <[email protected]>
fix application.js incorrect overwritten issue. just comment out incompatible requires.

github.com/shakacode/react_on_rails - 4a814ad45414d0fc58856fc5aeb5168db9c46313 authored about 9 years ago by Andy Wang <[email protected]>
update webpack.md

github.com/shakacode/react_on_rails - 0459f898b87f38458d6db9e12b833d11873dfa19 authored about 9 years ago by Andy Wang <[email protected]>
only keep webpack config for React 0.14 case when doing server rendering

github.com/shakacode/react_on_rails - 9826cfd31c349d4bf47379d9509b4e96ee4d0d1f authored about 9 years ago by Andy Wang <[email protected]>
update code to pass jslint

github.com/shakacode/react_on_rails - 99613ca9944be6ff2695f0891f114e3f1803ec25 authored about 9 years ago by Andy Wang <[email protected]>
reword webpack.md, update entry and loaders based on different version of React

github.com/shakacode/react_on_rails - 2cc674638f49719b7551a78882df91dbbf11210f authored about 9 years ago by Andy Wang <[email protected]>
add webpack.md and warning with a link to the doc when React version and webpack entry points are not configured correctly

github.com/shakacode/react_on_rails - 919380fd677b6f4fef72fcf094f98a5c92e8fc05 authored about 9 years ago by Andy Wang <[email protected]>
add warning when React version > 0.13 and make react-dom/server configured at the same time

github.com/shakacode/react_on_rails - ba81d7d847e28d9c2be7de83839cefa544a7d40f authored about 9 years ago by Andy Wang <[email protected]>
check React version to config different entry

github.com/shakacode/react_on_rails - 67aaaf76e26dc1e5976a86605c0be3a16f1263cb authored about 9 years ago by Andy Wang <[email protected]>
Merge pull request #139 from shakacode/remove-templates-client-folder

Remove templates/client folder

github.com/shakacode/react_on_rails - 23258bbbaf64d5016baa1fa13d8397bc179d70b7 authored about 9 years ago by Justin Gordon <[email protected]>
Remove templates/client folder

github.com/shakacode/react_on_rails - 3f67982e056fd55dcf829317e249170543832445 authored about 9 years ago by Rob Wise <[email protected]>
Merge pull request #135 from yorzi/133-unnecessary-gem-if-not-server-rendering

#133 don't generate therubyracer if not server rendering

github.com/shakacode/react_on_rails - b08581da0b97acb92c937ee2f02597935af5746a authored about 9 years ago by Rob Wise <[email protected]>
generator_function should be true for redux and don't specify trace option

github.com/shakacode/react_on_rails - bdb2d7bb1114b42b0b143c1f2b5ac73c237db640 authored about 9 years ago by Andy Wang <[email protected]>
only add gem 'therubyracer' when enabling server rendering

github.com/shakacode/react_on_rails - d1fb5aff6c7b197ebc7c6bda3d9e00930bd934eb authored about 9 years ago by Andy Wang <[email protected]>
Merge pull request #132 from ReadmeCritic/master

Update README URLs based on HTTP redirects

github.com/shakacode/react_on_rails - 0b80c13517e2f42899b6ce1ac9d51561b1e1b264 authored about 9 years ago by Justin Gordon <[email protected]>
Update README URLs based on HTTP redirects

github.com/shakacode/react_on_rails - 1f27a00c86f5f724ecbf310189608572d114e497 authored about 9 years ago by ReadmeCritic <[email protected]>
Updated Gemfile.lock

github.com/shakacode/react_on_rails - e43bc14afeb4e25987fb693baaf408726b782bd5 authored about 9 years ago by Justin Gordon <[email protected]>
Bump to 1.1.1

github.com/shakacode/react_on_rails - 758ba9253b0aa24c3bddc56eb2fd6f8a77e8bc1d authored about 9 years ago by Justin Gordon <[email protected]>
Merge pull request #129 from marcellosachs/master

rewrite NODE_ENV as nodeEnv so the two mentions of the variable match up

github.com/shakacode/react_on_rails - f0c3eb8e7fcd7f0afd3485ca2198fc95ee783279 authored about 9 years ago by Justin Gordon <[email protected]>
fix lint error - remove extra js line

github.com/shakacode/react_on_rails - fe9542cf4041123253248925d4738e26ec21d0ec authored about 9 years ago by Marcello Sachs <[email protected]>
define devBuild, as it is needed within an if condition

github.com/shakacode/react_on_rails - c7c70db3074ca3ad5368cdc6ee84d219fbe4f424 authored about 9 years ago by Marcello Sachs <[email protected]>
rewrite NODE_ENV as nodeEnv so the two mentions of the variable match up

github.com/shakacode/react_on_rails - c6c56428128548d26be509e2e908d36e1ff5f952 authored about 9 years ago by Marcello Sachs <[email protected]>
Update README.md

github.com/shakacode/react_on_rails - 65a3202fbb7fc8c9f62eef30330b10387d30d682 authored about 9 years ago by Justin Gordon <[email protected]>
Update README.md

github.com/shakacode/react_on_rails - a5188717f44656885c06edf27728f985546989f0 authored about 9 years ago by Justin Gordon <[email protected]>
Updated Gemfile.lock

github.com/shakacode/react_on_rails - 1e4d9da68a94cf2749824256ca923efd0d0efaef authored about 9 years ago by Justin Gordon <[email protected]>
Bump to 1.1.0

github.com/shakacode/react_on_rails - 4d028bf59e937d1391a1269ef3abf3ada14cc116 authored about 9 years ago by Justin Gordon <[email protected]>
Merge pull request #68 from shakacode/alex/react-router

Add React-Router Support

github.com/shakacode/react_on_rails - 656f14cd0beb7dc790415a18dd6215a294761a3a authored about 9 years ago by Justin Gordon <[email protected]>
Support for react-router, incl server-rendering

* Add location argument for server-side generator function (needed for
React Router)
* Added s...

github.com/shakacode/react_on_rails - f9671b9ce7b2620982f38e5c793bcce4f0a0d081 authored about 9 years ago by Justin Gordon <[email protected]>
Merge pull request #118 from shakacode/fix-typo-contributing-doc

Update contributing.md and move gem release info to own file

github.com/shakacode/react_on_rails - 71a4e4d43c351c6a96829048a7c9226577260330 authored about 9 years ago by Justin Gordon <[email protected]>
Fix typos and line returns in contributing.md

github.com/shakacode/react_on_rails - d1d8296c6032461a95c6c5b4160d54e3a724a021 authored about 9 years ago by Rob Wise <[email protected]>
Merge pull request #125 from shakacode/server-bundle-caching

Fix server bundle reloading in development mode

github.com/shakacode/react_on_rails - 724e633e065f0ae4f98494fccdfe7aa71049381c authored about 9 years ago by Justin Gordon <[email protected]>
Fix server bundle reloading in development mode

github.com/shakacode/react_on_rails - 976cd17b8d523ac87e44317fe0c069610bbc398a authored about 9 years ago by Rob Wise <[email protected]>
Merge pull request #126 from shakacode/remove-dummy-app-bundles-from-sc

Remove dummy_react_013 generated bundles from source control

github.com/shakacode/react_on_rails - c676d382768143cdd46a7b92484d89d658d25127 authored about 9 years ago by Justin Gordon <[email protected]>
Remove dummy_react_013 generated bundles from source control

The app/assets/javascripts/generated folder was in
the .gitignore, but the files were already ch...

github.com/shakacode/react_on_rails - 35b10357c368f286fe220066e3d2e8dd39bf427c authored about 9 years ago by Rob Wise <[email protected]>
Merge pull request #124 from szyablitsky/master

fix regexp spelling

github.com/shakacode/react_on_rails - 207499575901e0b26217b127e0ba87052fd3b5fb authored about 9 years ago by Justin Gordon <[email protected]>
Merge branch 'master' into master

github.com/shakacode/react_on_rails - a9cf0854a9849ec4c2a831f8316de1c93c6430ad authored about 9 years ago by Sergey Zyablitsky <[email protected]>
Merge pull request #110 from shakacode/docs

doc updates

github.com/shakacode/react_on_rails - 498811f35c802ddb21356dac09c10b52cec37b0c authored about 9 years ago by Justin Gordon <[email protected]>
fix regexp spelling

github.com/shakacode/react_on_rails - 2fb3ca0f290391aa1058edc57a94c263c87a5abd authored about 9 years ago by Sergey Zyablitsky <[email protected]>
Merge pull request #123 from szyablitsky/master

Fix generator. Do not remove jQuery plugins from application.js

github.com/shakacode/react_on_rails - 3d71efb30099edc154e277f3543852cddf434262 authored about 9 years ago by Justin Gordon <[email protected]>
fix linting rerror

github.com/shakacode/react_on_rails - 220254266fab06832e64e8b2fab30358c069a375 authored about 9 years ago by Sergey Zyablitsky <[email protected]>
Fix generator. Do not remove jquery plugins from application.js

github.com/shakacode/react_on_rails - 5e0227b8ff7b3982325997583acda33ad5fe389f authored about 9 years ago by Sergey Zyablitsky <[email protected]>
Merge pull request #115 from shakacode/update-gems

Update gems

github.com/shakacode/react_on_rails - c0ce1cb6b85f0a87c0fa78e2538f557558017fa7 authored about 9 years ago by Rob Wise <[email protected]>
Merge pull request #116 from marcellosachs/master

fix type-o

github.com/shakacode/react_on_rails - 03c20d4a3f1a1695c9e5d10d199fe72edb1e766b authored about 9 years ago by Justin Gordon <[email protected]>
fix type-o

github.com/shakacode/react_on_rails - fa10b31af75d23ddf4661e8e38f767ed52a3eda6 authored about 9 years ago by marcellosachs <[email protected]>
Merge pull request #108 from shakacode/application-js-fix

Have generator create application.js file if not found

github.com/shakacode/react_on_rails - c21012af1536f7c5d2eaa0375221df5696f10ea4 authored about 9 years ago by Rob Wise <[email protected]>
Have generator create application.js file if not found

Fixes #78
Generator used to put a setup error message when it did not find
application.js. Now, ...

github.com/shakacode/react_on_rails - f8999d008658d2289c0251c3739b208fe6e69a84 authored about 9 years ago by Rob Wise <[email protected]>
Merge pull request #111 from shakacode/fix-gem-dependencies

Fix gem dependencies

github.com/shakacode/react_on_rails - 56870c0bb99361f36d966e4796d4d591e404134f authored about 9 years ago by Rob Wise <[email protected]>
Generator adds therubyracer to the Gemfile

Previously we required users to manually add therubyracer to their
Gemfile. There was really no ...

github.com/shakacode/react_on_rails - d2ed01d66acb1fd950bb8e94bc4dc550ecf80f51 authored about 9 years ago by Rob Wise <[email protected]>