This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| rake db:test:prepare | |
| /Users/zakhar_day/.rvm/gems/ruby-1.9.3-p194@global/gems/rake-0.9.2.2/lib/rake/version.rb:2: warning: already initialized constant VERSION | |
| /Users/zakhar_day/.rvm/gems/ruby-1.9.3-p194@global/gems/rake-0.9.2.2/lib/rake/version.rb:5: warning: already initialized constant MAJOR | |
| /Users/zakhar_day/.rvm/gems/ruby-1.9.3-p194@global/gems/rake-0.9.2.2/lib/rake/version.rb:5: warning: already initialized constant MINOR | |
| /Users/zakhar_day/.rvm/gems/ruby-1.9.3-p194@global/gems/rake-0.9.2.2/lib/rake/version.rb:5: warning: already initialized constant BUILD | |
| /Users/zakhar_day/.rvm/gems/ruby-1.9.3-p194@global/gems/rake-0.9.2.2/lib/rake/version.rb:5: warning: already initialized constant PATCH | |
| /Users/zakhar_day/.rvm/gems/ruby-1.9.3-p194@global/gems/rake-0.9.2.2/lib/rake/version.rb:6: warning: already initialized constant NUMBERS | |
| /Users/zakhar_day/.rvm/gems/ruby-1.9.3-p194@global/gems/rake-0.9.2.2/lib/rake.rb:27: warning: already initialized constant RAKEVERSION | |
| /Users/zakhar_day/.rvm/gems/ruby-1.9.3-p194@glob |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /Users/zakhar_day/.rvm/rubies/ruby-1.9.3-p194/bin/ruby -e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift) /Users/zakhar_day/.rvm/gems/ruby-1.9.3-p194@dmr/bin/bundle install | |
| /Users/zakhar_day/.rvm/gems/ruby-1.9.3-p194@dmr/bundler/gems/koala-32fc562c058d/koala.gemspec:16:in ``': No such file or directory - git ls-files (Errno::ENOENT) | |
| from /Users/zakhar_day/.rvm/gems/ruby-1.9.3-p194@dmr/bundler/gems/koala-32fc562c058d/koala.gemspec:16:in `block in <main>' | |
| from /Users/zakhar_day/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb:1356:in `initialize' | |
| from /Users/zakhar_day/.rvm/gems/ruby-1.9.3-p194@dmr/bundler/gems/koala-32fc562c058d/koala.gemspec:5:in `new' | |
| from /Users/zakhar_day/.rvm/gems/ruby-1.9.3-p194@dmr/bundler/gems/koala-32fc562c058d/koala.gemspec:5:in `<main>' | |
| from /Users/zakhar_day/.rvm/gems/ruby-1.9.3-p194@dmr/gems/bundler-1.2.0.rc/lib/bundler.rb:298:in `eval' | |
| from /Users/zakhar_day/.rvm/gems/ruby-1.9.3-p194@dmr/gems/bundler-1.2.0.rc/lib/bundler.rb:298:in `resc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ** Invoke db:test:prepare (first_time) | |
| ** Invoke db:abort_if_pending_migrations (first_time) | |
| ** Invoke environment (first_time) | |
| ** Execute environment | |
| rake aborted! | |
| Mysql2::Error: Table 'dmr_test.digital_media_verticals' doesn't exist: SHOW FULL FIELDS FROM `digital_media_verticals` | |
| /Users/zakhar_day/.rvm/gems/ruby-1.9.3-p194@dmr/gems/activerecord-3.2.1/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:233:in `query' | |
| /Users/zakhar_day/.rvm/gems/ruby-1.9.3-p194@dmr/gems/activerecord-3.2.1/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:233:in `block in execute' | |
| /Users/zakhar_day/.rvm/gems/ruby-1.9.3-p194@dmr/gems/activerecord-3.2.1/lib/active_record/connection_adapters/abstract_adapter.rb:280:in `block in log' | |
| /Users/zakhar_day/.rvm/gems/ruby-1.9.3-p194@dmr/gems/activesupport-3.2.1/lib/active_support/notifications/instrumenter.rb:20:in `instrument' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| rake db:test:prepare | |
| You have 3 pending migrations: | |
| 20120803113515 CreateComments | |
| 20120803210239 ActsAsFollowerMigration | |
| 20120805161832 AddSecretToSocialServices | |
| Run `rake db:migrate` to update your database then try again. | |
| ================================================================================= |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ul class="works" id="flex"> | |
| <li> | |
| <img src="images/img1.png"> | |
| <figcaption> | |
| <h3></h3> | |
| </figcaption> | |
| </li> | |
| <li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| body, | |
| body > section, | |
| .square100 { width: 100%; height: 100%; } | |
| .square1 { width: 128px; height: 128px; } | |
| .square2 { width: 256px; height: 256px; } | |
| .square3 { width: 384px; height: 384px; } | |
| .square4 { width: 512px; height: 512px; } | |
| .square5 { width: 640px; height: 640px; } | |
| .square6 { width: 768px; height: 768px; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Hello, World! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <h1>Hello World</h1> | |
| <h2>Hello World</h2> | |
| <h3>Hello World</h3> | |
| <h4>Hello World</h4> | |
| <h5>Hello World</h5> | |
| <h6>Hello World</h6> | |
| <p>Hello World</p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <h1>Hello World</h1> | |
| <h2>Hello World</h2> | |
| <h3>Hello World</h3> | |
| <h4>Hello World</h4> | |
| <h5>Hello World</h5> | |
| <h6>Hello World</h6> | |
| <p>Здравствуй мир</p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <meta charset="UTF-8"> | |
| <h1>Hello World</h1> | |
| <h2>Hello World</h2> | |
| <h3>Hello World</h3> | |
| <h4>Hello World</h4> | |
| <h5>Hello World</h5> | |
| <h6>Hello World</h6> | |
| <p>Здравствуй мир</p> |
OlderNewer