Articles of interest for Ruby on Rails
Displaying articles 351 - 375 of 479 in totalArticle Sources
-
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:
-
Message Templates
Learn how to use a template model to populate forms and other objects with
Published:
-
Custom will_paginate Methods
We take the Leaderboard gem and wire it up with custom code to work seamlessly with will_paginate
Published:
-
Inviting Users with devise_invitable
Learn how to invite users to your application with devise_invitable
Published:
-
Improving Query Performance with Database Indexes
Learn how to improve the speed of your database queries by adding database indexes to your tables
Published:
-
Repost / Retweet / Reblog
Learn how to add the common "Retweet" or "Reblog" functionality in your Rails app with self-referential associations
Published:
-
Sentiment Analysis with the Sentimental Gem
Learn how to use sentimental analysis against text inside your application and cache it so you can query against it later
Published:
-
Turbolinks 5 Forms for Mobile
Learn how to setup forms to work with Turbolinks iOS and Android adapters
Published:
-
Advanced Caching with User Permissions and Authorization
Learn how to use Javascript to enable user permissions and authorization in generic caches
Published:
-
Russian Doll Caching with Rails 5
Learn how to implement efficient Russian Doll Caching with Rails 5
Published:
-
GoRails Performance - The Techniques I Use
Learn how I design GoRails for speed and performance on all layers of the stack
Published:
-
GoRails Performance - The Techniques I Use
Learn how I design GoRails for speed and performance on all layers of the stack
Published:
-
Upgrading simple_calendar for Rails 5
We fix a bug in simple_calendar now that ActionController::Parameters are enforced with strong_params in Rails 5
Published:
-
Memoization
Use memoization to your advantage to cache results in memory to improve speed
Published:
-
Advanced Messaging with Mailboxer: Adding Attachments
Use Carrierwave to add attachments to your Mailboxer conversation messages
Published:
-
Advanced Mailboxer: Multiple User Conversations
Learn how to create conversations with 3+ users using the mailboxer gem
Published:
-
Advanced Messaging with Mailboxer: Mark As Read
Learn how to inspect gems and add mark as read functionality to Mailboxer
Published:
-
How to Upgrade to Turbolinks 5
Learn how to upgrade your Turbolinks 2.5 or 3.0 app to the newest Turbolinks 5
Published:
-
Mitigating Spammers with Recaptcha
Learn how to integrate Google's Recaptcha API into your forms and registration process with Rails
Published:
-
In-App Messages Between Users
Learn how to send messages between users with the Mailboxer gem
Published:
-
How to Deploy ActionCable and Rails 5 To Production
Learn how to deploy ActionCable and Rails 5 with Passenger
Published:
-
Deploying To Production on Heroku with Puma
An introduction to the Puma webserver and how to deploy your application to Heroku
Published:
-
ShareMeow
A Ruby microservice to generate Medium.com-style tweet quote images for sharing on social media like Twitter and Facebook
Published:
-
Sharing Data With Javascript
Learn how to share data between Rails and Javascript without using AJAX
Published: