Skip to content

GoRails Ideas

419 results found

  1. Show run time on the episode list

    It would be quite useful to see the total run time on the episode list

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. Security with Rack::Attack

    Security with Rack::Attack

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. Creating A Dashboard

    I'd like to learn how to build a dashboard. Take the pinteresting app from OneMonth for example. I'd like to build a custom dashboard in bootstrap that shows the number of pins created, total number of users, new users, ect..

    11 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. admin

    Create and Admin panel from scratch

    Create admin panel using the best gem for it

    14 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. 63 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. Enable authentication through LDAP

    A video on how to setup up authentication in a Rails app through LDAP (Lightweight Directory Access Protocol)

    7 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Wizard Forms (wicked gem?)

    Wizard Forms (wicked gem?)

    11 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. Testing (TDD/BDD) with RSpec or Alternatives

    I think a few videos to go over how to properly to TDD using Rspec or some other spec would be very helpful.

    29 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. TDD with rspec and capybara

    TDD with capybara and rspec

    8 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. A series on using StimulusJS

    Deep dive into StimulusJS

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. Yandex.Kassa Integration

    yandex.kassa integration

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. Search nested records via ElasticSearch

    How to get started with searching nested records via ElasticSearch

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. Integrating Rails 5.2+ and Elm

    Integrating Elm 0.18 and Rails 5.2 and functional frontend programming.

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. 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 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?

GoRails Ideas

Categories

Feedback and Knowledge Base