Understanding Railscast 401
Let's dive into the details surrounding Railscast 401. Rails cast
Key Takeaways about Railscast 401
- Creating an activity feed presents some interesting challenges. Here I share my thought process behind my implementation ...
- Transform traditional pagination into infinite scrolling which will automatically fetch more records when the user scrolls down to the ...
- Stone wall is really looking good.
- The config.threadsafe! option will likely be enabled by default in Rails 4.0. Here you will learn what this option does, how it affects ...
- Here I demonstrate how to perform bulk API operations though a single request using Rack middleware. This is great if you need ...
Detailed Analysis of Railscast 401
Server-sent events allow you to trigger events on the browser from a persistent connection to the server. This requires Rails ... Here we take a look at two tools to aid us in development: Better Errors which makes it easier than ever to debug exceptions, and ... Rails 4.0 is still unfinished, but it is shaping up to become a great release. Here I show how to setup a new Rails 4.0 (edge) ...
Few things are worse than seeing a "Something went wrong" 500 error on your production application. Here I show how to be ...
That wraps up our extensive overview of Railscast 401.