GoRails Ideas
-
TDD with rspec and capybara
TDD with capybara and rspec
8 votes -
Adding tags with acts_as_taggable_on
I would like to see some episode about how to add tags to Rails apps, something like 382 episode of Railscasts but updated for 2014.
14 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 -
Rails with react
An app built using Rails and react
1 vote -
Adding OVH and CentOS
Hey, thanks for this great service! Would be great if you supported OVH, because they have such great prices. Also, I would have loved to be able to choose CentOS as the OS in place of Ubuntu. Somehow I much prefer it to the latter... I feel CentOS is more stable and secure, maybe I'm mistaken but that's my personal preference. Hopefully you will support this OS in the future.
1 vote -
Deploy to AWS (elastic beanstalk)
Deploy to AWS (elastic beanstalk)
1 vote -
Add granular firewalling
Ability to block traffic by geolocation, IP address/subnet and regex would be awesome. Something similar to Amazons WAF
1 vote -
dropzone
graphql
1 vote
- Don't see your idea?