Skip to content
Snippets Groups Projects
Commit dea1ef96 authored by inertia's avatar inertia
Browse files

#42 fixed script links

parent b3c4e39f
No related branches found
No related tags found
2 merge requests!111Deploy to Production,!109Node op et. al
......@@ -5,8 +5,6 @@ description: Patching changes to a post on Hive.
layout: full
canonical_url: edit_content_patching.html
---
<span class="fa-pull-left top-of-tutorial-repo-link"><span class="first-word">Full</span>, runnable src of [Edit Content Patching](https://gitlab.syncad.com/hive/devportal/-/tree/master/tutorials/ruby/tutorials/12_edit_content_patching) can be downloaded as part of: [tutorials/ruby](https://gitlab.syncad.com/hive/devportal/-/tree/master/tutorials/ruby).</span>
Full, runnable src of [Edit Content Patching](https://gitlab.syncad.com/hive/devportal/-/tree/master/tutorials/ruby/12_edit_content_patching) can be downloaded as part of: [tutorials/javascript](https://gitlab.syncad.com/hive/devportal/-/tree/master/tutorials/ruby) (or download just this tutorial: [devportal-master-tutorials-ruby-12_edit_content_patching.zip](https://gitlab.syncad.com/hive/devportal/-/archive/master/devportal-master.zip?path=tutorials/ruby/12_edit_content_patching)).
### Intro
......
......@@ -20,6 +20,8 @@ Historically, applications that wanted to retrieve comments written by a particu
### Making the api call
[`get_account_comments.rb`](https://gitlab.syncad.com/hive/devportal/-/blob/master/tutorials/ruby/09_get_account_comments/get_account_comments.rb)
To request the latest comments by a particular author, we can use the `get_account_history` method:
```ruby
......
......@@ -20,6 +20,8 @@ Historically, applications that wanted to retrieve replies written to a particul
### Making the api call
[`get_account_replies.rb`](https://gitlab.syncad.com/hive/devportal/-/blob/master/tutorials/ruby/08_get_account_replies/get_account_replies.rb)
To request the latest replies to a particular author, we can use the `get_account_history` method:
```ruby
......
......@@ -27,7 +27,7 @@ In `radiator`, we can request follow results using `condenser_api.get_following`
#### 1. Configure connection<a name="connection"></a>
[`get_follow.rb`](https://gitlab.syncad.com/hive/devportal/-/blob/master/tutorials/ruby/18_follow_another_user/get_follow.rb)
[`get_follow.rb`](https://gitlab.syncad.com/hive/devportal/-/blob/master/tutorials/ruby/19_get_follower_and_following_list/get_follow.rb)
In the first few lines we initialize the configured library and packages (libraries are described in `Gemfile`):
......
......@@ -30,6 +30,8 @@ We will also describe the most commonly used fields from the response object.
### Making the api call
[`get_post_details.rb`](https://gitlab.syncad.com/hive/devportal/-/blob/master/tutorials/ruby/05_get_post_details/get_post_details.rb)
To request a specific post we use the `get_content` method:
```ruby
......
......@@ -5,7 +5,6 @@ description: "This example will output the active vote totals for the post/comme
layout: full
canonical_url: get_voters_list_on_post.html
---
Full, runnable src of [Get Voters List On Post](https://gitlab.syncad.com/hive/devportal/-/tree/master/tutorials/ruby/06_get_voters_list_on_post) can be downloaded as part of: [tutorials/javascript](https://gitlab.syncad.com/hive/devportal/-/tree/master/tutorials/ruby) (or download just this tutorial: [devportal-master-tutorials-ruby-06_get_voters_list_on_post.zip](https://gitlab.syncad.com/hive/devportal/-/archive/master/devportal-master.zip?path=tutorials/ruby/06_get_voters_list_on_post)).
### Script
......
......@@ -5,8 +5,6 @@ description: "To access the Hive blockchain using Ruby, install the Radiator gem
layout: full
canonical_url: getting_started.html
---
Full, runnable src of [all ruby tutorials](https://gitlab.syncad.com/hive/devportal/-/tree/master/tutorials/ruby) (or download just the Rubyt tutorials: [devportal-master-tutorials-python.zip](https://gitlab.syncad.com/hive/devportal/-/archive/master/devportal-master-tutorials-ruby.zip?path=tutorials/ruby)).
Full, runnable src of [tutorial_title](https://gitlab.syncad.com/hive/devportal/-/tree/master/tutorials/ruby/tutorial_slug) can be downloaded as part of: [tutorials/javascript](https://gitlab.syncad.com/hive/devportal/-/tree/master/tutorials/ruby) (or download just this tutorial: [devportal-master-tutorials-ruby-tutorial_slug.zip](https://gitlab.syncad.com/hive/devportal/-/archive/master/devportal-master.zip?path=tutorials/ruby/tutorial_slug)).
### Setup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment