c++ 分かる人たすけてー
与太話と感想です。
- iojs v3使ってる人
- じゃあ使って見るかーと思ったけどnpm installしたらbuildこけてやっぱやめて戻った人
今貢献チャンスじゃー
diff --git a/Gemfile.lock b/Gemfile.lock | |
index 89c545a..edaab04 100644 | |
--- a/Gemfile.lock | |
+++ b/Gemfile.lock | |
@@ -97,7 +97,7 @@ GEM | |
nokogiri (~> 1.6.0) | |
ruby_parser (~> 3.5) | |
i18n (0.7.0) | |
- jquery-rails (3.1.2) | |
+ jquery-rails (3.1.3) |
# sudo /opt/td-agent/embedded/bin/fluent-gem list | |
actionmailer (4.1.9) | |
actionpack (4.1.9) | |
actionview (4.1.9) | |
activemodel (4.1.9) | |
activerecord (4.1.9) | |
activesupport (4.1.9) | |
addressable (2.3.6) | |
arel (5.0.1.20140414130214) | |
aws-sdk-v1 (1.63.0) |
export class ConfigStore extends Store {
async constructor(flux) {
super();
this.state = { settings: Immutable.fromJS(this.setUpDefault(defaultValues))};
/*
Registering action handlers
*/
getSlug()
とか作りたい いまはIssueList.js(components)に生やしててさすがにこれがうまくないのはわかる/Users/sane/RubymineProjects/fastladder/Gemfile:10:50 INFO: Prefer single-quoted strings when you don't need string interpolation or special symbols. | |
/Users/sane/RubymineProjects/fastladder/Gemfile:14:24 INFO: Do not use `::` for method calls. | |
/Users/sane/RubymineProjects/fastladder/Gemfile:15:41 INFO: Space between { and | missing. | |
/Users/sane/RubymineProjects/fastladder/Gemfile:15:64 INFO: Space missing inside }. | |
/Users/sane/RubymineProjects/fastladder/Gemfile:18:16 WARNING: Assignment in condition - you probably meant to use `==`. | |
/Users/sane/RubymineProjects/fastladder/Gemfile:25:17 INFO: Space found before semicolon. | |
/Users/sane/RubymineProjects/fastladder/Gemfile:25:22 INFO: Do not use `when x;`. Use `when x then` instead. | |
/Users/sane/RubymineProjects/fastladder/Gemfile:26:16 INFO: Space found before semicolon. | |
/Users/sane/RubymineProjects/fastladder/Gemfile:26:22 INFO: Do not use `when x;`. Use `when x then` instead. | |
/Users/sane/RubymineProjects/fastladder/Gemfile:27:19 INFO: Space found before semicol |
bundle gem checkstyle_filter-git -t minitest
で生成したテストディレクトリ
[sane@indi checkstyle_filter-git]$ tree test/
test/
├── minitest_helper.rb
└── test_checkstyle_filter
└── git.rb
1 directory, 2 files
source "https://rubygems.org"
github "spree" do
gem "spree_core"
gem "spree_api"
gem "spree_backend"
end