1
Project link on Spotify API Github
How to initialize this project in Rails? normal would be "Rails server", however some files are missing from the standard Rails project and are giving error...
Description:
The 'rails new' command creates a new Rails application with a default
directory structure and configuration at the path you specify.
You can specify extra command-line arguments to be used every time
'rails new' runs in the .railsrc configuration file in your home directory.
Note that the arguments specified in the .railsrc file don't affect the
defaults values shown above in this help message.
Example: Rails new ~/Code/Ruby/weblog
This generates a skeletal Rails installation in ~/Code/Ruby/weblog.
This is a Gem. A Rails library for you to use in your own project. It’s not a project for you to boot
– Wilker
Thank you so much, now it all makes sense kkk.
– Misaee 21
Only one correction, as I wrote in the reply. This Gem is for ruby, but can be used with Rails
– Wilker