Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
More Web Proxy on the site http://driver.im/
はてなブログ トップ
Rakefile
このタグでブログを書く
言葉の解説
ネットで話題
関連ブログ
Rakefile
(コンピュータ)
【れいくふぁいる】
rake を実行するときに読み込まれるファイル。
実態は Ruby スクリプトである。
→rake
このタグの解説について
この解説文は、
すでに終了したサービス「はてなキーワード」内で有志のユーザーが作成・編集
した内容に基づいています。その正確性や網羅性をはてなが保証するものではありません。問題のある記述を発見した場合には、
お問い合わせフォーム
よりご連絡ください。
解説の続きを読む
ネットで話題
もっと見る
30
ブックマーク
活動日誌(2005-02-14) - Rakefile フォーマット
■ Rake Rake というものがあります。 Ruby で記述できる make みたいなものだそうで、 task :default => [:test] task :test do ruby "test/unittest.rb" end といった感じに書けるそうです。 なかなか面白そうだと思ったので、ちょっと触ってみようと思います。 あまり推敲していませんが、doc/rakefile.doc を訳してみ...
shakenbu.org
28
ブックマーク
GitHub - tdtds/kindlizer: 自炊PDFをKindle3向けにトリミングするRakefile / Cropping white spaces from PDF to adjust for Kindle.
github.com
17
ブックマーク
File: rakefile.rdoc
Rakefile Format (as of version 0.8.2) First of all, there is no special format for a Rakefile. A Rakefile contains executable Ruby code. Anything legal in a ruby script is allowed in a Rakefile. Now that we understand there is no special syntax in a Rakefile, there are some conventions that are u...
rake.rubyforge.org
15
ブックマーク
Serverspec v2用Rakefileとspec_helper.rbの紹介
少し前の話になるんですが、30days AlbumにServerspec v2を導入しました。 本日、Serverspec(もちろんv2です)を導入し、インフラエンジニアが歓喜している 30days Albumでございますが、ソフトウェアエンジニアとAndroidアプリエンジニアを募集しております! http://t.co/O8fnhArXVb — 30days Album 写真共有・保存 (@3...
blog.hifumi.info
13
ブックマーク
7 Lines Every Gem's Rakefile Should Have
No, I don't work in NYC, DC, or the valley, and I'm cool with that.
ernie.io
13
ブックマーク
素でRSpecを使うためのRakefile - ひげろぐ
書き捨てってわけでもないけど、フレームワーク使うほどのものでもない。 ってかんじものを作るときに作ったもの。 というかGitHubのどっかからぱくってきたものですが。 # -*- encoding: utf-8 -*- require 'rubygems' require 'rake' $:.unshift File.join(File.dirname(__FILE__), "lib") require 'rspec/core' requi...
higelog.brassworks.jp
9
ブックマーク
Serverspec用のspec_helperとRakefileのサンプルをひとつ - Qiita
qiita.com
9
ブックマーク
Rakefileに加えるべき7行
Rakefileに加えるべき7行 7 Lines Every Gem’s Rakefile Should Have 必要なgemをrequireしてすぐに使えるようにしましょうと.自分はpryで. task :console do require 'pry' requrey 'my_gem' ARGV.clear Pry.start end OSSだとpry使ってないひともいる可能性があるからirbでやったほうがいいかも.
deeeet.com
8
ブックマーク
[ruby][Rails] 複数のRailsプロジェクトのカバレッジをまとめて取得するRakefile(修正あり) - 本当は怖いHPC
freak-da.hatenablog.com