Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eiel/has_many-relation
blogかくためのサンプルコード
https://github.com/eiel/has_many-relation
Last synced: about 1 month ago
JSON representation
blogかくためのサンプルコード
- Host: GitHub
- URL: https://github.com/eiel/has_many-relation
- Owner: eiel
- Created: 2013-01-24T17:00:53.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:24:53.000Z (about 1 year ago)
- Last Synced: 2023-12-15T06:37:28.198Z (about 1 year ago)
- Language: Ruby
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# これは何?
ActiveRecordの has_many が `ActiveRecord::Relation` っぽいものを返してることに気づいたので確認するためのサンプルコードです。
# 使い方
irb で好きに遊んでください。(pryも可)
```
$ bundle install
$ sqlite3 relation.sql < create.sql
$ irb -r './relation.rb'
```# 関連
[ActiveRecord の Has_many で生成されるメソッドってActiveRecord::Relationに変換できる配列なんですね。](http://blog.eiel.info/blog/2013/01/25/has-many-scope/)