HTML Learning Path - Text Elements Discussion
1
General
Hello Collin,
I want to ask what VSCode theme did you use in this lesson ?
I find it very nice!
Realtime Group Chat with Rails [Revised] - Part 2 Discussion
9
General
Nice video Chris.
I did something similar on a project a while ago but not with the elegant stimulus js solution.
Something that I am wondering about Websockets. In terms of edges cases or pitf...
Fixt Dev replied
Realtime Group Chat with Rails [Revised] - Part 1 Discussion
7
General
Hi, does the revised version is build from scratch ?
I noticed it seems like from the start of the video, you have created the project and created some models.
Can I know which episodes should I wa...
Fixt Dev replied
Rails for Beginners Part 14: Handling Sign Up Errors Discussion
39
General
Love these Chris, noting some new tricks along the way. Plus your always positive demeanour makes this so enjoyable to go through.
Michael replied
HyperNav, an advanced and interactive CSS only navigation menu framework
3
General
I've came across requirements that no JavaScript may be used on a website, which made developing certain navigation menus hard.
To this end I decided to create a CSS framework, HyperNav, which aim...
EthanElijah replied
Freelance advice
3
General
Hello 👋
I got into freelance recently, I thought I'd reach out to the veteran freelancers in the community to seek advice, things I'm curious about, are:
* What is(are) the most important step(...
Alan Reid replied
I am receiving this error "BlogPostsController#index is missing a template for request formats: text/html"
3
Rails
What I need help with is this - my file path seems correct, however, my views/layouts are not separate. My file path is: app> views> layouts> blog_posts> index.html.erb
What I am wond...
Roman Vetter replied
Enhancing the Rails Scaffold Generator with hook_for` Discussion
0
General
Very helpful and cool ,thanks
Gary Leydon posted
Setup Windows 10 Discussion
0
General
Uploading a PDF file directly into Sharefile via their API
4
Rails
I need to upload multiple large PDF files directly into a ShareFile Folder (https://api.sharefile.com/samples/ruby). Right now I am reading and saving the file data as binary data in a model and th...
Mario Joseph replied
Configure Redis Session Store
0
Rails
Seems pretty straight forward however, I am getting an invalid authenticity token error upon form post with my app.
Here's what I have set in config/environments/development.rb:
```
config.sessi...
Derek Dyer replied
Solved
gem 'devise' error
1
Rails
Hi All
When try to run "bundle install" after add
gem 'devise', '~> 4.8', '>= 4.8.1' in Gemfile will shown below error
"An error occurred while installing bcrypt (3.1.18), and Bundler c...
Robert Ault replied
What is the difference between Python and Ruby
9
General
Just the above
Encountering an error when installing rails application into the project
0
Rails
Hi,
So recently I cloned a repo from Azure DevOps into Visual Studio 2022 and proceeded to install a rails application into the project, but encountered an error even though a ‘development’ branch...
Asim Mehmood Khan posted
Developer wanted
1
Rails
Looking for a developer:
- Ruby on Rails
- Shopify App Experience
robert replied
ActionController Modules in Rails Discussion
0
General
simple_discussion gem vs. discourse for lightweight forum
3
Gems / Libraries
Just checked out the simple_discussion gem (extracted from the GoRails forum here). It looks like exactly what I need for a small forum project.
I'm wondering if anyone else has used the gem in p...
Chris Oliver replied
Solved
Rails Lazy Load Hooks Cheatsheet Discussion
0
General
SSH issue while deploying Rails application using Capistrano
2
Rails
I've been trying to deploy the rail application on Digitalocean droplet (ubuntu 22.04) using the following two tutorials
https://www.youtube.com/watch?v=xpYpaRUFzTI&t=945s&ab_channel=Deanin...
Vaishnav Deore replied
Transcribing Videos with Whisper & Ruby Discussion
0
General