Search Results for "what-is-the-future-of-ruby-on-rails"
Lessons
Forum Threads

Live Stream Video w/ Rails
4
Tips
Hey Chris could you do a video on live streaming video with ActionCable or integrating it with an gem? Thanks!
Fabrizio Bertoglio replied

Migrate away from Mandrill?
14
Gems / Libraries
You have a screencast where you [describe how to incorporate Mandrill into your Rails application](https://gorails.com/episodes/sending-emails-with-mandrill?autoplay=1), and because of that I've us...
Melanie replied

How did you become good at back end development / Ruby on Rails?
7
Rails
My introduction to Ruby on Rails was a "complete course" on Udemy and reading Michael Hartl's book. A year's worth of dedicated practice later, I'm still struggling with my skills and understandin...
Alan Reid replied
Solved

Setup MacOS 10.10 Yosemite Discussion
141
General
When I try to install Homebrew, I get:csu:~$ ruby -e "$(curl -fsSL https://raw.github.com/Home..."dyld: Library not loaded: /usr/local/lib/libgmp.10.dylib Referenced from: /Users/christophersu/.rv...
Someone replied

Group Chat with ActionCable: Part 1 Discussion
35
General
Great tutorial. Can't wait to see Part 2.
Moi_link replied

Using Vagrant for Rails Development Discussion
159
General
Trying to install the librarian-chef plugin first produces an error about not being able to find the vmware-workstation plugin (or rather gem). Installing the vbguest plugin first fixed the issue.
Bob Bannister replied

Should I switch to RoR from Laravel?
5
General
Hello there,
I'm a web developer and using Laravel for day-to-day life.
It's been around 5 years of developing with Laravel. But I feel neither comfortable nor confident using Laravel.
And I feel ...
hennybell227 replied
Solved

Blog Posts with File Uploads using ActiveStorage & Amazon S3 Discussion
25
General
How did you get to the Policy section on AWS?
D john replied

Pair Programming on Rails Scopes Discussion
9
General
This sort of tutorial is really so helpful. It would have been more nice if we could watch how to change default week days and starting week day in rails.
Alisha Taylor replied

[HATCH] Some questions :)
1
Rails
Hey there,
i have a few questions rg. your new product Hatch.
1. is there a Heroku-like way to insert a SSL cert or do we need to do that manually?
2. What permissions are we granting so you can ...
Chris Oliver replied

Few Big Models or Many Smaller Namspaced models?
6
Rails
Anyone able to give suggestions on model design? I'm building an app to help small businesses get more reviews across the web. Concept is simple, user registers a business, and their businesses loc...
Rich Smith replied
Solved

Setup Ubuntu 14.04 Trusty Tahr Discussion
237
General
thnx
Someone replied

Handle schema changes and data changes using migrations?
1
Databases
ashley [2:18 PM]
What are different strategies folks use for handling _schema changes_ and _data changes_ and using *migrations*? *Once you have a production system running but need to do schema ...
Tabish Iqbal replied

Deploy Ubuntu 14.04 Trusty Tahr Discussion
371
General
The following commands should be slightly modified:cap install STAGES=productioncap production deployI believe it should be the following:bundle exec cap install STAGES=productionbundle exec cap pr...
paul lahana replied

Devise with multiple User Models with single login form
11
Gems / Libraries
Hi im trying to have 3 type of devise users but one to have a single login. I need to find a way to make the routes to go to a site/login for all 3 of then.
Im not using the 1 User model with 3 typ...
Roman Storm replied
Solved

Nginx.conf failed
7
Servers
I followed line by line in [this tutorial](https://gorails.com/deploy/ubuntu/14.04)to setup my own production server.
After Nginx is installed and up and running, I followed the instruction to mod...
Chris Oliver replied

Using React
19
Rails
I'm trying to learn how to use react in my rails 5 app.
I've just finished following Kenny Hibino's you tube series for his medium clone. He used react-rails gem, but then realised he wanted to u...
Rio replied
Solved

Refactoring Controller Methods Discussion
26
General
I'm still downloading this episode right now, but I want to answer your question in your email 'Should we do more refactoring and talking about how to write clean code in the future?'. And my answe...
Tito Brahmanto replied

Stimulus JS Framework Introduction Discussion
27
General
I'm literally figuring out StimulusJS right now on an app, and I was hoping you would do a screencast on it soon and save me some time! Awesome timing :)
joelGarcia93 replied

Setup Windows 10 Discussion
236
General
Hi,I got all the way through this so thanks for the walk through! I run "rails server -b 0.0.0.0" and the server boots fine but when I go to localhost:3000 in the browser, the browser icon spins bu...