Articles of interest for Ruby on Rails
Displaying articles 251 - 266 of 266 in totalArticle Sources
-
Complex Strong Parameters
Make your strong parameters do more by extracting the logic in order to maximize the ability and security of your application.
Published:
-
Refile Uploads with Progress Bar
Adding progress bars to your Refile uploader is easy thanks to the included javascript library from Refile. Learn how to add progress bars to your application.
Published:
-
Securing File Uploads
Be default, Refile does not have a way to secure file downloads. It relies on a generated hash that is unknown to users unless the page renders that image or has a download to that file. This is okay sometimes, however, protecting the file from being downloaded for those who have the URL is a bit more involved.
Published:
-
Uploading Files with Refile
Refile is a modern file upload library for Ruby applications. It is simple, yet powerful. This episode covers the basics of uploading and displaying images. Next episodes will cover protecting files and progress bars.
Published:
-
Static Pages with High Voltage
Creating Static Pages within your Rails application is easy and configurable with High Voltage.
Published:
-
Annotate
With strong params replacing attr_accessible, a difficulty has arisen with referencing to the structure of your models. With annotate, we can generate the structure of our models in the comments of our models.
Published:
-
Invisible Captcha
Part of a good User Experience is making your application easy to use for your users. However, a few bad apples often cause a hinderance to your UX/UI by the addition of Captchas. Learn how to create invisible captchas to protect your forms while delivering a good UX.
Published:
-
ActiveJob
ActiveJob is a built in wrapper within Rails 4 for your background processors. By adding this layer to your application, swapping background processors is much easier as you will only be affecting a limited number of files.
Published:
-
Sending Emails
This episode is a prelude to ActiveJob and background processing. Learn how to send emails using an external mail service with Rails.
Published:
-
Sitemap Generator
Adding Search Engine Optimization to your site is easy. However, maintaining it can be difficult. This episode shows how to approach the sitemap indexing.
Published:
-
attr_encrypted
Protecting your data within your database has never been easier. With attr_encrypted, you can easily add a level of security to your application without much refactoring.
Published:
-
Florrick
This is a Rails library which integrates with Active Records and provides some awesome user-initiated string interpolations for your web apps. For example, have you ever needed to allow users to insert their own variables into e-mail templates or messages?
Published:
-
Serialized Attributes
Store multiple attributes and values using a text column. Not for everyday use, but has situations where it can save on the number of columns and/or models needed to accomplish a task.
Published:
-
ActionCable on Production
Taking a look at ActionCable and switching from Puma to Thin. On server reboot, spin up the ActionCable service.
Published:
-
Impressionist
A lightweight plugin that logs impressions per action or manually per model
Published:
-
Pow
Serve your applications on your development machine with ease. Pow allows a dev domain to your local machine for spinning up linked applications
Published: