- ペアでやってる方は、随時、気になってること、気づいたことをお話してください:)
$
はコマンドラインでの実行を表現しているだけなので、打たなくで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 |