Ruby on Rails
Wednesday, November 27, 2013
If I want to tailor Rails 4 for an API-only application, what should I do to maximize performance?
This is to be fronted by a js framework, and left open for other API usage.
I'm aware of rails-api and other API gems, but in this case specifically need to stay on the main path with Rails 4.
I've spent a lot of time reading up on this, and haven't found much dealing with Rails 4 specifically (that doesn't recommend other gems, which aren't an option here). I remember reading about how to do this with Rails 2 or 3, but am wondering what the current recommendations are for version 4. This would include things like removing unnecessary dependencies.
Thanks!
-- This is to be fronted by a js framework, and left open for other API usage.
I'm aware of rails-api and other API gems, but in this case specifically need to stay on the main path with Rails 4.
I've spent a lot of time reading up on this, and haven't found much dealing with Rails 4 specifically (that doesn't recommend other gems, which aren't an option here). I remember reading about how to do this with Rails 2 or 3, but am wondering what the current recommendations are for version 4. This would include things like removing unnecessary dependencies.
Thanks!
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/3f3f67da-5094-4b5a-8951-fd660dac7d06%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment