Polymathic

Digital transformation, higher education, innovation, technology, professional skills, management, and strategy

Skip to content
Menu
  • Home
  • About

Category: Ruby on Rails

Ruby on Rails

NoMethodError (undefined method `finder’) with Engines and Rails 2.2

Posted on January 19, 2009 by paul

I was getting this error with Rails 2.2 when using ActionMailer. NoMethodError (undefined method `finder’ for #<ActionView::Base:0x34146fc>) It stems from a line in engines/lib/engines/rails_extensions/action_mailer.rb This…

Ruby on Rails

Rails + SugarCRM – An alternative approach

Posted on January 11, 2008January 11, 2008 by paul

After slogging through connecting Rails and Sugar via SOAP, I was tired and frustrated. The API is slow, and doing anything meaningful took a long…

Ruby on Rails

Rails + SugarCRM + SOAP – Get a list of Sugar accounts into Rails as an array

Posted on January 6, 2008January 6, 2008 by paul

I have long wanted to make sure my CRM system (SugarCRM) and my project management system synchonized certain data, mainly company names. I hate having…

Ruby on Rails

Place Custom Rails Routes First

Posted on December 16, 2007December 16, 2007 by paul

This is another one that should have been obvious. But, I was getting it wrong. Maybe it had something to do with upgrading to Rails…

Ruby on Rails

Ruby on Rails: Using a different controller with in_place_editor_field

Posted on November 11, 2007November 11, 2007 by paul

I don’t know why this took a while to figure out, but it did. If you are using the stock Rails in_place_editor_field, you know it…

Ruby on Rails

Rails: Parsing iCal calendar on a password-protected WebDAV server

Posted on October 21, 2007October 21, 2007 by paul

It took me a little while, but I finally got this working. You’ll need the iCalendar plugin. require ‘icalendar’  def view_ical   request = Net::HTTP::Get.new(‘/calendars/calendar.ics’) …

Ruby on Rails

Nested resources in Ruby on Rails: why bother?

Posted on September 23, 2007September 23, 2007 by paul

Nested resources in Ruby on Rails are sort of neat, but they are a pain to implement. What’s more, I have to ask myself, why…

Ruby on Rails

Ruby on Rails Calendar Helper doesn’t quite work for me

Posted on September 23, 2007September 23, 2007 by paul

Geoffrey Grosenbach’s Ruby on Rails plugin calendar_helper is simple and easy to use. Maybe I’m just picky, but one part of it just wasn’t working…

Ruby on Rails

Getting a remote form to submit within a partial collection when any select changes in Ruby on Rails

Posted on September 23, 2007September 23, 2007 by paul

This one is harder than it seems. But, I figured out a way. The trick and breakthrough came from Teflon Ted. With a regular form,…

Ruby on Rails

In_place_editor with a collection in a partial in Ruby on Rails

Posted on September 23, 2007September 23, 2007 by paul

It seems like it would take a lot of work to get the in_place_editor to work in a partial on a collection, but it does.…

Follow Us

  • LinkedIn
  • Twitter

Tags

colors design development

Recent Posts

  • On a Mac, how do I programatically compress each folder in a folder?
  • I don’t want to have an experience or a partnership with vendors. I just want to get my stuff done.
  • Teaching is like consulting
  • Defensive innovation: stop de-innovating
  • Ordinary People Focus on the Outcome. Extraordinary People Focus On the Process.

Archives

  • December 2021
  • January 2021
  • September 2018
  • April 2018
  • November 2017
  • August 2016
  • November 2015
  • April 2015
  • January 2009
  • January 2008
  • December 2007
  • November 2007
  • October 2007
  • September 2007

Ads

© Copyright 2022 – Polymathic
Wisteria Theme by WPFriendship ⋅ Powered by WordPress