Posted on April 14th, 2008 by thetacom
This is a plugin that is design to assist in the usage of the dojo toolkit with your rails application. It is still very much in the works, so any recommendation are definitely welcome. It is designed to be used with Rails 2+ and Dojo 1.1. The full dojo 1.1 library [...]
Filed under: RoR Plugins, Ruby on Rails | 1 Comment »
Posted on April 8th, 2008 by thetacom
Coming Soon!
I am working on a plugin that will assist in integrating the Dojo Toolkit libraries into your rails applications. I have made good progress so far. It has a variety of helpers to make short work to inlude the dojo core library and specify the requires, create dijits, use dojo functions and experiment with dojox. Currently [...]
Filed under: Daily, RoR Plugins | No Comments »
Posted on March 21st, 2008 by thetacom
As of Rails 2.0 the in_place_editor methods have been moved into a plugin. You can download this plugin here. For some items I needed to have a dropdown selection instead of a text field. To add this functionality, I added two methods to the plugin.
Here is the full contents of ‘in_place_macros_helper.rb’ http://pastie.caboo.se/169443
Replace the contents of [...]
Filed under: RoR Plugins | 17 Comments »
Posted on February 17th, 2008 by thetacom
These are the 10 11 plugins that I have found to be the biggest timesavers. Providing me with functions and features that I just won’t go without.
stickies - Stickies is a plugin for Ruby on Rails that provides some easy to use yet powerful features for displaying status messages. It’s a replacement for [...]
Filed under: RoR Plugins, Ruby on Rails | No Comments »
Posted on February 10th, 2008 by thetacom
If you using the Google Analytics plugin, but want to use the new tracking code. Then replace the self.included(base) definition in “google_analytics/lib/google_analytics.rb” with this one:
def self.included(base) #nodoc#
base.class_eval do
@@no_analytics_key_message = ‘Add your analytics key with code like GoogleAnalyticsHelper.analytics_key = “ZZ-NNNNNN-N”‘
[...]
Filed under: RoR Plugins, Ruby on Rails | No Comments »
Posted on January 10th, 2008 by thetacom
This was a very helpful rails plugin for my current project. It allows you to log whenever a object is added, modified or removed and who the action was performed by. I did make a couple changes to the plugin to be more in line with Rails 2. First I modified the [...]
Filed under: RoR Plugins, Ruby on Rails | No Comments »