Search Results for "check-remove-old-ruby-rails-version"

Lessons










Forum Threads

Setup MacOS 10.9 Mavericks Discussion

85
General
Works like a fucking charm!
Someone replied

Setup MacOS 10.11 El Capitan Discussion

100
General
Stop confusing people, there is a big problems with homebrew and El Capitan
Someone replied

Problem with upgrading to Rails 4.2.2

9
Rails
Hi all, Hope that someone here can help. I just got an old mac back and bumped it up to OSX 10.10.3 (was on snow leopard). Did a whole reinstall for homebrew, rbenv (was rvm), ruby (2.2.2), rails...
Chris Oliver replied
Solved

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

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

Setup Ubuntu 14.04 Trusty Tahr Discussion

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

Rails for Beginners Part 24: OmniAuth 2.0 URLs Discussion

53
General
I get an error `No route matches [GET] "/auth/twitter"` -- feels like some rails magic I missed :/
Philipp S. 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

How to use Hotwire in Rails Discussion

86
General
Can you please provide the repository for this also?
D john 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

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

Recurring events with the ice_cube gem Discussion

47
General
On my app I use a Event and a EventTrans model so for each time a event occurs we can have a record with info and other stuff. So for the Calendar we display the First event with the recurrent on t...

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

Deploy Ubuntu 12.04 Precise Pangolin Discussion

104
General
Great tutorial!Just one thing, the Gemfile it's wrong, it's pointing to the wrong repository of each capistrano implementation. This should work:gem 'capistrano', '~> 3.0.0'gem 'capistrano-bundl...
Someone replied

Multitenancy with the Apartment gem Discussion

80
General
Hi, Chris video is not loading!
Prajjwal Gupta replied

API Authentication with an OAuth Provider Discussion

41
General
Awesome! Can't wait to see the next videos!
Jeremy Bray replied

Refactoring Your jQuery Code with Objects in Coffeescript Discussion

18
General
Thanks for this episode! I was recently working on a Rails project and saw much the same setup in their JS, didn't really grasp it at a high level. I could see it was organized more than the JS I w...
Fabrizio Bertoglio replied