Search Results for "ruby-on-rails-or-node-js-who-is-the-leader-of-2017"

Lessons





















Forum Threads

Setup Ubuntu 14.04 Trusty Tahr Discussion

237
General
thnx
Someone 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

Setup Ruby On Rails on Ubuntu 15.10 Wily Werewolf

34
General
Thanks for this amazing tutorial! you just described every step!
Someone 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...

Setup Ubuntu 13.10 Saucy Salamander Discussion

96
General
I believe in the line "sudo apt-get install postgresql-common -t raring," raring should actually be saucy. Also in the line "rails new myapp -d postgres," postgres should be postgresql.
Someone replied

rbenv: bundle: command not found

15
Servers
I'm trying to deploy my Rails app on my Digital Oceans VPS but I'm running into a error: Running `cap production deploy` ends up with this error: INFO[7cd03924] Running ~/.rbenv/bin/rbenv exec b...
shakycode 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

Install Bootstrap with Webpack with Rails 6 Beta

13
Javascript
For those of you who are going to give Rails 6 Beta a test run here is how I have installed Bootstrap 4.3.1 and configured with Webpack **Step 1:** `yarn add bootstrap@4.3.1 jquery popper.js` **S...
Solved

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

How to use Hotwire in Rails Discussion

86
General
Can you please provide the repository for this also?
D john replied

Ruby & Rails Courses

5
General
Hello, is this GoRails offer any complete Video course for Ruby On Rails? I am totally newbie in ROR world so I would love to start from Stratch. Thanks & Regards Nafiul
akshaytolwani123 replied

Is it possible to incorporate React + Redux into existing Rails application?

11
Javascript
I have been working on creating a Medium clone to learn Ruby on Rails. It started out as just a plain Rails app but as the app evolved I started using React in the front end (using react-rails gem)...
Aaron replied

Rails 7 and postgres 15

9
Databases
I've got Postgres15 installed via Homebrew, and it's running. When I build a new Rails 7 app with: "rails new testapppg -d postgres" I can't get it to install pg (1.4.6) I see errors like "Unable ...
Randy Medina replied

creating new rails app error

10
General
Hi i am creating new app with command rails new myapp then i am getting this error but unable to find how to resolve this i tried installing tzinfo, tzinfo-data and updating bundle but still proble...
formalexclusive replied

How to resolve the master.key problem with a Rails 5.2 dockerized project, using Gitlab CI ?

3
General
Hi everyone, First, a great thank you for this platform: I learned a lot here! I'm trying to deploy a dockerized Rails 5.2 application, using Gitlab CI/CD... First steps were going fine, but when...
Chris Oliver replied

Ruby issue when doing cap deploy production

68
General
Hi, I'm following the Deploy Rails guide. However, when I run cap production deploy I'm getting this error message: $cap production deploy DEBUG[be6b6bd6] Running /usr/bin/env [ -d ...
Paulo Sousa replied

Setup Ubuntu 17.04 Zesty Zapus Discussion

16
General
FYI installed Rails 4.2.8 with ruby 2.4.1 and Postgres 9.6 on Zesty Zapus beta2 without any problem following the guide and updating just some packages. ;) Thanks Chris!
Gregg Horton replied

Setup Ubuntu 15.04 Vivid Vervet Discussion

38
General
Worked like a charm testing out on 15.04 with the exception I had to change the repository back to utopic for nodejs and had to add the gpg key for rvm.. great article.. thanks
Someone 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

How to install Tailwind CSS using Webpacker with Rails Discussion

28
General
Nice addition to GoRails episode list. Would love to see more TailwindCSS with Rails videos. Also thanks for plugging your laptop power in...I was starting to panic :D
Mostafa Ahangarha replied