Learn Rails

  1. Start learn rails
  2. Install 
    1.  Create new project rails
      1. On window run:
        • You can help for details: rails -h
      1. Install rails with db mysql instead of defaul sqlite3 
        • rails new ProjectName -d mysql 
            
          1.  
  3. Development
  4. Install gem the first:
    1. Convert erb to slim this

Comments

Popular Posts