2015-12-01から1ヶ月間の記事一覧
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 . . .
初心者がAWSに手を出して$6,000請求されて、泣きそうになったお話 を読んで、わたしもきっとやるだろうなぁと思い、とりあえず自動でチェックしてもらうスクリプトだけでも入れておこうと思いました。 1. Git Templates $ git config --global init.template…
この間 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…
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 …
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…
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.
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…
iOS Uses Same Layout as OS X Connect Hardware Keyboard ⇧⌘K Toggle Software Keyboard ⌘K
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,…
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 といいます。 ワンコと一緒に生活をするために札幌に引っ越してきました。 札幌では珍しいスタートアッ…