Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First do it #60

Closed
wants to merge 1 commit into from
Closed

First do it #60

wants to merge 1 commit into from

Conversation

alex35mil
Copy link
Member

Now it renders the view, but we should discuss a lot of stuff (:

@@ -23,3 +23,6 @@ npm-debug.log

# Ignore bundle dependencies
vendor/ruby

# RVM gemset
.ruby-gemset
Copy link
Member

Choose a reason for hiding this comment

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

Curious if this should be project specific.

Copy link
Member Author

Choose a reason for hiding this comment

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

I keep all gems in isolated gemsets for two reasons:

  1. I maintain yo generator, so I scaffold a lot for testing purposes. It's easier for me to delete scaffolded test gems by deleting gemset.
  2. To sleep easily.

Copy link
Member

Choose a reason for hiding this comment

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

Should .ruby-gemset be in developer's global gitignore?

Copy link
Member Author

Choose a reason for hiding this comment

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

Should .ruby-gemset be in developer's global gitignore?

If everybody is using gemset-per-app strategy, then no. Otherwise — yes.

@justin808
Copy link
Member

@alexfedoseev Looks AWESOME. I'll let you merge this change into the PR on my repo. Please respond to my comments here, however. Please merge --squash your changes on top of mine.

justin808 added a commit that referenced this pull request Aug 6, 2015
Squash merge of
#60 from
@alexfedoseev (thanks!)

1. What should we name the reducer? Seems confusing in terms of how the
reducer name gets put as part of the state.
2. Functional issue in that we don't clear out the last name/commment
after ajax is successful. Seems that we would need to have the component
state inside of the main store.
3. Ajax counter to show busy indicator of async in progress might not be
working.
4. We should show a simple validation on the server and the display of a
simple error message on the form.
justin808 added a commit that referenced this pull request Aug 6, 2015
Squash merge of
#60 from
@alexfedoseev (thanks!)

1. What should we name the reducer? Seems confusing in terms of how the
reducer name gets put as part of the state.
2. Functional issue in that we don't clear out the last name/commment
after ajax is successful. Seems that we would need to have the component
state inside of the main store.
3. Ajax counter to show busy indicator of async in progress might not be
working.
4. We should show a simple validation on the server and the display of a
simple error message on the form.
@justin808
Copy link
Member

Already merged to other PR. Closing.

@justin808 justin808 closed this Aug 10, 2015
justin808 added a commit that referenced this pull request Aug 22, 2015
Squash merge of
#60 from
@alexfedoseev (thanks!)

1. What should we name the reducer? Seems confusing in terms of how the
reducer name gets put as part of the state.
2. Functional issue in that we don't clear out the last name/commment
after ajax is successful. Seems that we would need to have the component
state inside of the main store.
3. Ajax counter to show busy indicator of async in progress might not be
working.
4. We should show a simple validation on the server and the display of a
simple error message on the form.
ryanbelke pushed a commit to ryanbelke/rails-react-yourtime that referenced this pull request Jan 4, 2019
Squash merge of
shakacode/react-webpack-rails-tutorial#60 from
@alexfedoseev (thanks!)

1. What should we name the reducer? Seems confusing in terms of how the
reducer name gets put as part of the state.
2. Functional issue in that we don't clear out the last name/commment
after ajax is successful. Seems that we would need to have the component
state inside of the main store.
3. Ajax counter to show busy indicator of async in progress might not be
working.
4. We should show a simple validation on the server and the display of a
simple error message on the form.
joseph0919 added a commit to joseph0919/React_Webpack_Rails_Tutorial that referenced this pull request May 3, 2019
Squash merge of
shakacode/react-webpack-rails-tutorial#60 from
@alexfedoseev (thanks!)

1. What should we name the reducer? Seems confusing in terms of how the
reducer name gets put as part of the state.
2. Functional issue in that we don't clear out the last name/commment
after ajax is successful. Seems that we would need to have the component
state inside of the main store.
3. Ajax counter to show busy indicator of async in progress might not be
working.
4. We should show a simple validation on the server and the display of a
simple error message on the form.
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.

None yet

2 participants