Added by Jean-Philippe Lang about 2 hours ago Redmine 2.0.1 is a maintenance release that fixes 11 issues. It's available for download at Rubyforge .
Active Record `#{attribute}?` method Posted by rlmflores on May 28, 2012 — 0 comments I've wrote a blog post about the `#{attribute}?` method on Active Record. Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a prope...
"Hold on to your butts.." --Samuel L. Jackson as Ray Arnold in 'Jurassic Park' Part One: The two-argument form of git rebase --onto Say there's a commit C made on master that made a change to a configuration parameter that, it turns out, wasn't actually necessary, so that commit needs...
gmaps.js allows you to use the potential of Google Maps in a simple way. No more extensive documentation or large amount of code.
Allocation is a Redmine plugin to record and keep track of people's allocation to projects. When adding members to a project it allows you to specify an allocation percent, assignment and unassignment dates. It adds links in the project overview sidebar to people's allocation summaries.
1. Follow the Redmine plugin installation steps at: http://www.redmine.org/wiki/redmine/Plugins 2. Restart your Redmine web servers (e.g. mongrel, thin, mod_rails) Usage¶ After installation you have to configure wich trackers the plugin will operate on (Administration -> Plugins -> Tr...
Annotate them all! Posted by gravis on May 28, 2012 — 0 comments Annotator is gem to document your model attribute. You might heard of AnnotateModels, which gives you basic column description (title, type etc.) in your model file. With Annotator, in addition to such basic info, you ca...
Monday, May 28, 2012 at 5:19AM Summer camping schedule is going to mean skipping a few days here and there. So it goes. cactus - A testing framework for your CSS. CLAWS - Command-line tool for managing AWS servers. Trollop - Simple command line option parser for ruby. Introducing rake...
Defect #10923 : After creating a new Version Redmine jumps back to "Information" Defect #10932 : Links to delete watchers are escaped when gravatars are enabled Defect #10964 : Updated column doesn't get updated on issues Defect #10965 : rake yard does not work for generating document...
In addition to the features I've called out below, there's still plenty of internal tinkering going on with Rails 4.0. This week included some work on deep methods to manipulate hashes and removing a batch of dependencies on Pathname . 43fa48e5 moves the root route to the top of the g...
Whether an error in the Sass code should cause Sass to provide a detailed description within the generated CSS file. If set to true, the error will be displayed along with a line number and source snippet both as a comment in the CSS file and at the top of the page (in supported brows...
We’ll add some routes specifically for the API so that these routes stay separate from the routes for the HTML interface. We’ll use an api namespace to do this which means that any routes defined in it will be prefixed with an /api path. We could add a subdomain constraint instead of ...
正規表現やpack/unpackは、設定、ログ、プロトコルメッセージなどのような 構造を持つテキストデータまたはバイナリデータの処理において非常に役立つ 機能です。 しかし、構造が複雑になると、正規表現やunpackを用いたコードを作成するこ とが難しく、また、メンテナンスも難しい場合があります。 このような困難さを克服するためのツールやライブラリとして、文法やフォー マットによって構造のあるデータを扱う際に便利な abnf, racc, syntax.rb, tdp4r, OpenSSL::ASN1 を簡単に概要だけを紹介します。 一般的に、記述された文法から、...
Adds a validation method or block to the class. This is useful when overriding the validate instance method becomes too unwieldy and you’re looking for more descriptive declaration of your validations.
# キー定義 (Enter キーを追加) class Input define_key SDL::Key::ESCAPE, :exit define_key SDL::Key::RETURN, :ok # Enter キー (タイトル画面で使う) define_key SDL::Key::LEFT, :left define_key SDL::Key::RIGHT, :right end # タイトル画面 class TitleScene def initialize @title_image = SDL::Surface.load("image/title.pn...
Method deprecated or moved This method is deprecated or moved on the latest stable version. The last existing version (v3.0.9) is shown here. value_to_boolean (value) public convert something to a boolean Show source # File activerecord/lib/active_record/connection_adapters/abstract/s...
Welcome Register Projects Help About Blog APIdock release: IRON STEVE (1.4) If you have any comments, ideas or feedback, feel free to contact us at APIdock copyright Nodeta Oy 2008-2012 Flowdock - Team Inbox With Chat Flowdock is a collaboration tool for technical teams. Version contr...
Bundler manages an application's dependencies through its entire life, across many machines, systematically and repeatably