RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Using PostgreSQL instead of Rails to generate JSON

Generating JSON is a main requirement for many modern day web application, but Ruby is not the fastest way to generate JSON. But fortunately for us we can let the database return our result in JSON itself. This article gives a basic introduction to creating JSON responses from the database itself.

http://blog.redpanthers.co/create-json-response-using-postgresql-instead-rails/

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in