June 6, 2012 Tagged: ask Comments (View) Ask the Giant Robots Have a question for us about code, software development methodologies, design, business, or anything else you may be wondering about? Ask us your questions and we’ll do our best to answer them. There are several ways to ask...
At this point, speakerconf has run 5 times in 4 years - in Aruba and Italy. Josh and I are happy with what we've created, and a few follow up entires will list the attributes of speakerconf that make it a unique and successful event. This post, however, should serve as a quick view in...
is Mike Gunderloy's software development weblog, covering Ruby on Rails and whatever else I find interesting in the universe of software. I'm a full-time Rails developer and contributor, available for long- or short-term consulting, with solid experience in working as part of a distri...
One of the goals of Pivotal Tracker is to give everyone on your team the same view of your project, and allow people to work with individual stories but without losing sight of the big picture. Some stories, though, and especially epics, can accumulate quite a bit content, including c...
stateflow 0.4.2 State machine that allows dynamic transitions for business workflows install gem install stateflow Download Documentation Subscribe Stats Authors Ryan Oberholzer 17,431 total downloads 5,718 for this version Owners Links Homepage Source Code Gemfile gem "stateflow", "~...
Protect Yourself with Password Recipes 2010-12-14 Are you now more wary about your passwords after the Gawker incident? Good. The lesson is simple: if you supply a password to a website, expect it to get stolen. Malicious hackers succeed at getting user passwords all the time. And use...
RE: Subversion and Redmine.pm - svn copy Could not read status line: Secure connection truncated - Added by Julien Cornuwel almost 3 years ago I'm having the same problem, although my repository was created manually : $ svn copy https://my.server/svn/myapp/trunk https://my.server/svn/...
Admin note : Due to excessive spam I've disabled most of the user accounts - there were hundreds, mostly from spammers. If yours is one of them please accept my apologies. Just add yourself to the FriendsGroup , which is a list of valid accounts. (Anyone with an account can edit the F...
lunchy 0.6.0 Friendly wrapper around launchctl install gem install lunchy Download Documentation Subscribe Stats Authors Mike Perham 11,974 total downloads 2,730 for this version Owners Links Homepage Gemfile gem "lunchy", "~> 0.6.0" Versions 0.6.0 January 25, 2012 0.5.0 August 5, 201...
Switching back to Ruby implementations, let’s look at MRI 1.9. As has been previously reported, MRI 1.9 removes the “green threads” we had in MRI 1.8 and uses native threads to implement the Thread class. Now, what are these “native threads”? These are are units of concurrency that th...
This is just an extraction from Ransack/Squeel. You probably don't want to use this directly. It extends ActiveRecord's associations to support polymorphic belongs_to associations.
phantomjs.rb 0.0.4 Ruby wrapper for phantomjs install gem install phantomjs.rb Download Documentation Subscribe Stats Authors William Estoque 434 total downloads 6 for this version Owners Links Homepage Gemfile gem "phantomjs.rb", "~> 0.0.4" Versions 0.0.4 June 6, 2012 0.0.3 May 22, 2...
There is tension in the agile world between the ultimate flexibility that agile proposes and the need for coherency and excellence that great design provides. This talk helps designers and developers ask themselves: "What is Enough Design?"
「あなたは map 派?それとも collect 派?」 Rubyist であれば、一度はこんな質問を受けたことがあるのではないでしょうか。たとえば Rubyist Magazine の過去の記事を紐解くと、まつもとゆきひろさんのインタビュー や角谷信太郎さんのインタビュー でその話題が出ていますね。 ここでいう map と collect とは、Enumerable#map メソッドと Enumerable#collect メソッドのことですが、リファレンスマニュアルを見ていただくと分かる通り、どちらも全く同じ動作をするメソッドになります。 そして Enumer...
この前のエントリー では、Rails 3.1で登場した assign_attributes という渋いメソッドについて書きました。 今回紹介するのも渋い新仕様です。その名も has_secure_password 。 いま、User というモデルがあるとします。データベーステーブル users には name password_digest という2つのカラムがあります。いずれも文字列型です。 app/models/user.rb を次のように書き換えます。 class User < ActiveRecord::Base has_secure_password e...
Looked at job_fu, but didn't see ability to schedule tasks. Would be cool if you could point to a post of how you did that (I don't see anything in job_fu's readme in Github on how to indicate a schedule). Also looked at daemon-kit, but it looks like it is more for plain Ruby (isn't i...
CheckNesting (Sass::Tree::Visitors) Class (Sass::Selector) ClassMethods (Sass::Logger::LogLevel) Color (Sass::Script) CommaSequence (Sass::Selector) CommentNode (Sass::Tree) Compiler (Sass::Plugin) Configuration (Sass::Plugin) Convert (Sass::Tree::Visitors)
You can get the code for this branch via: git clone https://github.com/rubys/venus.git Updates can be obtained via: git pull Alternately, you can also download the convenient tgz or zip files, or browse the individual files below: Index Name Last modified Size Description Parent Direc...
game-server 0.3.3 siply general-porpuse game server install gem install game-server Download Documentation Subscribe Stats Authors V_M 686 total downloads 5 for this version Owners Links Homepage Gemfile gem "game-server", "~> 0.3.3" Versions 0.3.3 June 6, 2012 0.3.2 May 22, 2012 0.3....
Our bare repository is now created successfully! Now go to your Redmine project settings, go to the repositories tab and choose git as the SCM, then put in the "Path to .git directory" (in our example this is /var/redmine/git_repositories/donebox.git/ ) and save the settings. Have a l...