search for: diegocarrion

Displaying 3 results from an estimated 3 matches for "diegocarrion".

2010 Apr 15
12
[PATCH] Add :touch option to has_many associations
...d. I have created a ticket with a patch attached: https://rails.lighthouseapp.com/projects/8994/tickets/4392-add-touch-option-to-has_many-associations <https://rails.lighthouseapp.com/projects/8994/tickets/4392-add-touch-option-to-has_many-associations> cheers -- Diego Carrion http://www.diegocarrion.com http://www.mouseoverstudio.com/blog/ http://www.twitter.com/dcrec1 http://www.workingwithrails.com/person/13580-diego-carrion -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-co...
2010 Apr 18
1
Add shorthand support for routes like /projects/status(.:format)
...jects/8994/tickets/4423-patch-add-shorthand-support-for-routes-like-projectsstatusformat>This way, we can create a route like the specified instead of: match ''/projects/status(.:format)'' => "projects#status", :as => :project_status -- Diego Carrion http://www.diegocarrion.com http://www.mouseoverstudio.com/blog/ http://www.twitter.com/dcrec1 http://www.workingwithrails.com/person/13580-diego-carrion -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-co...
2010 Jan 25
3
Dynamic attributes!
I want to create a general model ''Product'' that I will be able to store several attributes in it. For example the attributes :id :name :description are pretty stantard. So each product will have this attributes. However, I wanted to know if it is possible to create dynamic attributes. In the case of a cell phone device I might want to store the IMEI of the phone, this