Friday, November 29, 2013

Day 54

Been working a lot today with Ruby on Rails (Rails) and the command line. Some of the things it can do is somewhat "magical." <- I am pretty sure it even says that in the documentation. Instead of typing everything out on the text editor or in the database, you just directly input things with the rails console. This makes things a lot faster. Also, Rails uses "gems" or plugins that have commands already done for you, so it is a lot more efficient.

Here are some of the tables I created in the database using SQLite and the command line.

So, this is how the database looks on the command line if you don't use the 'hirb' gem. This gem formats the db tables really nice and makes it easy to read (below).




- Kyle

No comments:

Post a Comment