bencurtis.com
Skipping Asset Compilation with Capistrano - Benjamin Curtis
http://www.bencurtis.com/2011/12/skipping-asset-compilation-with-capistrano
Speculations on Web Development. Skipping Asset Compilation With Capistrano. It only supports git, as that’s what I use, so if you use git, just drop that snippet into deploy.rb and enjoy quicker deployments. Posted by Benjamin Curtis. Laquo; Deploying New Relic Server Monitoring with Chef. Googlebot Gotcha ». You've stumbled upon the site of a tech entrepreneur who loves building web-based businesses — SaaS and e-commerce are my specialties. I'm a co-founder of Honeybadger.
koombea.com
Koombea Resources - Our Expertise Creating Successful Digital Products
https://koombea.com/resources
A Website Crafted With Love: A Note From the Design Team. The CMO’s Guide To Building A Customer-Centric Mobile App. How Predictive Analytics Can Boost Your Marketing Strategy. Your Organization is Slow: How Agile Methodology Can Change That. 6 Core Strategies for Increasing Mobile App Engagement. Driving Revenue: A Breakdown of Business Models for Data-Driven Companies. 5 Key Strategies for Using Data-Driven Marketing to Optimize Customer Engagement. How to Attract the Right Customers for Your SaaS.
bencurtis.com
Default a Postgres column to the current date in a Rails migration - Benjamin Curtis
http://www.bencurtis.com/2014/02/default-a-postgres-column-to-the-current-date-in-a-rails-migration
Speculations on Web Development. Default a Postgres Column to the Current Date in a Rails Migration. If you want to have a Postgres column (aside from created at) that you want to be populated with the current date if no other date is specified, you may be tempted to create a migration like this:. Add column :invoices, :paid on, :date, default: 'now()'. You might try to create the column with the recommendation from the Postgres documentation:. Here’s how to do what you want:. Posted by Benjamin Curtis.
bencurtis.com
Inject Your App Data Into Help Scout - Benjamin Curtis
http://www.bencurtis.com/2014/04/inject-your-app-data-into-help-scout
Speculations on Web Development. Inject Your App Data Into Help Scout. We use Help Scout. To manage our customer support, and that has worked out well for us. One thing I’ve wanted for quite a while is more integration between Help Scout, our internal dashboard, and the Stripe dashboard. After taking a mini-vacation to attend MicroConf. This week, I decided it was time to make my dreams come true. :). After fetching the user record, it returns a blob of HTML via a HAML view:. Then you’re done!
merbcamp.com
MerbCamp: We're going camping!
http://www.merbcamp.com/faq.html
MerbCamp is the first official gathering for the Merb. The conference will take place in sunny San Diego on October 11 - 12, on the campus of UCSD, the home of San Diego Ruby. How much does MerbCamp cost? We’re charging a very modest attendance fee of $50. We realize many folks are coming from out of town, so we’re keeping the fee low to offset higher travel expenses. Where should I stay? We recommend folks stay at the Sheraton La Jolla. Can I give a talk? To our feedback forum, then vote on talks. No, a...
merbcamp.com
MerbCamp: We're going camping!!
http://www.merbcamp.com/index.html
MerbCamp is the first official gathering for the Merb. The conference will take place in sunny San Diego on October 11 - 12, on the campus of UCSD, the home of San Diego Ruby. Keynotes from leading Merbists…. Over 15 planned talks from other voices in the Merb community. See the schedule. Additional track for impromptu talks. Dedicated community hacking room. Did we mention it’s in San Diego? We just posted videos from all the talks. MerbCamp is happening at Calit2’s Atkinson Hall. Logo by Nick French.
koombea.com
FAQ Koombea - All you need to know about how we work!
https://koombea.com/faq
If you have any other questions, we would be happy to answer them for you Contact Us. Frequently Asked Questions - Content. What's your typical client? What are some of the projects you've worked on? Take a look at koombea.com/work. For more recent work, send us a quick email or initiate a chat at the bottom right of this page. Where are you located? How long is your average project? What are your Time Zone and Work Hours? Koombea's Development Team is located at GMT -5. Currently this is 1 hour afte...
bencurtis.com
Projects - Benjamin Curtis
http://www.bencurtis.com/projects
Speculations on Web Development. I like to keep busy, so I try to keep a few projects going on most of the time. Here is a list of some of the personal projects that I’ve worked on, in no particular order. An error management app for Rails developers. If you run a Rails app, you really need to use Honeybadger. Want to know what gems you are using that are out of date? BundleWatcher’s got your back. Ready-made code for Rails developers. A candidate applicant tracking system. I'm a co-founder of Honeybadger.
bencurtis.com
Benjamin Curtis
http://www.bencurtis.com/page/2
Speculations on Web Development. Installing Ruby 2.0. Brew update error: Your local changes to the following files would be overwritten by merge: . I was pretty sure I hadn’t changed anything in homebrew myself, and I found some guidance in the github issues list for homebrew that I should just blow away my local changes with a git reset, which didn’t initially work because apparently some permissions had changed in /usr/local:. Bundle Could not verify the SSL certificate for https:/ code.stripe....Accor...