Search Results for "error-running-rails-with-ruby-2-4-0"
Lessons
Forum Threads
An other deployment question
Came across the same issue last night but i was deploying using dokku. I had previously deployed on another app following what Chris had wrote about and it worked well.
I suspect that the issue ...

2
Servers
Rails Application Templates Discussion
Hi Chris please help
when installing jumpstart it pause on bellow generator
rails generate devise:views:bootstrapped
Please help!!!!

39
General
Help please! Error starting Rails server
Hey guys. I am new to Rails. I have installed Rails 5.2.3. I have Ruby 2.6.3. Both are confirmed to be operational when running the --version command.
I have tried to create a new rails app call...

1
Rails
How do I get past rails server error
```
cannot load such file -- sqlite3/sqlite3_native (LoadError)
```
This seems to be your best bet. Did you have sqlite installed?

2
General
How to install Tailwind CSS using Webpacker with Rails Discussion
In 2022 and we have Rails 7 and Tailwindcss 3. This tutorial needs an update.

29
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
How to install TailwindCSS 1.0 with Rails 6 Discussion
Does anybody knows how to fix this error in Rails 6.0.3 and TailwindCSS 2.0?
`
ERROR in ./app/javascript/stylesheets/application.scss (./node_modules/css-loader/dist/cjs.js??ref--7-1!./node_modules...

16
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
Deployment Question
Yeah. So there were several errors, some app-specific that others wouldn't have to deal with, but here's the one that probably matters:
```ruby
gem 'capistrano', '~> 3.1.0' -> gem 'capist...

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

142
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
Setup Ubuntu 14.04 Trusty Tahr Discussion
Thank you, it helped me a lot...

238
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
Can't connect to rails server
Yes. Ill try this and start again. Thank you so much for the help!

12
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
Setup Ubuntu 17.04 Zesty Zapus Discussion
Did you run:sudo -u postgres createuser $USER -s

17
General