Skip to content

GoRails Ideas

419 results found

  1. Run Tests on Browserstack

    Setup RSpec & Capybara testing across browsers on Browserstack

    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)
  2. Angular with Rails 5.1

    A video on the best way to use Angular (4 or newer) with Rails 5.1 and Yarn etc.

    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. Ember-Cli-Rails gem, keep your frontend in your rails project

    Further expand the ember series with Ember Cli Gem for rails to keep projects in one repo:
    https://github.com/thoughtbot/ember-cli-rails

    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)
  4. Scaling Techniques

    Scaling Techniques Rails Apps and Multi-tenant Rails Apps

    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)
  5. video live streaming

    video live streaming

    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)
  6. 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)
  7. 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)
  8. Notifications when app finishes deploying

    Would be great if I can get notifications of when a new deploy was finished.

    Thanks!

    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)
  9. Deploy for every github pull request

    Hi there!

    It would be great if deploy was automatically created for each github pull request, like as Heroku's Asset Pipeline.

    Thanks!

    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)
  10. Multiple API keys for single service

    managing multiple API keys from single service. For example - how to manage few API keys from Slack apps created and installed for a single Slack team?

    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)
  11. Create swap file during provisioning

    Hi Chris!

    Sometimes it is necessary to add more swap space after installation.

    Reference: https://www.digitalocean.com/community/tutorials/how-to-add-swap-on-ubuntu-14-04

    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)
  12. commerce site from scratch

    full working commerce site from scratch.
    kind of benchmark / reference project to give people a glimpse of real / production grade project

    it is bringing all the skill together such as:
    - Route Modelling (nested route)
    - Active Admin
    - Payment Gateway with Stripe
    - Send Mail (email verification, reset password)
    - Test Driven Development
    - Models (associations)

    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. Managing dotfiles

    Best way to manage your dotfiles

    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. Missing step - RVM Install

    The following command is missing in your tutorial:
    echo "source $HOME/.rvm/scripts/rvm" >> ~/.bash_profile
    Without this command, RVM wont be global, and wont work on other terminal session.

    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)
  15. Asynchronous programming in Rails

    An introduction to asynchronous programming in Ruby/Rails. For example, if in an action method I want to contact two separate APIs and then use the results of both of those to serve up a response, it would save time to be able to have both the APIs send out requests at the same time without waiting for each other. Or, if I wanted to log information about requests without a response waiting for the log to finish first.

    I've encountered a multitude of libraries for asynchronous Ruby programming, so some guidance on which ones you recommend for certain use cases…

    44 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)
  16. Vote or Subcategories

    Vote Posts System, like rating stars
    or how to understand the model good enough to create subcategories

    4 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)
  17. Multi Accounts

    Multi bitbucket and digitali ocean accounta

    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)
  18. build e-commerce from scratch series

    Yo Chris!! Whatsup ?

    An idea from a need, would you mind creating series of building an e-commerce site from scratch ? incorporating the following topic:
    - File Upload
    - Order form (user select a product, select a variant, select the quantity)
    - Cart system
    - Using front-end system Angular 2 is preferred but hence there is already an Ember series, ember should be okay
    - Invoice system / sales report
    - Order receipt

    :D

    26 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)
  19. RailsAPI and Swift

    Connecting a Rails 5.1 API with Swift iOS

    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)
  20. Pub/Sub with message_bus (made by Discourse for use in production)

    This is a gem made by Discourse guys (https://github.com/SamSaffron/message_bus) that is supposed & used in production. Rather than using Faye, they thought this is a better solution for these reasons https://samsaffron.com/archive/2015/12/29/websockets-caution-required (got popular some time ago on HackerNews). Please make an episode on this, I think it would benefit a lot of your subscribers.

    6 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)
1 2 8 10 12 20 21
  • Don't see your idea?

GoRails Ideas

Categories

Feedback and Knowledge Base