Skip to content

Instantly share code, notes, and snippets.

Problem with Products & Offerings

  • These products are included in the wsProducts script, but not in wsOfferings script. As a result, the home page shows the following products with a price of zero:

Total: 48 from 117

OSG ID Name
247 Office Ergonomics
215 Defensive Driving Course
214 Front End Loader Training
class Change < ActiveRecord::Base
has_many :conversations
validates :name, presence: true
def self.top_ranked(load_conversation=true)
with_rank(load_conversation).order("conversations_rank desc").limit(1)
end
def self.with_rank(load_conversation=true)
@laspluviosillas
laspluviosillas / Questions
Created July 12, 2011 03:05
Magma Rails Give-away
Day Job: Programmer and web designer for small outsourcing firm called Etherpros in Orizaba, Veracruz.
Open source contribution:
Nothing too big. I created FastFM which is a Filemaker (hate the technology but had to use it for a project) PHP ORM. I also host 'chayote', a simple open-source time tracking application. None of my open source projects have taken off (but to be fair I haven't promoted them much).
I've made some contributions to ThinkUp and Canvas.
Tell me about your experience with Ruby/Rails: Been using it since 09. Not only is it based on my favorite language (ruby), but I've found RoR to be the framework that best allows for agile development which keeps clients happy. I love it.
GitHub: I use it as a repo for most of my projects and to contribute to open source projects I find interesting.