Articles about ruby
Subscribe to my feed RSS about ruby
-
Do you want to use TinyMCE mediaplugin?
Wrote at November 20, 2009 by Filippo CamilloFor the last ruby on rails project I used tinyMCE through the great tinymce_hammer plugin (link). I needed YouTube support so, after googling it, I decided to use Media plu...
no comment yettags: development RubyOnRails ruby rails tinymce tips -
Ouch! I developed on sqlite3. I need to switch from sqlite to mysql database now
Wrote at December 07, 2009 by Filippo CamilloI'm currently working on a Ruby on Rails project with a team of 3 people. We used sqlite3 as database system because it's easly portable and versionable (only 1 file).But n...
tags: development ruby rails sql mysql sqlite RubyOnRails -
The beauty of metaprogramming in attr_accessor_with_default
Wrote at January 06, 2010 by Filippo Camilloattr_accessor is one of the beauty of ruby lang. Attr_accessor_with_default is an ActiveSupport’s Module extension very useful. For example, you can give attribute :profi...
tags: ruby rails tips RubyOnRails -
Magento login issues
Wrote at February 23, 2010 by Filippo CamilloI'm working on Magento (an opensource ecommerce platform) and its Ruby Wrapper by Tim Matherson. When I was access Magento for the first time after installation, I wasn't a...
tags: development ruby magento ecommerce -
RubyMine debugger
Wrote at October 13, 2010 by Filippo CamilloI just installed the early development version of Rubymine, the most powerful IDE for ruby developer (and not only ruby...) I know.But I was angry because the Rubymine's Debug f...
tags: ruby rails macosx RubyOnRails