11 January 2008 · ruby-on-rails Rails + sugarcrm - an alternative approach Discover a faster, simpler way to connect Rails with SugarCRM by accessing the database directly, avoiding slow API calls for seamless synchronization. ruby-on-rails rails databases api development
6 January 2008 · ruby-on-rails Rails + sugarcrm + soap - get a list of sugar accounts into Rails as an array Integrate SugarCRM with Rails using SOAP to effortlessly sync company names and streamline your project management workflow. ruby-on-rails rails api development databases
21 October 2007 · ruby-on-rails Rails: Parsing ical calendar on a password-protected webdav server Learn how to parse iCal calendars from a password-protected WebDAV server using Ruby on Rails and the iCalendar plugin for seamless integration. ruby-on-rails rails api development
23 September 2007 · ruby-on-rails Nested resources in Ruby on Rails: Why bother? Discover the pros and cons of using nested resources in Ruby on Rails and learn when they truly add value to your application development. ruby-on-rails rails development api