* You are viewing Posts Tagged ‘Navoty’

Rails 2.1 + Theme Plugin

So you’ll get some crazy errors if you’re using the theme support plugin w/ the patch explained here. You’ll need to change your render_file method to look like this (thanks to Nate’s comment for making the code work for everybody):
def render_file(template_path, use_full_path = false, local_assigns = {})
search_path = [
“#{RAILS_ROOT}/themes/#{controller.current_theme}/views”, # for components
“#{RAILS_ROOT}/themes/#{controller.current_theme}”, # for layouts
]

@finder.prepend_view_path(search_path)
local_assigns[’active_theme’] = get_current_theme(local_assigns)
theme_support_old_render_file(template_path, use_full_path, local_assigns)

end
And boom, works.

Morale++

@Meezy tweeted the other day asking if employee morale should be valued, and if so, why, and how. I don’t follow anyone who said “no,” but I figure the question deserves more response than 140 characters. Or a multiple of 140 character blurbs. Anyways…

Employee morale is what drives an organization. It’s directly proportional to an organization’s performance, though the effect will appear slightly lagged. Too many bad financial quarters, and employee morale goes down. Too many bad managers, and a company’s performance declines. 

I had a boss who said that he didn’t believe in motivation, and that it only comes from … Continue Reading

Lessons in Consulting

In December of last year, Jeremiah and I started a company, Navoty. We’ve learned a ton since then. Here’s a few items:

Time is valuable 

Neither of us realized this at first, and were putting in 30-50 hours on top of our full time jobs to power Navoty. This leads to a few things: burnout (who can sustain 70-90 hour weeks?), angry families (wives and kids need attention!), and unrealistic expectations. We were doing lots of work and getting paid for it, but the short term income boost was met with the realization that we were fairly strapped and … Continue Reading

This is really just a test post

I’m wiring up Navoty’s blog so that it’s a Yahoo pipe and comes from all of our blogs that are categorized as Navoty. I’ll post an update with a link as soon as it works.