ga-wdi-boston / rails-api

Introduction to MVC concepts and their implementation in Rails.
Other
6 stars 159 forks source link

Can we cover RESTful routes here? #29

Open payne-chris-r opened 7 years ago

payne-chris-r commented 7 years ago

I think it's something our developers miss. They don't understand the importance of following convention, or just don't understand that convention exists. It would be a good idea to explain a) that it exists b) why it's important, and mayyybe c) what are good examples of breaking it (i.e. sign-up, change-password, etc). I'm reviewing project 2s and so many of them break RESTful convention for reasons I cannot understand.

BenGitsCode commented 7 years ago

As long as we cover it 'somewhere'

neugierige commented 7 years ago

@payne-chris-r out of curiosity, what are some examples?

jrhorn424 commented 7 years ago

Please see my comments for examples: https://github.com/ga-wdi-boston/express-api/issues/40#issuecomment-268349047

jrhorn424 commented 7 years ago

Not enough time to add to README this time. Will mention during talk.

jrhorn424 commented 7 years ago

Subsumed by https://github.com/ga-wdi-boston/rest-study/issues/1 ?

gaand commented 7 years ago

Once we create it, I think so.