Search Results for "check-remove-old-ruby-rails-version"
Lessons
Forum Threads
Setup MacOS 10.9 Mavericks Discussion
if someone has errors with db:rake not working, here is the solution:http://stackoverflow.com/qu...

86
General
Setup MacOS 10.11 El Capitan Discussion
all steps followed till the creation of SSH key. I put your command into Terminal, but nothing happens:cat ~/.ssh/id_rsa.pub

101
General
Problem with upgrading to Rails 4.2.2
Haha! I was reading the title and was like hmm, I don't think I've upgraded to Rails 4.2.2 yet either. ;)

10
Rails
Liking Posts Discussion
Hey! I really appreciate all these screencasts, happily pro user. For this I'm getting an "undefined method 'likes'" on the user model so i'm a little stuck. Any ideas why?Cheers! :)

97
General
Using Vagrant for Rails Development Discussion
I too have battled with this for ages, using vagrant et al on Ubuntu 17.10. Kept getting the "too many children" error. I discovered that many thought the problem was with "archive-tar-minitar" gem...

160
General
Setup Ubuntu 14.04 Trusty Tahr Discussion
Thank you, it helped me a lot...

238
General
Setup MacOS 10.10 Yosemite Discussion
As a sysadmin... I sometimes wondered if you guys had been drinking.

142
General
Rails for Beginners Part 24: OmniAuth 2.0 URLs Discussion
Disabling Turbo is the right solution for any oauth links that redirect externally.

47
General
Setup Ruby On Rails on Ubuntu 15.10 Wily Werewolf
update actuallytnx, for correcting methe one that fetches the repos or sort of

35
General
Sortable Drag and Drop Discussion
This worked for me: https://stackoverflow.com/a/58580434/6430382
Start with removing jquery-ui:
```
yarn remove jquery-ui
```

30
General
Setup Ubuntu 13.10 Saucy Salamander Discussion
Thank you!Great Job

97
General
Recurring events with the ice_cube gem Discussion
Hi Chris.
This is an old episode and an old discussion. But it's still relevant, I watched it and used it in my Rails 7 project. But what I want to add to the Set Schedule dialog are the 'until' a...

48
General
Deploy Ubuntu 14.04 Trusty Tahr Discussion
Hey there !
I'm trying to deploy on a private server following this tutorial with a rails 5.2 app and somehow when I cap production destroy, i get an error saying
01 SassC::SyntaxErro...

372
General
Setup Ubuntu 16.04 Xenial Xerus Discussion
Icing on the cake:echo 'gem: --no-rdoc --no-ri' >> ~/.gemrcgem install pry && echo 'alias irb=pry' >> ~/.bashrc

111
General
Deploy Ubuntu 12.04 Precise Pangolin Discussion
It was a permissions issue. Everything was set to nogroup somehow.

105
General
Multitenancy with the Apartment gem Discussion
its possible to use this gem without subdomain. So every tenant will have same domain but inside the logic there is scheme segregation ?

80
General
API Authentication with an OAuth Provider Discussion
I am not sure what i am doing wrong but i keep hitting
```
Started GET "/oauth/applications" for 127.0.0.1 at 2018-09-13 14:37:44 +1000
Processing by Doorkeeper::ApplicationsController#index ...

42
General