Tag Archive: Ruby on Rails
Farmwell MVP
Before, only the smallest farmers could sell at premium prices. Medium and larger farms were at the mercy of middlemen. They were stuck with lousy wholesale prices because farmer’s markets can’t handle volume. It’s e-commerce, CRM and logistics management software that’s custom built and custom-branded for farmers.
The War Room
The only fantasy sports site you will ever need. Millions of relevant posts aggregated into your own personalized FantasyFeed gives you an unfair advantage in your fantasy sports game.
Adding flash message capability to your render calls in Rails
Ruby on Rails 3.x has given us a lot of syntactical sugar. Most of it are pretty small things, things you might not even discover unless someone told…
Heroku Nightly Database Backups with Cron
I thought I’d share a quick tip how to do nightly database backups with Cron at Heroku.
Cron tasks for your Rails application with Resque
The most common way to have cron tasks with your Rails application is to have a Rake task and configure it’s periodic execution in the crontab. This allows…
Rails 3.1 and asset pipeline
When we heard the announcement of Ruby on Rails 3.1 RC, we agreed that we upgrade one of our internal applications and check out all of the new…
Optimizing Ruby on Rails applications with NodeJS
Last week we had an interesting problem to solve in one of our projects. And as the result of this solution, we unexpectedly ended up using NodeJS. In…
Portfolio
Correct PayPal IPN handling with Rails
While working with different PayPal payment APIs, I have read a lot of tutorials, library code and documentation about the given matter. While there are several quite competent…