SugarClub
SugarClub
  • User
  • Site
  • Search
  • User
  • Groups & Discussions
    Groups & Discussions
    • Product Forums
      Product-focused Q&A, discussions, best practices, fixes, and help
      Product Forums
      • Sugar Market
      • Sugar Sell & Enterprise
      • Sugar Serve
      • sales-i
    • User Groups
      Professional, Industry, Language
    • Get Involved
      Learn how to become a Raving Fan
    • Social Club
      Live, interactive, virtual meetups with other Sugar customers and Sugar’s Subject Matter experts!
    • Leadership Lounge
      Network with fellow organizational leaders, ask questions, and share insights
    • Developers
      Visit DevClub, the SugarClub group for Sugar Developers
      Developers
      • DevClub
      • Mobile Developers
      • Developer Builds
        Supplemental access level required. Inquiries: developers@sugarcrm.com
    • Additional Groups (Access Required)
      Groups that require special access will be displayed here. Contact sugarclub@sugarcrm.com for assistance. Click here to see all groups
      Additional Groups (Access Required)
      • SugarCloud Platform
  • Product Information
    Product Information
    • Release Central
      Find release-specific content to prepare for your next Sugar update
    • Documentation & Resources
      Looking to expand your Sugar knowledge? Explore our in-depth documentation and other helpful resources!
    • Product Update Blogs
      Updates about each Sugar product
    • Customer Stories »
      Case Studies by SugarCRM
  • Training & Certification
    Training & Certification
    • Training & Certification Home
      Live & On-Demand classes, Quick Videos, Sugar Certifications, and more!
    • Quick Videos
      Short videos about using Sugar
    • Event Recordings
      Recordings from SugarU Live Webinars and Sugar Market Academy
    • My SugarU Dashboard »
    • SugarU News & Updates
  • Adoption
    Adoption
    • Grow Adoption Framework
      Get started on your adoption journey and review the adoption resources from SugarCRM
  • Calendar
  • News
    News
    • Sugar News
    • SugarCRM.com News »
    • Dev Blog
    • SugarCRM Marketplace Blog
  • Help
    Help
    • Welcome to Sugar!
      New to Sugar? Get started here!
    • SugarClub Help & Instructions
      Learn more about SugarClub and find answers to questions about this site
    • New to SugarClub?
      Start your community journey here
    • Technical Support
      Sugar's support resources
      Technical Support
      • Case Portal »
        Access the SugarCRM Case Portal
      • Working with Sugar Support »
        Find out more about engaging with the SugarCRM Support team
      • SugarCloud Information
        Find information about SugarCloud service updates and site status. Contact sugarclub@sugarcrm.com to request access
  • More from Sugar
    More from Sugar
    • DevClub
    • PartnerClub
    • Support
    • SugarOutfitters Marketplace
    • sugarcrm.com
  • DevClub
  • PartnerClub
  • Support
  • Marketplace
  • sugarcrm.com
DevClub
DevClub
  • Dev Blog
  • Answers & Best Practices
  • Developer On-boarding
  • Dev Tutorials
  • Developer Events
  • Event Recaps
  • Members
  • Developer Suggestions
  • Sub-Groups
  • More
Click here to join this group and curate your SugarClub experience.
  • All tags
  • engineering team
  • dev tools
  • code (4)
  • community (1)
  • dashlets (1)
  • devblog (9)
  • javascript (4)
  • news (1)
  • open source (5)
  • performance (2)
  • php (2)
  • rest (1)
  • sugar 7 (8)
  • sugar 7.10.0 (1)
  • sugar 7.6.0 (3)
  • sugar 7.7.0 (1)
  • unit tests (3)
  • Adding a floating frame into Sugar

    Matt Marum
    Matt Marum
    Sugar's Single Page Architecture Sugar relies on a single page architecture (SPA) for the Sidecar framework. But when a user navigates across the Sugar application (for example, when switching to another Sugar module), while the page is not refreshed…
    • over 8 years ago
    • DevClub
    • Dev Blog
  • Developing for Sugar On-Demand Only Releases

    Matt Marum
    Matt Marum
    Sugar Fall '17 (7.10) is now available! You've heard all about this , but I'll recap. SugarCRM's fall 2017 release is a Sugar On-Demand only release. This is the first release that follows our new Sugar release process . Our on-premise customers will…
    • over 7 years ago
    • DevClub
    • Dev Blog
  • New SugarCRM sponsored open source projects!

    Matt Marum
    Matt Marum
    At SugarCRM Engineering, open source is part of our DNA. We build Sugar on open source technology and open standards. We host and run our software on open source platforms in Sugar On-Demand. And all of our developers use open source tools for developing…
    • over 9 years ago
    • DevClub
    • Dev Blog
  • Using Packer to create consistent Sugar platform environments

    Matt Marum
    Matt Marum
    The "Works On My Machine" Problem. How often have you reported a software bug and had it rejected with a terse response such as "could not reproduce"? You press the issue with your colleague and the conversation usually goes something like this: You:…
    • over 9 years ago
    • DevClub
    • Dev Blog
  • Faster Sugar integrations using Building Blocks

    Matt Marum
    Matt Marum
    What are Sugar Integration Building Blocks? This is a new effort to create an open source library of re-usable common components that can be easily adapted by developers interested in integrating applications with Sugar 7. This project is focused on the…
    • over 9 years ago
    • DevClub
    • Dev Blog
  • Sidecar Debugger Tools now in Beta!

    Matt Marum
    Matt Marum
    Sugar Engineering is proud to announce the Beta release of the open source Sidecar Debugger Tools project! Sidecar Debugger Tools This project was developed as part of the recent Partner hack week where it was a crowd favorite. Not only is this a great…
    • over 9 years ago
    • DevClub
    • Dev Blog
  • Sugar 7 test tools now available!

    Matt Marum
    Matt Marum
    Do you write unit tests for your Sugar customizations? Do you performance test your Sugar on-site deployments? Every developer knows they should be building unit tests and performance tests but sometimes it is just too hard to get started from nothing…
    • over 10 years ago
    • DevClub
    • Dev Blog
  • Creating JavaScript unit tests for Sugar 7.6.0

    Matt Marum
    Matt Marum
    This tutorial will cover the creation of new Jasmine unit tests for testing your Sugar 7 front end code. In order to follow this tutorial, you will need access to the Sugar 7 Unit Test repository. Make sure you have the latest code. If you do not have…
    • over 9 years ago
    • DevClub
    • Dev Blog
  • Creating a PHP unit test for Sugar 7

    Matt Marum
    Matt Marum
    In a previous post, we learned how to write JavaScript unit tests using Sugar 7's Jasmine framework. Today we will learn how to write PHP unit tests using Sugar 7's PHPUnit framework. If you do not have access to Sugar 7 unit-tests Github repository and…
    • over 9 years ago
    • DevClub
    • Dev Blog