Last week’s Open Source Friday was a busy one so I’ll get right into it: #425 Deprecation warning when using ChiliProject with Rake 0.9: Rake has had a recent update that seems to have deprecated some older APIs. Starting to feel like it’s deprecation season in Rails-land these days. #202 Adding the theme used on …
Category: Articles
ruby-debug on Ruby 1.9 Gem::Installer::ExtensionBuildError
I’m starting to use Ruby 1.9.2 with ChiliProject now but I kept running into an error during bundle install: Installing linecache (0.43) with native extensions /home/edavis/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb:529:in `rescue in block in build_extensions': ERROR: Failed to build gem native extension. (Gem::Installer::ExtensionBuildError) /home/edavis/.rvm/rubies/ruby-1.9.2-p180/bin/ruby extconf.rb Can't handle 1.9.x yet *** extconf.rb failed *** Could not create Makefile due to …
ChiliProject June BugMash
I’m getting ready to start the ChiliProject June BugMash for today (Friday) and the weekend. The two goals of this BugMash are to: give people a way to get help and start contributing to ChiliProject, and to get ChiliProject 2.0.0 ready for release The BugMash is going on from Friday until Sunday. I’ll be around …
Redmine Tip – Copy Projects To Save Time
Do you have routine projects that you do over and over again? You know, the ones where you end up doing the same work 90% of the time with very few changes? If so you will want to try out the Copy Project feature. It does what you expect; it copies a project and its …
Open Source Friday #3 – acts_as_journalized bug fixes 2011-05-20
Last Friday was a busy one for ChiliProject. I started the day off with our second Development Meeting 1 where we discussed the state of ChiliProject 2.0.0 goals for our 3.0.0 release what to start posting on the ChiliProject blog It was a great meeting like always and we were able to stick to the …