blog.federicomaffei.com

current level - articles for beginners

Day 32.

federicomaffei=# \c bookmark_manager_development 
You are now connected to database "bookmark_manager_development" as user "federicomaffei".
bookmark_manager_development=# select * from users;
 id |           email           |                       password_digest                        | password_token | password_token_time 
----+---------------------------+--------------------------------------------------------------+----------------+---------------------
  6 | federico.maffei@gmail.com | $2a$10$pywCClfPGCgsAjnjsxkV.uhHWPal1VIJn5soHIhR1nHp1Zm5rc9uO |                | 
(1 row)

Read more...

Day 31.

-----> Ruby app detected
-----> Compiling Ruby/Rack
-----> Using Ruby version: ruby-2.0.0
-----> Installing dependencies using 1.6.3
       Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
       Using addressable 2.3.6
       Using mini_portile 0.6.0
       Using rack 1.5.2
       Using fastercsv 1.5.5
       Using json 1.8.1
       Using json_pure 1.8.1
       Using multi_json 1.10.1
       Using stringex 1.5.1
       Using bcrypt 3.1.7
       Using mime-types 2.3
       Using uuidtools 2.1.4
       Using database_cleaner 1.3.0
       Using tilt 1.4.1
       Using bundler 1.6.3
       Using dm-core 1.2.1
       Using data_objects 0.10.14
       Using launchy 2.4.2
       Using nokogiri 1.6.2.1
       Using rack-test 0.6.2
       Using rack-flash3 1.0.5
       Using rack-protection 1.5.3
       Using bcrypt-ruby 3.1.5
       Using dm-constraints 1.2.0
       Using dm-aggregates 1.2.0
       Using dm-migrations 1.2.0
       Using dm-serializer 1.2.2
       Using dm-timestamps 1.2.0
       Using dm-transactions 1.2.0
       Using dm-validations 1.2.0
       Using do_postgres 0.10.14
       Using dm-do-adapter 1.2.0
       Using xpath 2.0.0
       Using sinatra 1.4.5
       Using dm-types 1.2.2
       Using capybara 2.3.0
       Using dm-postgres-adapter 1.2.0
       Using data_mapper 1.2.0
       Your bundle is complete!

Read more...

Weekend II.

Weekend was all right.

Read more...

Day 24 - London lights.

Federicos-MacBook-Air:battleships federicomaffei$ git add .
Federicos-MacBook-Air:battleships federicomaffei$ git commit -m 'battleship can hit a ship!'
[master f2267cf] battleships can hit a ship!
 2 files changed, 46 insertions(+)
Federicos-MacBook-Air:battleships federicomaffei$ git push

Read more...

Day 22 - Battleshits.

require 'battleships'

...NAH.

Read more...