うちのいぬ Tech Blog

Tech Blog of Uchinoinu/My dog

2015-12-01から1ヶ月間の記事一覧

In Rspec routing test code, add format to target url.

Memo require "rails_helper" RSpec.describe Api::V2::HogeController, type: :routing do describe "routing" do it "routes to #mine" do expect(:get => "/api/v2/hoges/mine").to route_to("api/v2/bookmarks#mine", format: "json") end . . .

Add pre-commit action before git commit to prevent me from getting in trouble.

初心者がAWSに手を出して$6,000請求されて、泣きそうになったお話 を読んで、わたしもきっとやるだろうなぁと思い、とりあえず自動でチェックしてもらうスクリプトだけでも入れておこうと思いました。 1. Git Templates $ git config --global init.template…

Macでbrew updateしたら、rails s すると以下のエラーが出るようになった時、 brew info と brew switchで乗り切る

この間 brew update したら ImageMagickのバージョンがあがってしまい、RMagickが動かなくなりました。 $ rails s => Booting Puma => Rails 4.2.0 application starting in development on http://localhost:3000 => Run `rails server -h` for more startu…

1.1 When I tried to run Android app by ReactNative, Error "failed to find Build Tools revision 23.0.1" has shown up

When I tried to run Android application implemented by React Native on Mac(Mavericks), errors below has shown up. $ react-native run-android JS server already running. Building and installing the app on the device (cd android && ./gradlew …

1. Getting Started

It takes really long to make applications (Android, iOS, Web), with their own language. The method is good to make better UI and performance. But in private time, there is not so much time!!! So, I choose cross-platform technology. Cordova…

Dog Loving Service!!!!

I love to use this in Japan.... And I want to commit this project if possible.... Wag! Get trusted, certified, dog walkers instantly when you need one. I want to make this world be dog-friendly.

When you want to use url with locale, OAuth using Devise & OmniAuth has error at callback. How to resolve?

Edit config/routes.rb, set only ominauth_callbacks outside of scope of locale. Rails.application.routes.draw do devise_for :users, skip: [ :session, :password, :registration, :confirmation ], controllers: { omniauth_callbacks: 'users/omnia…

how to input using hardware keyboard

iOS Uses Same Layout as OS X Connect Hardware Keyboard ⇧⌘K Toggle Software Keyboard ⌘K

Watch log without any thoughts... What I forgot when I add action to button of navigation

I tried to add button in navigation bar. I tried to add action to the button. But I forgot to set UIButton sender to argument of action method. This is my first experience to get trouble in this level. So I look back me so deeply. In Logs,…

Update rbenv and update ruby

Env MacOSX Yosemite Flow $ brew update $ brew upgrade ruby-build $ rbenv install -l # Check available versions $ rbenv install 2.2.3 # choose one from list above $ rbenv global 2.2.3 $ rbenv versions # Check result if you use bundler, you …

ワンコと一緒にいたいのでリモートワークしています

この記事は、リモートワーク Advent Calendar 2015 の12日目の記事です。 自己紹介 那覇〜浜松〜藤沢〜渋谷〜札幌 あたりをウロウロしている @satomi1_1 といいます。 ワンコと一緒に生活をするために札幌に引っ越してきました。 札幌では珍しいスタートアッ…

ワンコと一緒にいたいのでリモートワークしています

この記事は、リモートワーク Advent Calendar 2015 の12日目の記事です。 自己紹介 那覇〜浜松〜藤沢〜渋谷〜札幌 あたりをウロウロしている @satomi1_1 といいます。 ワンコと一緒に生活をするために札幌に引っ越してきました。 札幌では珍しいスタートアッ…