Articles of interest for Ruby on Rails
Displaying articles 626 - 650 of 5374 in totalArticle Sources
-
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:
-
Metaprogramming Virtual Attributes
Learn the basics of metaprogramming by creating some Rails 5 code on your own
Published:
-
Virtual Attributes And Rails 5 Attribute API
Learn how you can use virtual attributes to make forms cleaner and how the Rails 5 attribute API can save you a bunch of time
Published:
-
Integrating Braintree (and PayPal)
Learn how to accept payments with Braintree, PayPal, Venmo, and Coinbase in Rails
Published:
-
In-App Navbar Notifications
Learn how to add in-app notifications like Facebook and Twitter
Published:
-
Background Workers with ActiveJob and Sidekiq
Learn how to add background workers to your Rails app using ActiveJob and powering it with Sidekiq
Published:
-
Not RJS and Turbolinks - Part 2
A continuation from Episode 20 where we explore rendering the user's edit pages in a modal on a per request basis. Instead of rendering all modals for the users in the index, we will request them using remote javascript.
Published:
-
Admin Interfaces with Administrate
The new admin gem from Thoughtbot shows some promise for easy to customize admin interfaces in your Rails app
Published:
-
Not RJS and Turbolinks
Using Javascript responses, we can make our Rails application have a quick and responsive Single Page Application feel to it.
Published:
-
Contributing To Open Source: Fixing A Bug In Devise
See how I discovered and fixed a bug in the Devise open source project
Published:
-
Adding Stripe update card form, Cancel, and Resubscribe
Learn how to polish your Stripe subscriptions by adding update card forms, cancellation buttons, and letting users seamlessly resubscribe
Published:
-
Subscriptions with Stripe
Learn how to capture credit cards and add paid subscriptions to your Rails app
Published:
-
Deleting and Undeleting with Paranoia
When your app is using Paranoia, calling destroy on an ActiveRecord object doesn't actually destroy the database record, but just hides it.
Published:
-
Advanced Search, Autocomplete and Suggestions with ElasticSearch and the Searckick gem
Learn how to add advanced search, autocomplete, suggestions and more using Searchkick and ElasticSearch
Published:
-
Advanced Search, Autocomplete and Suggestions with ElasticSearch and the Searchkick gem
Learn how to add advanced search, autocomplete, suggestions and more using Searchkick and ElasticSearch
Published:
-
Using Bootstrap 4 Rubygem with Rails
Bootstrap 4 was just announced and you can start using it today in your Rails app
Published:
-
Dependent Form Fields
Using unobtrusive javascript, we can hide certain fields on forms based on the selected values of other fields.
Published:
-
Scheduled Cron Jobs with the Whenever Gem
Learn how to run scheduled (nightly, weekly, monthly) jobs using cron on your server with the Whenever gem
Published:
-
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: