-
-
Notifications
You must be signed in to change notification settings - Fork 315
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
Update README.md #1438
Update README.md #1438
Conversation
Minor changes in the readme file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. I have some changes that need to be addressed before we can merge this.
README.md
Outdated
|
||
That's why after Alchemy gem has been updated, with explicit call to: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
after the Alchemy gem has been updated:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done (see pm in slack)
README.md
Outdated
``` | ||
or with a general call: | ||
```shell | ||
$ bundle update |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this second paragraph.
We do not advice our users to do a general bundle update
. This is never a good idea as this updates all dependencies at once and this can lead to lots of problems, especially if you don’t have gem version constraints (what most projects don’t have).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done (see pm in slack)
README.md
Outdated
@@ -316,7 +322,7 @@ Alchemy specs are written **in RSpec 3**. Please **do not use deprecated RSpec 2 | |||
* Read the guidelines: http://guides.alchemy-cms.com. | |||
* Read the documentation: http://rubydoc.info/github/AlchemyCMS/alchemy_cms | |||
* If you found a bug please use the [issue tracker on Github](https://github.com/AlchemyCMS/alchemy_cms/issues). | |||
* For questions about general usage please use [Stack Overflow](http://stackoverflow.com/questions/tagged/alchemy-cms), [the User Group](http://groups.google.com/group/alchemy-cms) or the [IRC channel](irc://irc.freenode.net#alchemy_cms). | |||
* For questions about general usage please use [Slack](https://alchemy-cms.slack.com), [Stack Overflow](http://stackoverflow.com/questions/tagged/alchemy-cms), [the User Group](http://groups.google.com/group/alchemy-cms) or the [IRC channel](irc://irc.freenode.net#alchemy_cms). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please do not replace the "Stack Overflow" notice.
You could instead replace the IRC one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you mean?
I did not replace the "Stack Overflow", it exists after the "Slack"...
Can you please explain more?
Thank you
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry. You are right. I misread this. Please replace the IRC part with the Slack link.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done...
I would suggest changing also the label...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. Sure
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
README.md
Outdated
@@ -329,6 +335,7 @@ Alchemy specs are written **in RSpec 3**. Please **do not use deprecated RSpec 2 | |||
* API Documentation: <http://rubydoc.info/github/AlchemyCMS/alchemy_cms> | |||
* Issue-Tracker: <https://github.com/AlchemyCMS/alchemy_cms/issues> | |||
* Sourcecode: <https://github.com/AlchemyCMS/alchemy_cms> | |||
* Slack: <https://alchemy-cms.slack.com> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you please replace the IRC with Slack?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do not understand what would you like to change...
Should I delete the IRC line in total?
Should I keep the IRC and put the Slack address in place of the IRC address?
Should I move the Slack line in the "place" of IRC line and delete the IRC line?
Please advise
Thank you
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Like I said. Replace the IRC line with a link to Slack.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done...
I would suggest changing also the label...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done...
Changed also the label...
Minor changes (2nd) in the readme file
Minor changes (3rd) in the readme file
Minor changes (4th) in the readme file
Are we OK now? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just saw that the link to Slack need to be changed
README.md
Outdated
@@ -316,7 +318,7 @@ Alchemy specs are written **in RSpec 3**. Please **do not use deprecated RSpec 2 | |||
* Read the guidelines: http://guides.alchemy-cms.com. | |||
* Read the documentation: http://rubydoc.info/github/AlchemyCMS/alchemy_cms | |||
* If you found a bug please use the [issue tracker on Github](https://github.com/AlchemyCMS/alchemy_cms/issues). | |||
* For questions about general usage please use [Stack Overflow](http://stackoverflow.com/questions/tagged/alchemy-cms), [the User Group](http://groups.google.com/group/alchemy-cms) or the [IRC channel](irc://irc.freenode.net#alchemy_cms). | |||
* For questions about general usage please use [Stack Overflow](http://stackoverflow.com/questions/tagged/alchemy-cms), [the User Group](http://groups.google.com/group/alchemy-cms) or the [Slack](https://alchemy-cms.slack.com). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The link to slack should be
https://slackin.alchemy-cms.com
README.md
Outdated
@@ -330,7 +332,7 @@ Alchemy specs are written **in RSpec 3**. Please **do not use deprecated RSpec 2 | |||
* Issue-Tracker: <https://github.com/AlchemyCMS/alchemy_cms/issues> | |||
* Sourcecode: <https://github.com/AlchemyCMS/alchemy_cms> | |||
* User Group: <http://groups.google.com/group/alchemy-cms> | |||
* IRC Channel: <irc://irc.freenode.net#alchemy_cms> | |||
* Slack: <https://alchemy-cms.slack.com> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I changed the Slack URL myself. Thanks for contributing
Minor changes in the readme file