Panasonic Youth rob sanheim writes about software, business, ruby, music, stuff and things



Posts Tagged Open Source

CapGun Released! Super simple Capistrano deployment notifications

Tell everyone about your releases! Send email notification after Capistrano deployments! Rule the world!
Drop your ActionMailer configuration information into your deploy.rb file, configure recipients for the deployment notifications, and setup the callback task.
Setup and configuration are done entirely inside your deploy.rb file to keep it super simple. Your emails are sent locally […]


log_buddy 0.0.2 released

Description
log_buddy is your friendly little log buddy at your side, helping you dev, debug, and test.
Synopsis
Call LogBuddy.init to use log_buddy. It will add two methods to object instance and class level: “d” and “logger”. You can
use your own logger with Logbuddy by passing it into init’s options hash:
LogBuddy.init :default_logger […]


Rails is moving to Git (and Lighthouse)

The Rails core team is making a big move to Git (and Github) for source control and Lighthouse for issue tracking. I love the move to github - it will make managing patches and your small tweaks to Rails much easier to keep in sync with your chosen branch of Rails. The move […]


log_buddy Released - your helpful little dev buddy

LogBuddy is your friendly little log buddy at your side, helping you dev, debug, and test. It plays well with Rails and plain old Ruby projects. To use it, sudo gem install log_buddy, then require 'log_buddy' and call LogBuddy.init. It will add two methods to object instance and class level: "d" and [...]


Tarantula, Rails super-fuzzer, released

Stu has finally released Tarantula over on the main Relevance blog. Tarantula is probably the most exciting open source release Relevance has put out since I've joined the company about half a year ago. It basically will crawl your app intelligently, try putting garbage into forms and query params, and give you a [...]


Learn Git 10 Different Ways

No particular order - things near the top just happen to be what I've had time to look into so far.

Git-svn crash course
FLOSS Weekly #19 - Interview with Junio Hamano, maintainer of Git
Git tutorial
Learning git-svn in 5 minutes
Scott Chacon’s Git with Rails screencast
Tech Talk: Linus Torvalds on git
Tech Talk: Randal Schwartz on Git
Using Git without [...]


[ANN] brain_buster 0.8.0 released

I'm happy to release version 0.8.0 of BrainBuster.
This is a long overdue release. I've removed all deprecated code, updated for Rails 2.0, improved specs considerably, and cleaned up the api and views.
Because of the way the filter chain is handled in Rails 2.0, you will now have to handle a captcha failure [...]


multi_rails 0.0.5 released

multi_rails version 0.0.5 has been released!

http://multi-rails.rubyforge.org/

MultiRails
MultiRails lets you test your Rails plugin or app against many versions of Rails in one sweep.
DESCRIPTION:
MultiRails allows easy testing against multiple versions of Rails for your Rails specific gem or plugin. It also has tentative support testing Rails applications against multiple versions of Rails.
Use MultiRails to hook in [...]


MultiRails 0.0.3 released

MultiRails lets you test your Rails plugin or app against many versions of Rails in one sweep.
rubyforge: http://rubyforge.org/projects/multi-rails/
rdocs: http://multi-rails.rubyforge.org/
svn stable: http://robsanheim.googlecode.com/svn/tags/stable/multi_rails (gem is released from here)
svn trunk: http://robsanheim.googlecode.com/svn/trunk/multi_rails
mailing list: http://groups.google.com/group/multi_rails
Description
MultiRails [...]


Minor Gotcha with ActiveRecord query methods

Stumbled upon a gotcha with the ActiveRecord query methods you get for free, along side the normal attribute accessor methods. Its a "gotcha" in that I "gotcha" read the docs and Rails source a bit more in depth before making assumptions about how Rails works, but I'd rather pretend the fault is with Rails [...]


← Before