Rails Application Templates Discussion
38
General
Hello,Im gettingCould not find "Procfile" in any of your source paths. Your current source paths are:
/Users/my_user/Documents/dev/my_app/https:/raw.githubusercontent.com/excid3/jumpstart/masterUsi...
Mpumelelo replied
Our First API Discussion
6
General
When should I use rails new my_app --api ? or it's ok to use rails new as usual even if I'm building an API
Dave Woodall. replied
Improving In-App Notifications Discussion
24
General
+1 for the ActionCable episode!
Taylor Cooney replied
Sortable Drag and Drop Discussion
29
General
Just a heads up, in your Gemfile, bootstrap 4 beta no longer uses tether for tooltips, now uses popper.js which is now a dependency of the bootstrap 4 gem
robert replied
Deploy Ubuntu 16.04 Xenial Xerus Discussion
91
General
This is not working on Xenial Xerus because there is no packages for Ubuntu 16.04 in Phusion Passenger repositores yet.
Alex Hendershott replied
Setup MacOS 10.13 High Sierra Discussion
17
General
It Works!! Thanks! High Sierra 10.13.1 (Beta)
bananakinq replied
Adding Stripe update card form, Cancel, and Resubscribe Discussion
30
General
Hello Chris! Thx for a great episode! So i noticed in this video that you updated some field on the current user to save the last 4 etc on the card. I was thinking that i could use that function to...
Neba Funwi-gabga replied
Setup Ubuntu 18.04 Bionic Beaver Discussion
18
General
nice guide... i tried it with sucess on ubuntu 18 !DISTRIB_ID=UbuntuDISTRIB_RELEASE=18.04DISTRIB_CODENAME=bionicDISTRIB_DESCRIPTION="Ubuntu Bionic Beaver (development branch)"rbenv version2.5.0 (se...
Nezir Zahirovic replied
Vue.js Components in Rails Views Discussion
27
General
Nice video. What about Vue state managment in Rails. When one Vue component mess with state of another Vue component?
leoplct replied
Setup Ubuntu 16.04 Xenial Xerus Discussion
110
General
Don't use "ssh-keygen -t rsa", use "-t dsa", much safer and not owned by NSA.... ;-)
Someone replied
Liking Posts Discussion
96
General
Learned a lot of new things through this post, thank you. Never knew how to properly write a route to a module or the proper architecture for that set up. Very useful stuff. Would have liked to s...
Someone replied
User Authentication with Devise Discussion
2
General
If like me you need to add some fields in User model. You can simply create your own registration controller and define sign_up_params and account_update_params to overload the devise controller.I ...
Setup Ubuntu 18.10 Cosmic Canimal Discussion
0
General
I've got ROR install on ubuntu in a virtual box. After getting a new PC (AMD Ryzen 5 2600) , it has virtually crawled to a snails pace on the vm.
Joe Guerra posted
Stripe Elements Javascript Discussion
15
General
Great tutorial! Seems that the new elements library is easy to use. I was wondering how would I go about implementing Stripe Elements in a e-commerce site with a React Front-End and a Rails API bac...
Shoaib Burq replied
Rails & Vue.js Trello Clone - Part 4 Discussion
10
General
I am loving this series! This is such a cool project. The combination of acts_as_list and Vue makes it seem effortless.I had one minor suggestion for the code in the cardMoved function. Rather than...
RafaelB97 replied
Global Autocomplete Search Discussion
29
General
Awesome episode Chris! Thanks!
Thomas Keller replied
Charts with Chartkick and Groupdate Discussion
4
General
I18n.t("date.month_names") Great tip
Daniel Chapman replied
API Authentication with JSON Web Tokens (JWT) and Knock Discussion
28
General
Nice tip. @Chris, you forgot push the changes on repository!
Tom Zmyslo replied
How to Migrate from Heroku to Hatchbox.io Discussion
9
General
Thanks, Chris!I'd love to see more of these. I'm using Hatch and loving it, I just don't think I'm using it to it's full potential.I think a series of setting up and configuring different features ...
Matthias Orgler replied
Keeping track with Annotate Discussion
9
General
Some time ago I had issues with the `annotate` gem - specifically with auto-annotating models after a `db:migrate` and with some PostgreSQL-specific datatypes (annotate just failed on these). So I ...
Dylan Jones replied