About
Helicoid's projects often result in open source software, which we release here. We have a public subversion repository containing various scripts, toys and patches or plugins for Ruby on Rails.
Subversion access
You can access our code at:
http://code.helicoid.net/svn/
Projects
- Open source applications
- Rails plugins
- Patches and toys
Patches for Rails
- FormHelper check box fix (February 7th, 2006)
-
Fixes: Check box GET issues.
- FormHelper textbox value fix (February 7th, 2006)
-
Fixes: 'value' appearing in the wrong place.
- :overwrite_params fix (February 3rd, 2006)
-
Fixes: multidimensional params hashes bug.
Toys
- Google Reader Mobile
-
A ruby hack to allow you to access Google Reader from your phone
Open source applications
- Inari
-
Inari is a system monitor which we're currently using to monitor Helicoid's servers.
- Basecamp Mobile
-
A rails application that provides mobile phone-friendly access to Basecamp Mobile.
Plugins for Rails
- acts_as_messenger
-
A small plugin used for displaying messages to users in Tiktrac (not properly documented or tested).
- acts_as_urlnameable
-
Makes adding permanent URLs for ActiveRecord classes easy.
- acts_as_bitfield
-
Provides the use of bitfields to ActiveRecord classes.
- validates_overall_uniqueness_of.rb
-
Allows you to ignore type for single table inheritance tables