You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,3 +150,15 @@ class Application < Rails::Application
150
150
```
151
151
152
152
Since this tutorial is mainly for testing and toy projects, we are allowing ALL methods from another domain. You should tailor the header and methods to your liking.
153
+
154
+
## Rails API Versioning
155
+
156
+
Versioning is the process of seperating and creating new features/data/endpoints for your API. Since this is our first API, let's make our ```test-api``` v1.
If everything looks right you should see your directory identical as below. <br><br>
163
+
<ahref="http://tinypic.com?ref=3589c11"target="_blank"><imgsrc="http://i67.tinypic.com/3589c11.png"height="280"width="280"border="0"alt="Image and video hosting by TinyPic"></a>
0 commit comments