RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: ichord
Site: ichord.github.com
actually, we can use config.middleware.http_only! to let rails run just for api because of removing middlware which not needed.
config.middleware.http_only!
actually, we can use
config.middleware.http_only!
to let rails run just for api because of removing middlware which not needed.