ある日、目が覚めたらRails(のテスト)が壊れていた
<この記事は「Money Forward Advent Calendar 2015」の12日目の記事です> Railsでアプリを書いたり、RubyでRailsを書いたり(主にBug Fix)して...
33 search resultsShowing 1~20 results
<この記事は「Money Forward Advent Calendar 2015」の12日目の記事です> Railsでアプリを書いたり、RubyでRailsを書いたり(主にBug Fix)して...
src/compiler以下を読んでいると、ちょいちょいrecordってでてくるけど、docになかったので調べてみた。 class String ... record ToU64Info, va...
Testing Casual Talks#2に行ってきました。そういえばカバレッジの話がなかったなと思ったので、以前調査した結果を共有したいと思います。 バージョンとか ruby (2.1.5)...
定数の自動読み込みと再読み込みを読んでいて、よくわからなかったことを調べてみました。この章はRubyとRailsの定数に関する挙動を説明していますが、今回はRubyの挙動について調べます。 $ ...
Garageというgemを使ってWeb APIを作るときに、知っておくと便利なことを紹介したいと思います。 今回はモデル、クエリについて見ていきます。 Garage gemとは? Garage ...
この記事はRuby on Rails Advent Calendar 2014の12/24エントリです。 みなさんRails書いていますか? 私は書いています。 ところでみなさんは普段Rails...
この記事はRuby Advent Calendar 2014 – Qiitaの12/22エントリです。 $ ruby -v ruby 2.1.5p273 です。 「Rubyの中の仕組みをしりたい...
はじめに この記事はPryのコミッターであるkyryloが書いたso-what-is-binding-pry-exactlyを訳したものです。日本語訳の公開を快く許可してくれたkyryloに感謝...
テストのときのFixtureとして有名なfactory_girlの使い方をみてみましょう。 まずはModelが一つのときの使い方です。 app/models/user.rb class User...
If you're used to using raw SQL to find database records, then you will generally find that there...
3 Structuring Layouts When Rails renders a view as a response, it does so by combining the view w...
1 Overview: How the Pieces Fit Together This guide focuses on the interaction between Controller ...
2.9 Creating Paths and URLs From Objects In addition to using the routing helpers, Rails can also...
5 Conditional Validation Sometimes it will make sense to validate an object only when a given pre...
14 Scopes Scoping allows you to specify commonly-used queries which can be referenced as method c...
You will probably want to access data sent in by the user or other parameters in your controller ...
今回はイベントを呼び出す側の処理を見てみましょう。 calling event 今回新しく登場する構造体にrb_trace_arg_structがあります。これはEvent呼び出し中に必要なar...
引き続き、Kernel.#set_trace_funcについて見ていきましょう。 目標は、イベントに対してフックする仕組みと、コールバックで呼び出す仕組みを理解することです。 CRubyからみた...
Sasadaさんが2012年に行っていたRuby VM アドベントカレンダーを読んで、 Kernel.#set_trace_func TracePoint TracePoint API Debu...
ドキュメントはこのあたりを確認してください。 Methodクラスって? 特定のレシーバと紐づいたメソッドを表現できます。 オブジェクトの作り方 Object#method(name)を使って作り...
33 search resultsShowing 1~20 results
Qiita is a knowledge sharing service for engineers.