Tag Archives: Ruby On Rails

Ruby on Rails – Skipping validations based on where object is created

I ran into an issue today where I wanted to skip validations based on where an object was created. To be more specific, I wanted to validate strictly if a “venue” was created through my web interface but I want to skip validations when importing venues. The reasoning is pretty simple, I want [...]
Posted in Software | Also tagged , , , | 4 Comments

Logging your Rails model (the easy way)

In one of my Rails applications, I have some pretty heavy tasks in my models. I decided to log to different files for two of my models so that I can easily make sure these tasks are performed correctly without going through my application log. I also call some of my model methods [...]
Posted in Software | Also tagged , , , | Leave a comment

Gig&Tell

Gig&Tell is a service I created to help bands market themselves with minimal effort. It is currently in Alpha testing mode and I will provide more information about the service soon.
Posted in portfolio | Also tagged , , , , , , , , , , , , | 1 Comment

Get College Credit

I helped Get College Credit fix some critical issues with their Facebook application.
Posted in portfolio | Also tagged , , | Leave a comment