Redmine 1.3.3 and 1.4.0 have just been released and are available for download at Rubyforge . Redmine 1.3.3 is a maintenance release that fixes a regression introduced in 1.3.2 that broke the ability to change the Sticky and Locked flags when updating a forum message (#10564 ). It als...
著名な Rubyist にインタビューを行う企画「Rubyist Hotlinks」。 第 29 回となる今回は、日本における Ruby on Rails の第一人者で、Ruby のコミッタでもある松田明さんにお話を伺いました。松田さんは、フリーランスとして Rails プロジェクトをわたり歩いています。今回長時間に渡るインタビューでは、フリーランスという立場のあり方やソフトウェア開発の話にとどまらず、趣味の音楽や食べることについても、「こだわり」ということについても興味深いお話を語ってくれました。音楽との接し方が普通じゃない……、からこそ、プログラマとしても突き...
#56 The Logger (revised) Apr 13, 2012 | 6 minutes | Tools , Debugging The log file will show what is going on behind the scenes of a Rails request. Learn how to log messages, add tags, override formatting, and more. Subscribe to Watch Episode Tweet Show Notes 1 Comment Similar Episode...
Defect #9775 : app/views/repository/_revision_graph.html.erb sets window.onload directly.. Defect #9792 : Ruby 1.9: [v1.3.0] Error: incompatible character encodings for it translation on Calendar page Defect #9793 : Bad spacing between numbered list and heading (recently broken). Defe...
Moose Falls April 14, 2012 Comments: Flickr Read more posts in the blog archive » Copyright © 1999-2012 Clarkware Consulting, Inc. All rights reserved.
Mount Holmes April 14, 2012 Yellowstone National Park Comments: Flickr Read more posts in the blog archive » Copyright © 1999-2012 Clarkware Consulting, Inc. All rights reserved.
This interface is the combination of two needs: 1) A Ruby interpreter position (for warnings and errors). The interpreter only cares about filename and endLine. 2) A IDE position (offsets for showing ranges of grammatical elements). The offsets represent positions 'between' characters...
Last week, I was given a little camera time, so I got some things off of my chest. TATFT This is a hard thing to do. I’ll be the first person to admit it. Another thing that I admit, is that I do TEST all the time. Spikin’ is natural, and a good thing, but after you are done, get rid ...
Three reasons to love ActionController::Responder Posted by José Valim , August 31, 2009 @ 10:02 am A couple weeks ago, I wrote about the newly added ActionController::Responder which summarizes your application behavior for a specified format in just one place. For example, the defau...
Below is a list of all files of the project. The release you have chosen is highlighted . Before downloading, you may want to read Release Notes and ChangeLog (accessible by clicking on release version).
mac-event-monitor 0.0.1 A Library to Monitor User Interaction install gem install mac-event-monitor Download Documentation Subscribe Stats Authors youpy 4 total downloads 4 for this version Owners Bundler gem "mac-event-monitor", "~> 0.0.1" Versions 0.0.1 April 14, 2012 Development De...
Juro cumprir, o melhor que minha habilidade permitir, esta aliança: Respeitarei os ganhos científicos duramente conquistados por aqueles médicos cujos passos eu sigo, e compartilharei tal conhecimento com prazer como é meu àqueles que seguirão. Aplicarei, para benefício do doente, tod...
BloomFilter — A class for making bloomfilters Synopsis #!/usr/bin/ruby -w require 'bloomfilter' bf = BloomFilter.new(1000, 0.01) # 1000 keys, 1% false-positives bf.add("foo") puts "Yup" if bf.has?("foo") Requirements Ruby 1.8 Recommended: BitSet — C extension availabe on the RAA (raa....
Interaktywny internetowy tutorial dla początkujących napisany przez “Why the Lucky Stiff”. Nie musisz instalować Rubiego, a ten tutorial pozwoli ci na pisanie kodu Rubiego bezpośrednio w twojej przeglądarce internetowej! Nauka programowania Wspaniały mały tutorial napisany przez Chris...
Bloom Filters: A Powerful Tool By Peter Cooper / September 11, 2007 (credit: image source ) BloomFilter is a new Ruby library (available as a gem - gem install bloomfilter ) by Bryan Duxbury that provides operations to create and query "bloom filters ", an extremely space-efficient "p...
Category: Library /Datastructure Status: stable Created: 2005-12-02 12:21:17 GMT Last update: 2005-12-02 12:21:17 GMT Owner: MoonWolf (Projects of this owner ) Homepage: not available Download: http://www.moonwolf.com/ruby/archive/bitset-1.0.tar.gz License: Ruby's Dependency: Required...
A user should be able to unsubscribe or request opting out. A tester put it very well: Now we have an interesting problem: if a person registers, how does he unregister? In particular, how do I cancel the access by the network to my personal email. I searched the Redmine site in vain ...
caule 0.0.1 DSL to build crawlers easily install gem install caule Download Documentation Subscribe Stats Authors Rafael Souza 30 total downloads 30 for this version Owners Links Homepage Bundler gem "caule", "~> 0.0.1" Versions 0.0.1 April 14, 2012 Runtime Dependencies mechanize ~> 2...
Packages that are stable should be the centerpieces of a loosely coupled application so the speed of the development team is not adversely affected by the propagation of software changes. Stable packages form design-by-contract facades to other subsystems, allowing teams to develop in...