Issue with Radiant Extensions on Heroku…

April 26, 2009

Falling

Background

Recently, I’ve decided to work with Ruby a little more and I’ve been trying to wrap my head around a number of new things. I’m working to put together a series of posts that will detail my exploration but I ran into a nasty issue and wanted to get something up to help anyone else who falls into this little pit.

Setup

I have been using Heroku in my explorations and have come to truly dig their service. These guys know what the heck their doing and really make me feel like I do as well. Anyway, since I needed a CMS for the project I was working on, I grabbed Radiant and started playing. It worked quite well out of the box for me and was supported on Heroku (directions here) so I installed several of the extensions that I needed and pushed it up to Heroku.

Uh oh. No worky.

I pulled down the logs from Heroku, I sent emails to everyone I could think of, I Googled, I re-pushed (yes, I know that’s the definition of insanity), I even shook my fist at the bash shell but could not get it to work.

Resolution

Along the way, I came to find a couple of rather important pieces of info. Heroku doesn’t support Git on the server side (like git-wiki). And Git has sub-modules. These two important details, and the fact that I was unaware of the previously, is what lead to me to grab a copy of what was on the production server (the bundle command on Heroku) and dissect it. The extension directories were completely empty. Because of the sub-modules, Git wasn’t pushing them to Heroku and so the extensions weren’t loaded. Removing the sub-modules and then adding the files from the extensions, followed by a re-push and I was back in business.
Hope this help.


David O’Hara is a Principal with Improving Enterprises in Dallas, Texas.


AgileDotNet Conference…

November 11, 2008

AgileDotNet Conference 2008
This Friday, Improving Enterprises and Microsoft are putting on a 1-day FREE (as in beer) conference to showcase agile methods in a .NET ecosystem. I will be giving my “Refactoring To Patterns” talk on the development track but there will also be two other tracks (Biz/PM related & Requirements/QA related) and number of knowledgeable speakers. I’m really looking forward to hanging out with folks and sharing ideas on how we can better promote and utilize the systems we work with to adopt agile practices and principles.

Regardless of whether you’re new to agile concepts or already moving towards adoption, you will have an informative and good time. If you’re interested, go sign up while there are still spaces available.


David O’Hara is a Principal with Improving Enterprises in Dallas, Texas.


Presenter Mentor Kickoff…

October 10, 2008

finlogo1.jpgIf you’ve ever wondered if you could get into speaking at the local user groups but just haven’t been sure where to get started, then this is the group for you. Whether you need help with that bad case of stage fright or you’re just looking for help in getting that deck/code combo just right, we can help.

And you are??

This group is comprised of some really passionate folks with diverse experiences and styles in technical speaking. We hope to create a highly interactive and focused group that will help to grow and hone those skills that you need to be effective and interesting as a speaker. Come join us and see if we can help you find your voice – hey, we’ll even help you find a speaking spot once you’re ready.

Details

We are happy to announce that we are finally ready to have our first meeting (or so we believe). Granted, this is as new to us as it is to anyone so I’m sure that it’s going to be a process but I’m really looking forward to see what comes of it and I know that we’re going to have a good time helping folks. If you’re interested, please go sign up on CodeZone so we can get you on the attendance list as well as letting you know about future events.

Hope to see you there.


David O’Hara is a Principal with Improving Enterprises in Dallas, Texas.


Honored…

October 7, 2008

MVPLogo.gifHaving only thrown myself into the community relatively recently, I was honored (and a bit surprised) to have been given this award. I look forward to the opportunity to continue sharing the things that I’ve learned and spreading the motivation to become a better developer. I want to thank my family for putting up with my extracurricular activities and being supportive of me following my passions. Also, a thank you to Microsoft – I take back like 3 of those things I said about you last week.

Next on my list of awards to achieve, an honorable hair mention from Justice Gray


Introduction to CodeRush: Part 1

September 1, 2008

I believe that anyone not using a productivity tool with their IDE is wasting time and, quite possibly, ripping off their employer/client. I don’t care if it’s CodeRush, Resharper, CodeSmart, or whatever but you should get a tool, get familiar with it and use it for everything it’s worth. I enjoy using the CodeRush/Refactor Pro! tools. As a matter of fact, I feel like I can’t hardly use Visual Studio without them. The only drawback I’ve found with CodeRush is that discoverability is just not there and with the vast array of capabilities, a lot of folks would rather do without than flounder so I’m hoping that this will help to ease that learning curve.

This “episode” is the first in a series screencasts I’ve been trying to put together for a while and I’m hoping that it will introduce the new user and maybe even show some existing users a few things that they didn’t know. I’m certainly no professional video editor so please excuse the quality while I try to find the right mix but I would appreciate your feedback.
Anyway, we’ll take a look at the structure markup that CodeRush does to help enhance readability and decorate code to make certain aspects visually evident. And we’ll be introduced to the mnemonic templating system and how just a few keystrokes can turn our intent to code.