Articles of interest for Ruby on Rails
Displaying articles 576 - 600 of 5374 in totalArticle Sources
-
Group Chat with ActionCable: Part 4
In this series, we're building a clone of Slack using Rails 5 and ActionCable
Published:
-
Group Chat with ActionCable: Part 3
In this series, we're building a clone of Slack using Rails 5 and ActionCable
Published:
-
puma-dev replacement for pow and prax
Puma-dev is the emotional successor to pow. It provides a quick and easy way to manage apps in development on OS X; supporting web sockets and ssl.
Published:
-
Group Chat with ActionCable: Part 2
In this series, we're building a clone of Slack using Rails 5 and ActionCable
Published:
-
ActionCable - Part 3 - Securing Your WebSockets
Using authentication and authorization, lock down your ActionCable WebSockets so that messages are only sent and received to the intended users.
Published:
-
Group Chat with ActionCable: Part 1
In this series, we're building a clone of Slack using Rails 5 and ActionCable
Published:
-
ActionCable - Part 2 - More Complex Example
Extending the previous episode, we look into making a realtime poll application where users can get live feedback on voting.
Published:
-
Disabling ActionCable for Unauthenticated Users
To only have ActionCable's JS connect for logged in users, we can setup our Javascript to know when a user is authenticated or not, and have our websocket try to connect accordingly.
Published:
-
ActionCable - Part 1 - Configuration and Basics
A walkthrough on configuring ActionCable with Rails 5. Learn how to configure your mount points and the basics of using ActionCable with your Rails application.
Published:
-
Solving FizzBuzz in Ruby
See how different approaches can affect the code you write using FizzBuzz as an example
Published:
-
How ActionCable Uses Redis
Check out some behind the scenes of ActionCable to understand how and why it uses Redis
Published:
-
ActionController::Renderer
ActionController::Renderer allows you to render arbitrary templates without requirement of being in controller actions.
Published:
-
Realtime Notifications with ActionCable
Learn how to implement realtime notifications with ActionCable
Published:
-
Importing and Exporting CSV Data
Basics on importing and exporting CSV Data using Ruby and without gems.
Published:
-
Improving In-App Notifications
Learn how to refactor in-app notifications to render server side to simplify your code and templates
Published:
-
Playing with JSON
Some neat tips and tricks for interacting with and parsing JSON responses from an API.
Published:
-
Wrapping Business Logic with Plain Old Ruby Objects
Learn how to pull business logic out of your models and put them into Plain Old Ruby Objects (POROs) in order to clean up your code and keep chunks of business logic in reusable bits.
Published:
-
Progressive Render
Slow content got you down? Load it later! Use this gem to defer loading of portions of your page until after load. They will be fetched via AJAX and placed on the page when ready.
Published:
-
Message Templates
Learn how to use a template model to populate forms and other objects with
Published:
-
Client Side Validations
Give early warning to users of form errors before they submit. With client side validations, the user can correct any errors prior to submitting the form.
Published:
-
Custom will_paginate Methods
We take the Leaderboard gem and wire it up with custom code to work seamlessly with will_paginate
Published:
-
Production Deployment on Ubuntu
A guide to configure your Ubuntu installation and deploy a Ruby on Rails application. Lock down the settings to prevent unwanted access.
Published:
-
Inviting Users with devise_invitable
Learn how to invite users to your application with devise_invitable
Published:
-
Eager Loading with Goldiloader
Wouldn't it be awesome if ActiveRecord didn't make you think about eager loading and it just did the "right" thing by default? With Goldiloader it can!
Published: