Skip to content

Conversation

josiasds
Copy link
Member

@josiasds josiasds commented Dec 6, 2015

Work with @MaMute to get #154 working.

Update react_on_rails gem to 1.1.1
Create /bundles/Comments folder structure
Update webpack config files to bundles directory structure
Rename /stores folder to /store
Fix getDOMNode() warning on CommentForm.jsx

Create `/bundles/Comments` folder structure
Update webpack config files to reflect the change
Rename stores folder to store
Fix components path in specs
Fix `getDOMNode` warning on `CommentForm.jsx`
author: this.refs.inlineAuthor.getDOMNode().value,
text: this.refs.inlineText.getDOMNode().value,
author: this.refs.inlineAuthor.value,
text: this.refs.inlineText.value,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fixes a warning from React 0.14.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

@justin808
Copy link
Member

LGTM!

justin808 added a commit that referenced this pull request Dec 7, 2015
[WIP] Convert to bundles directory structure
@justin808 justin808 merged commit 22f4f2e into master Dec 7, 2015
@justin808 justin808 deleted the use-bundles-folder-structure branch December 7, 2015 02:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants