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

Update guides/source/plugins.md [ci skip] #30261

Merged
merged 1 commit into from
Aug 15, 2017

Conversation

bogdanvlviv
Copy link
Contributor

No description provided.

@rails-bot
Copy link

r? @pixeltrix

(@rails-bot has picked a reviewer for you, use r? to override)

@@ -458,13 +449,13 @@ Gem plugins currently in development can easily be shared from any Git repositor
commit the code to a Git repository (like GitHub) and add a line to the Gemfile of the application in question:

```ruby
gem 'yaffle', git: 'git://github.com/yaffle_watcher/yaffle.git'
gem "yaffle", git: "git://github.com/rails/yaffle.git"
Copy link
Contributor

@yhirano55 yhirano55 Aug 15, 2017

Choose a reason for hiding this comment

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

@bogdanvlviv Could you change to https protocol from git protocol? (And I'll close a request #30262) Thanks for your great work.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@yhirano55 Thanks

@@ -458,13 +449,13 @@ Gem plugins currently in development can easily be shared from any Git repositor
commit the code to a Git repository (like GitHub) and add a line to the Gemfile of the application in question:

```ruby
gem 'yaffle', git: 'git://github.com/yaffle_watcher/yaffle.git'
gem "yaffle", git: "https://github.com/rails/yaffle.git"
Copy link
Member

Choose a reason for hiding this comment

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

can we keep the link outside the rails org?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've changed it guided by that one day there might be a user by https://github.com/yaffle_watcher

@rafaelfranca rafaelfranca merged commit d686d60 into rails:master Aug 15, 2017
@bogdanvlviv bogdanvlviv deleted the improve-guides-plugins branch August 15, 2017 18:14
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

5 participants