Build a Resume Website With Ruby on Rails

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ธ.ค. 2024

ความคิดเห็น • 27

  • @_eknock
    @_eknock 5 ปีที่แล้ว +3

    Nice introductory video to the basics of having a rails app set up.

  • @shivansagarwal4918
    @shivansagarwal4918 2 ปีที่แล้ว

    please provide that html and css cose file

  • @ilyababcenco6864
    @ilyababcenco6864 3 ปีที่แล้ว

    hey, the link to the template is not working, I got "Your PHP installation appears to be missing the MySQL extension which is required by WordPress."

    • @Codemycom
      @Codemycom  3 ปีที่แล้ว +1

      You can use the principles in this video to use any template you want

  • @srisaivenkatasubbarao2191
    @srisaivenkatasubbarao2191 5 ปีที่แล้ว

    Sir server is not opening for me

  • @henrypham1684
    @henrypham1684 4 ปีที่แล้ว

    when i enter rails new resume i get " can't find gem railties" what should i do?

    • @Codemycom
      @Codemycom  4 ปีที่แล้ว

      Are you using different versions than I am?

    • @henrypham1684
      @henrypham1684 4 ปีที่แล้ว

      @@Codemycom I was able to fix the previous question, but now I have another problem saying "could not find gem 'sqlite3 ( 1.4) x64-mingw32' in any of the gem sources listed in your gemfile", what are the steps that I need to do?

  • @umpha
    @umpha 5 ปีที่แล้ว +1

    your very helpful thank you

    • @Codemycom
      @Codemycom  5 ปีที่แล้ว

      Happy to help!

  • @user-xq3zj8gz6o
    @user-xq3zj8gz6o 4 ปีที่แล้ว

    hey im getting the following error :
    ActionView::Template::Error (undefined local variable or method `welcome_here_path' for
    #
    Did you mean? welcome_index_path):
    1: Welcome to this website
    2: check it out
    3:
    4:
    5:
    pretty much followed you to the letter up to this point except I'm using ruby mine

    • @user-xq3zj8gz6o
      @user-xq3zj8gz6o 4 ปีที่แล้ว

      Got this error when first running rails s

    • @user-xq3zj8gz6o
      @user-xq3zj8gz6o 4 ปีที่แล้ว

      Actually nvm, I went ahead with the tutorial and when I got to the routes page, I noticed that I had gets in my roots for each of those. I deleted them and made my routes path to reflect yours, and I was back on track

  • @originaldoctor5231
    @originaldoctor5231 3 ปีที่แล้ว

    hello heisenberg i thought u got a lot of money from breaking bad, are you bored?
    Nvm just joking :D nice vid

  • @asolab
    @asolab 2 ปีที่แล้ว

    HI John

  • @MRSBchannel
    @MRSBchannel 4 ปีที่แล้ว

    I followed this tutorial and the code as well as the installation but when installing the sqlite3 bundle it doesn't work. i google the answer but couldn't find the right one.
    here is the error i got from my terminal An error occurred while installing sqlite3 (1.4.2), and Bundle cannot continue.
    Make sure that `gem install sqlite3 -v '1.4.2' --source 'rubygems.org/'`
    succeeds before bundling. I hope you vcan help me with this.
    btw, i purchased your online class and I'm lovin it.

    • @Codemycom
      @Codemycom  4 ปีที่แล้ว

      Did you watch the next video? I believe it tells you how to solve that error.

    • @MRSBchannel
      @MRSBchannel 4 ปีที่แล้ว

      Codemy.com which video are you referring to?

    • @MRSBchannel
      @MRSBchannel 4 ปีที่แล้ว

      I followed the “ How to install Ruby on Rails “ tutorial as well. Followed all the instructions.