
Authenticating Blog Admin Pages Discussion
18
General
Hi,
Is it necessary to add @blog_post behind the edit_blog_post_path in the last part of the video or can that be left out as well? <%= link_to "Edit", edit_blog_post_path if user_signed_in? %>
Chris Oliver replied

How to use Bootstrap with CSS bundling in Rails Discussion
28
General
Thanks for another great video. It's no wonder why I sometimes feel lost in the Rails ecosystem. I learned Rails using the asset pipeline, then it switched to using Webpacker which I never fully un...
Almas Asghar replied

How to install Tailwind CSS using Webpacker with Rails Discussion
28
General
Nice addition to GoRails episode list. Would love to see more TailwindCSS with Rails videos. Also thanks for plugging your laptop power in...I was starting to panic :D
Mostafa Ahangarha replied

My Development Environment Discussion
26
General
Vim tip: you can type :help [command] and vim will tell you what that command does. sometimes these descriptions can be so descriptive they're sort of confusing.the one that saved me SO MUCH time, ...
Arthur Cheek replied

Looking for Rails work? / Hiring Rails developers?
52
General
Similar to the Hacker News thread, I thought we might start up a thread for anyone looking to hire a Ruby / Rails freelancer or if you're a freelancer looking for work.
*Please lead with either SE...
Azmat Ulhaq replied

How to use Bootstrap with Webpack & Rails Discussion
50
General
Thanks for posting this and the previous video on using tailwindcss. It's helpful to see the main themes reinforced in each of the videos. One thing that I'm struggling with is what seems like a vi...
bradley replied

Global Autocomplete Search Discussion
29
General
Awesome episode Chris! Thanks!
Thomas Keller 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

There are no Phusion Passenger-served applications running whose paths begin with '/path/to/app/directory'
5
Servers
I am trying to deploy my rails 6 application on Ubuntu 18 server which has Nginx + passenger .
when I run cap production deploy
it tell me "There are no Phusion Passenger-served applications runn...
Eloi Riera Lanau replied

Is there a torrent or similar to download all episodes?
9
Site Feedback
Hello,
in the next month I will go on vacation. There is only very slow internet access and I want to use the free time to refresh my Rails knowlege. I know, I should just relax, but learning som...
Solved

Is there an RSS feed, newsletter, mastodon feed, etc. that notifies when new things come out?
5
Site Feedback
The twitter feed doesn't appear to have been updated in a while. The blog has an RSS feed, but it doesn't seem to include when new episodes come out. For me just having RSS at the "Lessons" route w...
Jonathan Nguyen replied

Is there a beginners course?
7
Rails
Hi I've searched but I cant find a beginners to rails course, am I being blind? Thanks

Will there be a Black Friday 2023 Sale?
1
General
I am just wondering if there will be a Black Friday 2023 sale on the Pro subscription.
thanks!
Chris Oliver replied

Is there any gem to transform pdf files to html?
2
Ruby
i need to convert a pdf file to html or some way to edit an existing pdf

Will there be GoRails as open source project?
1
Rails
There are a lot of cool stuff that made with love.
It'll be very usefull to learning advanced stuff from source code of GoRails

Are there more than 2 levels on "Path" section?
1
General
Are there more than 2 levels on "Path" section, which I don't see because I am not Pro member, or there are only 2 available at the moment?
cjilbert504 replied

Is there an episode on Post Production Updates?
2
General
Love the latest episodes Chris! Was wondering if you have or plan to cover soon how to do post production updates on a rails app. For me that is a scary topic and one i think lots of folks would l...
Sheryl James replied

Is there an admin like Django or Laravel's Nova
3
Rails
Newbie to Ruby / RoR - got into Django since 2 yrs and started learning Laravel - one thing I want to know before I delve into it, is if RoR provides a backend admin like Django or an external pack...
claudiastuart replied
Solved

Is there anyone who could offer advice or help with Generating a PDF Within the Program?
7
Rails
Hello, I am a college student working on a senior capstone that utilizes the use of Ruby on Rails. I am attempting to generate a PDF within the program, and I am stuck. Is there anyone who could of...