うちのいぬ Tech Blog

Tech Blog of Uchinoinu/My dog

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

Line Developer Day 2015 に行ってきたよ (OvO)

Lineの裏側を知るカンファレンスに行ってきました!簡単なメモというか、感想をつらつらと残します。抽選だったので行けるかわからなかったですが、開催数日前に当選通知が来て、慌てて航空券をとりました!渋谷ならヒカリエで行われたのですが、入り口から…

Line Developer Day 2015 に行ってきたよ (OvO)

Lineの裏側を知るカンファレンスに行ってきました! 簡単なメモというか、感想をつらつらと残します。 抽選だったので行けるかわからなかったですが、開催数日前に当選通知が来て、慌てて航空券をとりました! 渋谷ならヒカリエで行われたのですが、入り口か…

Crafting Rails 4 Applications - capter 2. Building Models with Active Model

こちらの記事の続きです。 Crafting Rails 4 Applications - capter 1-5 - Wrapping Up - SatomisaTo - life with Tech and Dogtsumekoara.hateblo.jp 第二章 ActiveModelでモデルを構築する 前章では、AbstractControllerについてと、ActionMailerやActionC…

Crafting Rails 4 Applications - capter 2. Building Models with Active Model

こちらの記事の続きです。 Crafting Rails 4 Applications - capter 1-5 - Wrapping Up - SatomisaTo - life with Tech and Dogtsumekoara.hateblo.jp 第二章 ActiveModelでモデルを構築する 前章では、AbstractControllerについてと、ActionMailerやActionC…

Introduction: PART 1: Generate Project using template. Watch app at localhost, iOS simulator, heroku

Condition Yosemite Install read: http://ionicframework.com/getting-started/ $ npm install -g cordova ionic Select Project Template read: http://ionicframework.com/getting-started/ $ ionic start myApp sidemenu run ionic command localhost $ …

Crafting Rails 4 Applications - capter 1-5 - Wrapping Up

こちらの記事の続きです。 Crafting Rails 4 Applications - capter 1-4 - Talking It to the Next Level - Satomi's Daily Notestsumekoara.hateblo.jp 1.5 まとめ この章ではPDFフォーマット用のrendererを作りました。このアイデアを使えば、csvやatomと…

Crafting Rails 4 Applications - capter 1-4 - Talking It to the Next Level

こちらの記事の続きです。 Crafting Rails 4 Applications - capter 1-3 - Understanding the Rails Rendering Stack - Satomi's Daily Notestsumekoara.hateblo.jp 1.4 次のレベルへ rendererの実装に話を戻します。以下の様なcontrollerでないが起きるか勉…

Crafting Rails 4 Applications - capter 1-3 - Understanding the Rails Rendering Stack

こちらの続きです。 Crafting Rails 4 Applications - capter 1-2 - Writing the Renderer - Satomi's Daily Notestsumekoara.hateblo.jp 1-3. Rails Rendering Stackを理解する Action MailerとAction Controller はいくつかの共通機能を持っています。例え…

Crafting Rails 4 Applications - capter 1-3 - Understanding the Rails Rendering Stack

こちらの続きです。 Crafting Rails 4 Applications - capter 1-2 - Writing the Renderer - Satomi's Daily Notestsumekoara.hateblo.jp 1-3. Rails Rendering Stackを理解する Action MailerとAction Controller はいくつかの共通機能を持っています。例え…

Crafting Rails 4 Applications - capter 1-4 - Talking It to the Next Level

こちらの記事の続きです。 Crafting Rails 4 Applications - capter 1-3 - Understanding the Rails Rendering Stack - Satomi's Daily Notestsumekoara.hateblo.jp 1.4 次のレベルへ rendererの実装に話を戻します。以下の様なcontrollerでないが起きるか勉…

Crafting Rails 4 Applications - capter 1-5 - Wrapping Up

こちらの記事の続きです。 Crafting Rails 4 Applications - capter 1-4 - Talking It to the Next Level - Satomi's Daily Notestsumekoara.hateblo.jp 1.5 まとめ この章ではPDFフォーマット用のrendererを作りました。このアイデアを使えば、csvやatomと…

Introduction: PART 1: Generate Project using template. Watch app at localhost, iOS simulator, heroku

Condition Yosemite Install read: http://ionicframework.com/getting-started/ $ npm install -g cordova ionic Select Project Template read: http://ionicframework.com/getting-started/ $ ionic start myApp sidemenu run ionic command localhost $ …

Crafting Rails 4 Applications - capter 1-2 - Writing the Renderer

↓のつづきです。 Crafting Rails 4 Applications - capter 1-1 - Satomi's Daily Notestsumekoara.hateblo.jp 1.2 Rendererを書く まずはじめに、render()メソッドと許容されるいくつかのオプションについて話をしましょう。rendererとは何かということを正…

Crafting Rails 4 Applications - capter 1-2 - Writing the Renderer

↓のつづきです。 Crafting Rails 4 Applications - capter 1-1 - Satomi's Daily Notestsumekoara.hateblo.jp 1.2 Rendererを書く まずはじめに、render()メソッドと許容されるいくつかのオプションについて話をしましょう。rendererとは何かということを正…

英語のリファレンスを読むときに困った単語やイディオムなど

随時追記していきますー 単数形だとか複数形だとかこだわらず、よく見る形のままリストしています。 Word / Idiom 英語 日本語 使い方など sanity 整合性のある、正当な assert 断言する dependencies 依存関係 gemとかに使う configure 構成する、設定する…

英語のリファレンスを読むときに困った単語やイディオムなど

随時追記していきますー 単数形だとか複数形だとかこだわらず、よく見る形のままリストしています。 Word / Idiom 英語 日本語 使い方など sanity 整合性のある、正当な assert 断言する dependencies 依存関係 gemとかに使う configure 構成する、設定する…

Crafting Rails 4 Applications - capter 1-1

p1 第一章 Rendererを自作する 多くのWebフレームワークと同様に、RailsもMVC(model-view-controller)アーキテクチャをコードの組織化に用いています。Controllerはモデルから情報を収集し、レンダリングの為にViewにそのデータを渡すことを担当します。対し…

Crafting Rails 4 Applications - capter 1-1

p1 第一章 Rendererを自作する 多くのWebフレームワークと同様に、RailsもMVC(model-view-controller)アーキテクチャをコードの組織化に用いています。Controllerはモデルから情報を収集し、レンダリングの為にViewにそのデータを渡すことを担当します。対し…

Git trouble: commit file size become too bigger

Git

Generating Rails project, and come to phase to commit it. The file size is even more than my expectation. $ git push origin master Counting objects: 26593, done. Delta compression using up to 4 threads. Compressing objects: 100% (24906/249…

Git trouble: commit file size become too bigger

Generating Rails project, and come to phase to commit it. The file size is even more than my expectation. $ git push origin master Counting objects: 26593, done. Delta compression using up to 4 threads. Compressing objects: 100% (24906/249…

annotate gem: write schema or routing on model file, routes file

(source: http://whyzat.com/wp-content/uploads/2014/04/Useful-Dog.jpg) Version Ruby # 2.2.1 Rails # 4.2.0 Install $ vi Gemfile -------- # add gem 'annotate' -------- $ bundle install Make Config File(Task File) $ bundle exec rails g annotat…

annotate gem: write schema or routing on model file, routes file

(source: http://whyzat.com/wp-content/uploads/2014/04/Useful-Dog.jpg) Version Ruby # 2.2.1 Rails # 4.2.0 Install $ vi Gemfile -------- # add gem 'annotate' -------- $ bundle install Make Config File(Task File) $ bundle exec rails g annotat…