Added today: 0 jobs

Articles of interest for Ruby on Rails

Displaying articles 651 - 675 of 5374 in total
  • Card image cap
    Drifting Ruby

    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:

  • Card image cap
    Drifting Ruby

    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:

  • Card image cap
    Go Rails

    The State_Machine Gem

    Learn how to use the state_machine gem to keep track of objects in your Rails apps

    Published:

  • Card image cap
    Go Rails

    What Is A State Machine?

    Learn what a state machine is and how it can help you keep track of everything

    Published:

  • Card image cap
    Go Rails

    What Is A State Machine?

    Learn what a state machine is and how it can help you keep track of everything

    Published:

  • Card image cap
    Drifting Ruby

    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:

  • Card image cap
    Go Rails

    Using Purchased Themes with Rails

    Learn how to take a theme your purchased at WrapBootstrap, Themeforest, etc and build layouts for them in your Rails app

    Published:

  • Card image cap
    Drifting Ruby

    Static Pages with High Voltage

    Creating Static Pages within your Rails application is easy and configurable with High Voltage.

    Published:

  • Card image cap
    Drifting Ruby

    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:

  • Card image cap
    Drifting Ruby

    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:

  • Card image cap
    Drifting Ruby

    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:

  • Card image cap
    Drifting Ruby

    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:

  • Card image cap
    Drifting Ruby

    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:

  • Card image cap
    Drifting Ruby

    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:

  • Card image cap
    Drifting Ruby

    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:

  • Card image cap
    Drifting Ruby

    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:

  • Card image cap
    Go Rails

    Usability And Video Autoplay With Wistia

    Learn about video autoplaying with Wistia and how it improves usability

    Published:

  • Card image cap
    Go Rails

    Open Source Vlog - Writing Rspec Tests

    How do we go about writing robust tests with rspec for simple_calendar?

    Published:

  • Card image cap
    Drifting Ruby

    ActionCable on Production

    Taking a look at ActionCable and switching from Puma to Thin. On server reboot, spin up the ActionCable service.

    Published:

  • Card image cap
    Drifting Ruby

    Impressionist

    A lightweight plugin that logs impressions per action or manually per model

    Published:

  • Card image cap
    Go Rails

    Redirect To Current Page After Login

    Learn how to redirect your Rails app users to the current page after they login

    Published:

  • Card image cap
    Go Rails

    Open Source Vlog - Sorting Calendar Events

    We sort and filter calendar events for simple_calendar 2.0 in a much more friendly manner

    Published:

  • Card image cap
    Drifting Ruby

    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:

  • Card image cap
    Go Rails

    @Mentions, Autocomplete, Notifications, and Links

    Learn how to add @mentions, autocomplete, notifications, and link parsing

    Published:

  • Card image cap
    Go Rails

    Open Source Vlog - Rails Generators

    Today we're adding Rails generators as our final piece of the puzzle for Simple_Calendar 2.0

    Published: