|
|
|
|
|
by snlacks
3545 days ago
|
|
It makes sense to me. The previous generations had pages that had more rendering on the server and "forms." Now, it's single page applications hitting REST end points. So before, you had complex models, tightly bound back-end controllers, sending data to a view. Now, you have simpler APIs on the server, you arrange and manage the data in the browser, getting more data as needed. |
|
http://edgeguides.rubyonrails.org/api_app.html