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
[rails] Use ActionController::API for actions that return JSON
API::Controller is a lightweight version of ActionController::Base,
useful for controllers that only return JSON.
+----------------------+------+-----+-----+------+-------+---------+--------------+
| branch_name| json| db|query|update|fortune|plaintext|weighted_score|
+----------------------+------+-----+-----+------+-------+---------+--------------+
| master|147603|32970|26658| 15330| 18044| 173519| 1934|
|rails/metal-controller|159296|33277|30173| 15743| 19999| 177191| 2059|
+----------------------+------+-----+-----+------+-------+---------+--------------+
0 commit comments