Exploring Ruby On Rails Railscasts 264 Guard
Exploring Ruby On Rails Railscasts 264 Guard reveals several interesting facts.
- Nginx and Unicorn make a killer-combo for hosting a
- If you need to calculate an average user's rating or sum up a number of votes, consider using the activerecord-reputation-system ...
- Sidekiq allows you to move jobs into the background for asynchronous processing. It uses threads instead of forks so it is much ...
- If you are tired of model ids in the URL, overriding to_param can only get you so far. The friendly_id plugin can help by making it ...
- Doorkeeper makes it easy to create an OAuth 2 provider. This episode also shows how to setup OmniAuth as an OAuth client and ...
In-Depth Information on Ruby On Rails Railscasts 264 Guard
Guard This is the first episode in a series covering Jbuilder provides a DSL for generating JSON. It includes a template engine which allows you to create complex responses with ... Ember.js is a javascript framework for making rich client-side applications. In the first part of this two part series I show how to ...
Rails
Stay tuned for more updates related to Ruby On Rails Railscasts 264 Guard.