GoRails Ideas
-
deploy
I can't run cap install STAGES=production, it read command not found: cap
1 vote -
A screencast with advance ruby concepts
how to set up canvas lms using hatchbox.
1 vote -
Design patterns in Ruby
Design patterns in Ruby with real world examples, will be a great topic. Also JRuby apps and deployment with Docker will be amazing.
1 vote -
Advanced web scrapping
It would be awesome to have a series on web scraping, especially complex tasks like pulling data from behind password layers or with background jobs to update or sync data. For example adding employee data to a payroll provider or pulling bank transactions.
1 vote -
Customer chat app
Customer chat app
1 vote -
Show run time on the episode list
It would be quite useful to see the total run time on the episode list
2 votes -
Wizard Forms (wicked gem?)
Wizard Forms (wicked gem?)
11 votes -
Scaling an app from 10 - 1,000,000 users
How to scale an app and prepare it for scaling from 100 users to 1000 to 10,000 all the way up to 1,000,000 without downtime; without crashes; without slowing down.
2 votes -
Adanced Uses of Devise Gem
Cool things you can do with devise, like requiring admin authorization prior to activating account, requiring a complex password, setting up two-factor authentication, etc.
1 vote -
A series on using StimulusJS
Deep dive into StimulusJS
1 vote -
Yandex.Kassa Integration
yandex.kassa integration
1 vote -
Search nested records via ElasticSearch
How to get started with searching nested records via ElasticSearch
1 vote -
Integrating Rails 5.2+ and Elm
Integrating Elm 0.18 and Rails 5.2 and functional frontend programming.
4 votes -
Use Amazon SES to send and parse email
Chris, I would love to see an episode on using Amazon's Simple Email Service (SES). I'm building an app that can send mass emails (10,000+ at once), and using SendGrid or other services gets expensive, especially since they have hard limits for each plan.
Amazon's SES has a pay-as-you-go setup, which is significantly cheaper, but I would have to convert to SES instead of SendGrid.
I would really like to see an episode similar to parsing inbound emails (https://gorails.com/episodes/inbound-email-with-rails) but focused on Amazon SES as a much more affordable and scalable solution.
Awesome job as always on your…
1 voteHey Dan, Griddler already supports SES, so there should be very little difference from the current screencast on parsing emails. https://github.com/85x14/griddler-ses
-
Aliasing DB fields using source, class_name et al.
I would love to see a video on using aliases to rename model properties the way they are most explicit to us exploiting the class_name and source logic.
1 vote -
Aliasing DB fields using source, class_name et al.
I would love to see a video on using aliases to rename model properties the way they are most explicit to us exploiting the class_name and source logic.
1 vote -
Advanced search query builder
Build your own search query builder. Something similar to the advanced demo of Ransack http://ransack-demo.herokuapp.com/users/advanced_search
10 votes -
Rollbar deploy and sourcemap integration with Hatchbox
It would be nice if Hatchbox could automatically push deploy information to Rollbar. It would also be nice if it could push sourcemaps after deploy but that might be more complicated.
3 votesYou can add this line to your deploy script to push deploy info to Rollbar: https://docs.rollbar.com/docs/bash
Depending on what you want to do with sourcemaps, you can also add them into the end of your deploy script as well.
-
Comment replies
Could you make a tutorial on how to create comment replies (nested comments)? There isn't a good tutorial online that I can find.
1 vote -
Rails and PWA
how to make a rails web app into a progressive web app
1 vote
- Don't see your idea?