Jenkins, CI はじめにJenkinsにジョブを登録していくと、ジョブを何らかの目的別に分類したくなってきます。例えば、「開発案件AAAに関するジョブたち」、「開発案件BBBに関するジョブたち」、「失敗ビルドに関するジョブたち」などに分類することが考えられま... 続きを読む
Redmineのプラグインを作りながらRailsのテスト方法を学ぼうと思ったら、プラグインの作り方すら完全に忘れていたので、備忘録としてredmine.orgのPlugin Tutorialを訳してみる。これを読めばRedmineプラグイン作成が簡単にできるはず。 注意:チュートリアルを... 続きを読む
テストの実行 全プラグインのテストの実行 下記コマンドを実行すると、Redmineのvendor/pluginsディレクトリ以下に存在するすべてのプラグインのすべてのテストが行われる。 rake test:engines:all 特定プラグインのテストの実行 PLUGINS= でプvendor/plugins内... 続きを読む
Vim, JavaScripthttps://github.com/teramako/jscomplete-vim既存のvimに入っているautoload/javascriptcomplete.vimがアレだったので、もう少し賢そうなのを作りたいと思い、作り始めた。初めてのVim scriptなので拙いコードだと思うけど。ある程度目的は達成... 続きを読む
JenkinsCI はじめに「誰かがジョブの設定を誤って変更してしまったため、昨日まで問題なく動いていた自動ビルドが失敗してしまい、問題の特定に時間がかかってしまった」なんてことになると面倒です。 このような場合、「過去の設定」と「現在の設定」が簡便に... 続きを読む
Joseph Wilk on AI, The Web, Usability, Testing & Software process I have written a plugin for the continuous integration server Hudson which uses a metric-fu rake task at its core to build and present graphs representing different metrics ove... 続きを読む
本日のアクセス数TOP5¶ プラグイン チュートリアル(4)プラグイン インターナル(3)プラグイン開発ガイド(2)プラグインのインストール方法(1)プラグイン Tips(1) アクセス数TOP10¶ Wiki Extensions en(124454)Redmineプラグイン集(107296)Wiki Extensions(81980)C... 続きを読む
Plugin Tutorial¶ Note: To follow this tutorial, you need to run Redmine devel r1786 or higher. Plugin TutorialCreating a new PluginGenerating a modelGenerating a controllerTranslationsExtending menusExtending the application menuExtending the... 続きを読む
English Redmine インフォメーション プラグイン¶ Redmine インフォメーション プラグイン機能ダウンロードインストールワークフロー チャートの表示 使用法管理ユーザー アクセス ワークフローや権限レポートなどの情報を表示するためのプラグインです。ワーク... 続きを読む
Plugin Internals¶ Plugin InternalsRequire a certain Redmine versionOverriding the Redmine CoreControllers (or models)Views Extending the Redmine CoreAdding a new methodWrapping an existing method Using Rails callbacks in Redmine pluginsHookin... 続きを読む
One of the things I was most looking forward to in rails 3 was the plugin / engine architecture. Recently, I sat down to figure out how to create my first engine and package it up as a gem and it took me awhile of time just to get the structu... 続きを読む
本日のアクセス数TOP5¶ Wiki Extensions en(728)Wiki Extensions(391)Redmineプラグイン集(83)Code Review(22)プラグイン開発ガイド(20) アクセス数TOP10¶ Redmineプラグイン集(87590)Wiki Extensions en(74035)Wiki Extensions(54978)Code Review(28295)FrontP... 続きを読む
Plugin Internals¶ Plugin InternalsRequire a certain Redmine versionOverriding the Redmine CoreControllers (or models)Views Extending the Redmine CoreAdding a new methodWrapping an existing method Using Rails callbacks in Redmine pluginsRefere... 続きを読む
Plugin Tutorial¶ Note: To follow this tutorial, you need to run Redmine devel r1786 or higher. Plugin TutorialCreating a new PluginGenerating a modelGenerating a controllerTranslationsExtending menusExtending the application menuExtending the... 続きを読む
Plugins¶ Redmine plugins rely on Rails engines to add functionalities to the application. Installing a plugin¶ 1. Copy your plugin directory into #{RAILS_ROOT}/vendor/plugins. If you are downloading the plugin directly from GitHub, you can do... 続きを読む
Wordpressを使っていく上でプラグインは非常に重要な要素ですよね。 WordpressはFirefoxの様にプラグインを追加していく事で便利な機能がバンバン追加出来ますから、なるべく良いプラグインをインストールしておきたいものです。 ここでは自分用のメモも兼ねて... 続きを読む
Author: Ryan McGeary WP-Syntax provides clean syntax highlighting using GeSHi -- supporting a wide range of popular languages. It supports highlighting with or without line numbers and maintains formatting while copying snippets of code from ... 続きを読む
複数のウィンドウで複数のバッファを開いている時に、 指定ウィンドウのバッファを、 ウィンドウのレイアウトを崩す事無く閉じる機能を提供するスクリプトです。 (Windows, Mac) 概要 vim online Tip #622: Deleting a buffer without changing your window lay... 続きを読む
本日のアクセス数TOP5¶ プラグイン開発ガイド(170)JRuby でRedmineを動かす(131)Wiki Extensions en(22)FrontPage(17)Wiki Extensions(15) アクセス数TOP10¶ Redmineプラグイン集(79939)Wiki Extensions en(45522)Wiki Extensions(42164)Code Review(25920)Fron... 続きを読む
Dismiss Octotip: You've activated the file finder by pressing t Start typing to filter the file list. Use ↑ and ↓ to navigate, enter to view files. 続きを読む
This project adds CoffeeScript support to the vim editor. Currently, it supports almost all of CoffeeScript's syntax and indentation style. Installing and using Install pathogen into ~/.vim/autoload/ and add the following line to your ~/.vimr... 続きを読む
This plugin saves a copy of the configuration file of a job (config.xml) for every changes made and of the system configuration (not activated by default). You can also see what changes have been made by which user if you configured a securit... 続きを読む
Dismiss Octotip: You've activated the file finder by pressing t Start typing to filter the file list. Use ↑ and ↓ to navigate, enter to view files. 続きを読む
OpenPNE忘れそうなので、公式サイトのURLを記載。 OpenPNE3プラグインの作り方#1http://www.openpne.jp/archives/683/OpenPNE3プラグインの作り方#2http://www.openpne.jp/archives/688/OpenPNE3プラグインの作り方#3http://www.openpne.jp/archives/704/OpenPN... 続きを読む
PassiveRecord を使ってみた. PassiveRecord は,ハッシュを ActiveRecord っぽく扱えるようにしてくれる.要 ActiveRecord. # コマンドラインから gem でインストール $ sudo gem install passiverecord # 使うときは require require 'passive_record' 今回... 続きを読む
Documentation for Cargo version in development The documentation you'll find on this site is for the latest development version of Cargo (not released yet). The documentation for the relased versions of Cargo is available on the Downloads pag... 続きを読む
最近プラグインを作ったりしてTermtterが便利になってきたので,ご紹介です. Gemにはまだ入っていません最近作ったプラグインなので,gem termtterには,まだ入っていません.GithubのTermtterをcloneしてbin/termtterを使うと,今回紹介するプラグインが使え... 続きを読む
(この記事はRuby Advent Calendar jp: 2010 : ATNDの12日目です。前日はbash0C7さんでした。) 今日はRubyでイケてる管理画面を生成する「Typus」を紹介します。 Typusは デザインがシンプルで素敵 認証機能つき(認証なし・HTTP認証・DB認証から選べます) ユ... 続きを読む
vim, eclipse, vrapperそこで、「Vrapper」さんの登場ですよ!Eclipseのエディターがvim風のキーバインドで使えます。しかも、Eclipseの補完機能なども同時に使えます!Eclipseのキーバインドをvim風にできるVrapperが素晴らしすぎる件について確かに Vrapper す... 続きを読む
プラグインとは?¶ プラグインは主にサードパーティによって作られたBazaarのための外部コンポーネントです。 プラグインは新しい機能を追加することでBazaarを補強する能力があります。 プラグインは現在の機能を置き換えることでBazaarのふるまいを変更するこ... 続きを読む
TextMate may be the latest craze for developing Ruby on Rails applications, but Vim is forever. This plugin offers the following features for Ruby on Rails application development. 1. Automatically detects buffers containing files from Rails... 続きを読む
仕事に関する事。プログラミングに関する事を書きます。 会社は、「日本シー・エー・ディー株式会社」です。 htt://ncad.co.jp/ Javaによるプログラムで一番やっかないなのが、メモリーリークやスレッドの同期など負荷試験をしっかりしないとわからない問題です... 続きを読む
第6回 Eclipseをプロファイラとして活用する 的場聡弘(NTTデータ ビジネス開発事業本部) 岡本隆史(NTTデータ 技術開発本部) 2003/10/31 Eclipseを用い、Javaアプリケーションの性能向上のためのプロファイル情報を取得することができます。今回は、Eclipse... 続きを読む
Open the interactive environment with the code you are writing. Ruby Example You are writing the following code in an unnamed buffer. class C def self.f(x) x + 1 end end Now you want to try running the code in an interactive environment. Usua... 続きを読む
いつかやろうやろう、と思いつつ、.vim以下の整理がなかなかできていなかった。なので、整理しようと思ったんだけど、どうせこういったパッケージ的なものを整理するなら何らかのパッケージマネージャで一元的にinstall/remove/upgradeしたいと思うのが人情。Vi... 続きを読む
Home > Unix系OS > | Vim > CentOS 5.5 に Vim 7.2 をインストール Newer Older CentOS 5.5 に Vim 7.2 をインストール CentOS の最新版となるリリース 5.5 が出ていたのでインストールしてみた。インストール自体はさくっと終了した(この辺参照。)のだが、Vi... 続きを読む
Abstract This article describes the basic steps on how to create a plug-in and how to deploy it to the Eclipse IDE. It demonstrates also how to extend the package explorer, how to save additional information on existing resources, how to use ... 続きを読む
netrw.vim : Network oriented reading, writing, and browsing (keywords: netrw ftp scp) STARTING WITH v66, NETRW REQUIRES VIM 7.0 Netrw supports reading and writing files across networks. One may use urls for filenames or one may use netrw's N... 続きを読む
朝起きてパソコンを起動して最初にすることは何ですか? ええもうわかってますよTerminalを開いてtermtterコマンドを打って『今起きた。』ってTweetするんですよね そして次にBrowserでGmailを開いて大したメールが来ていなことを確認してまたTermtterに戻って『... 続きを読む
Java | 16:14 | 俺はエディターはvim派です。指が覚えてしまっているので。 普段はターミナルでvimを使っていて、Javaのコードを書くときだけEclipseな生活なんですが、Eclipseのエディターは、なので、常々不満に思っておりました。 いままで、Eclipseのキーバ... 続きを読む
Rails, RubyRailsのサイトのWikiとかSWiKとかでRoRで使えるgeneratorがいろいろあって試してみると面白い。自分の用途にそのままでは使えなくてもその仕組みは結構勉強になるのでけっこうよいよ。 で、よくwebサイト作るときに困るのが複雑なアクセス権限管理や... 続きを読む
Visit Website This plugin is like the (quite old) xfce4-minicmd-plugin, except that it ships more cool features, like autocompletion and command history. And more are yet to come. A MUST. Visit Website A battery monitor panel plugin for Xfce4... 続きを読む