Hello everyone!
This is a WIP for a Travel Organizer, called the Travel Journal!
To run the server just hit: rails s
.
(In the future, add the production uri)
Tutorial in : richonrails.com/articles/google-authentication-in-ruby-on-rails
Enter sqlite3 db/development.sqlite3
in project’s root
Add the following commands to see better:
.headers on .mode column
-
To see all the columns from a table:
.schema events