- ペアでやってる方は、随時、気になってること、気づいたことをお話してください:)
$はコマンドラインでの実行を表現しているだけなので、打たなくでOKです:)- rspec https://github.com/rspec/
$ mkdir rspec-bird
| # 準備 | |
| # `gem i activesupport` | |
| # `gem i rspec` | |
| # 実行 | |
| # `rspec birthday_around_a_week_challenge.rb` | |
| # 実装 | |
| require 'active_support' | |
| require 'active_support/core_ext' | |
| # require 'byebug' |
| # 準備 | |
| # `gem i activesupport` | |
| # `gem i rspec` | |
| # 実行 | |
| # `rspec birthday_test.rb` | |
| # 実装 | |
| require 'active_support' | |
| require 'active_support/core_ext' | |
| # require 'byebug' |
$ はコマンドラインでの実行を表現しているだけなので、打たなくでOKです:)$ mkdir rspec-bird
| https://github.com/discourse/discourse | |
| https://github.com/feedbin/feedbin | |
| https://github.com/gitlabhq/gitlabhq | |
| https://github.com/coderwall/coderwall-next | |
| https://github.com/codecation/trailmix | |
| https://github.com/thepracticaldev/dev.to | |
| https://github.com/spree/spree | |
| https://github.com/redmine/redmine |
| javascript:var d=document,u=d.URL,en="http://guides.rubyonrails.org",jp="https://railsguides.jp";d.location.href=u.replace(jp,en); |
| javascript:var d=document,u=d.URL,en="http://guides.rubyonrails.org",jp="https://railsguides.jp";d.location.href=u.replace(jp,en); |
| javascript:var d=document,t=d.title,u=d.URL,i=d.createElement('input');i.value='['+t+']('+u+' )';d.body.appendChild(i);i.focus();i.select(); |
| <% repo = Grit::Repo.new(Rails.root).head.name rescue nil %> | |
| development: | |
| adapter: mysql2 | |
| encoding: utf8 | |
| database: hoge_development<%= "_#{repo}" %> |
| // This is a manifest file that'll be compiled into application.js, which will include all the files | |
| // listed below. | |
| // | |
| // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, | |
| // or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path. | |
| // | |
| // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the | |
| // compiled file. | |
| // | |
| // WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD |