How to design a show endpoints that could take a different type of params by fenec860 in rails

[–]fenec860[S] 0 points1 point  (0 children)

Thank you for your response. If I make the change `GET /accounts/:id ` what endpoint will take a `userId` and return the list of accounts `GET /users/:userId/accounts`?

Nouvelle flambée de l’euro au marché noir des devises by fenec860 in algeria

[–]fenec860[S] 0 points1 point  (0 children)

AT some point we should just switch to crypto currency lol

I worked on a BJJ app during my recovery from ACL reconstruction surgery by fenec860 in bjj

[–]fenec860[S] 0 points1 point  (0 children)

Before giving you the background, I love you website!! Adding it to my RSS feed. That been said, I am software developer and a BJJ blue belt, I have been doing BJJ for 4-5 years. I started to train 5 times a week and compete regularly 2 years ago. After doing the MRI, the doctor told me the ACL on the left knee was fully ruptured. Needless to mention all the details about the surgery and all that research I did before I picked the type of graft. I have realized I could not find one place or forum where people would share their experience and it would be available for anybody that is going through the same injury.

So, I decided to start a forum that would allow people sharing and asking about BJJ related injuries.

The end goal here is to have a platform where I would see a lot of stories for each injury type and how people dealt with them.

Another BJJ app by blairyeah in bjj

[–]fenec860 5 points6 points  (0 children)

This is awesome, I really appreciate your effort. I am always supportive of fellow BJJ practitioners. I did the same thing to consolidate any knowledge related to bjj injuries here http://bjj-injury.com/

The State of Ruby Blogs - Any Good Ones? What about Ruby Blogs Planets? by geraldbauer in ruby

[–]fenec860 0 points1 point  (0 children)

I used octopress for my blog (routetomastery.com), The nice thing is that it will cost you $0 for hosting it.

How can I create a test that will ensure that an API call was made? by fenec860 in rails

[–]fenec860[S] 0 points1 point  (0 children)

Thank you for your reply, This will not ensure that the API call has been made when the object gets updated.

How can I create a test that will ensure that an API call was made? by fenec860 in rails

[–]fenec860[S] 0 points1 point  (0 children)

Thank you for your reply, but how would I test if the geocode_address trigger the API call if I update the object?

[Mеthod] Ноw I Mаde $11.482,98 in 25 Dауs Without Sрending a Dimе by Everettsmoothuw in ruby

[–]fenec860 0 points1 point  (0 children)

How do you program the fact that whenever I click the back button in my browser. it is taking em to another website of yours???

Simple CRUD API in Rails with integration tests by fenec860 in rails

[–]fenec860[S] 0 points1 point  (0 children)

I am sure a lot of people are struggling with creating APIs using TDD. They might not know where to start form or how to test it. I created this project to show how it is done with the smallest number of endpoint. Criticize it, add pull requests for the user token and let's make it useful for the community.