Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Activity for Gate_sprit‭

Type On... Excerpt Status Date
Comment Post #283870 => Booting Puma => Rails 5.2.6 application starting in development => Run `rails server -h` for more startup options Puma starting in single mode... * Version 4.3.8 (ruby 2.6.6-p146), codename: Mysterious Traveller * Min threads: 0, max threads: 16 * Environment: development * Listening on tcp...
(more)
over 2 years ago
Comment Post #283870 I change localhost:3000 to bimberspot.com
(more)
over 2 years ago
Comment Post #283870 after 'rails s' nothing
(more)
over 2 years ago
Comment Post #283870 I change my password to admin, nothing works. then change IP address on config/database.yml to 'localhost' work, I'm stuck at creating Community.create(name: 'Dev Community', host: 'localhost:3000') host is my domain name or my IP ?
(more)
over 2 years ago
Comment Post #283870 I change it, nothing work
(more)
over 2 years ago
Comment Post #283870 I found some useful links, I can't understand anything ! https://github.com/brianmario/mysql2/issues/1072 can you help me to fix authentication issue. I'm using my local server password, showing 'root'@ ' localhost'?
(more)
over 2 years ago
Comment Post #283870 Mysql2::Error: Access denied for user 'root'@'localhost' /usr/share/rvm/gems/ruby-2.6.6/gems/mysql2-0.5.3/lib/mysql2/client.rb:90:in `connect' I search, found https://stackoverflow.com/questions/24009416/i-cant-run-bundle-update-because-of-mysql2-gem https://stackoverflow.com/questions/2672756/e...
(more)
over 2 years ago
Comment Post #283870 nothing change ! I try everthing.
(more)
over 2 years ago
Comment Post #283881 (base) root@bimberspot:~/qpixel# gem install mysql2 Building native extensions. This could take a while... Successfully installed mysql2-0.5.3 Parsing documentation for mysql2-0.5.3 Done installing documentation for mysql2 after 0 seconds 1 gem installed ???
(more)
over 2 years ago
Comment Post #283870 I'm stuck at:https://github.com/codidact/qpixel/blob/develop/config/database.sample.yml my domain name is bimberspot.com CREATE USER qpixel@localhost IDENTIFIED BY 'choose_a_password_here'; GRANT ALL ON qpixel_dev.* TO qpixel@localhost; GRANT ALL ON qpixel_test.* TO qpixel@localhost; GRANT ALL O...
(more)
over 2 years ago
Comment Post #283848 now, I try ' rails db:create' , 'Access denied for user 'root@bimberspot'@'localhost' (using password: YES)'
(more)
over 2 years ago
Comment Post #283850 I try to launch rails db:create , I get connection errors I want to install webapp on Http://bimberspot.com not localhost !
(more)
over 2 years ago