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



Posts Tagged Open Source

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 [...]


multi_rails has been released

MultiRails allows easy testing against multiple versions of Rails for
your Rails specific gem or plugin.
Use MultiRails to hook in Rails 2.0 testing in your continuous integration. Still working on Rails 2.0 support? Use MultiRails to see where your test suite falls down against the 2.0 preview releases of Rails.
sudo gem install multi_rails...view the [...]


Yall gonna go update some code, up in here, up ‘n here!”

A stupid script to update all projects within a directory. This could be massively improved.

#!/usr/bin/env ruby
# Simple script to svn up all directories within the current directory, or the
# specified directory.  Does not recurse, assumes we only need to go to the
# immediate directories.
# ex:> cd my_projects; upper    # svn up all [...]


I’m feeling open sourcey…

Got some open source updates and releases coming soon:

My logic captcha plugin for Rails, BrainBuster, has recently been globalized by one creative user. I'd like to incorporate something into the next release to make it easy for people to extend the plugin in ways like this, but I'd like to avoid adding a "lang" [...]


Less Magic, Please

My development style tends towards less and less metaprogramming and magic these days. Its not for lack of ability or lack of capable coworkers. I work with some pretty sharp people, and I know they can grok whatever sort of voodoo method_missing module_eval mysticism I can throw at them. But lately I [...]


Zed for the win

We can all go home now.
Zed wins at the internet.
Choice quotes on my (nsfw) tumblelog.


BrainBuster 0.7 released

BrainBuster is a logic captcha plugin for Ruby on Rails. The 0.7 release has been completely overhauled to have a much less obtrusive approach using only filters, instead of requiring code changes to actions. It also features enhanced security, tests (!), and overall goodness.
If you are upgrading, PLEASE see the readme - the [...]


Google Browser Sync, why do you torment me so?

I've been using Google Browser Sync for a while now to sync bookmarks across any machine I use. Actually, I only use it to sync my bookmark toolbar, as I use delicious for any sort of "normal" bookmark. I think I use the bookmark drop down menu maybe once a month, but I [...]


← Before After →