search for: iau1qiylxlpbdgjk7y7tuq

Displaying 6 results from an estimated 6 matches for "iau1qiylxlpbdgjk7y7tuq".

2008 Nov 19
3
Rails.cache and problem with model id?
...index.html.erb:21:in `_run_erb_47app47views47fetishes47index46html46erb'' ---- If I do not cache the query it works beautifully... basically when I cache that query anytime I try to view fetish.id I get a stack level to deep error... anyone ever get this problem? -- John Kopanas john-Iau1QiYlxLpBDgjK7y7TUQ@public.gmane.org Blog: http://www.kopanas.com Conference: http://www.cusec.net Twits: http://www.twitter.com/kopanas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to th...
2008 Dec 05
1
Question About Rails.cache and find method.
...but queries the DB again... which makes sense but not exactly what I want it to do. I can do City.find(@user.city_id) but that is ugly. So my question to you guys. What are the smart people doing? What is the right way to do this? I look forward to getting feedback! :-) -- John Kopanas john-Iau1QiYlxLpBDgjK7y7TUQ@public.gmane.org Blog: http://www.kopanas.com Conference: http://www.cusec.net Twits: http://www.twitter.com/kopanas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to th...
2006 Nov 02
4
Still Having Problems With :through When Going To Same Table... Help... please :-(
...e above does not work... but the following does: john.spanks spank = Spank.find(1) spank.spankee spank.spanker Help... help... I get the following error: ActiveRecord::HasManyThroughSourceAssociationNotFoundError:ActiveRecord::HasManyThroughSourceAssociationNotFoundError -- John Kopanas john-Iau1QiYlxLpBDgjK7y7TUQ@public.gmane.org http://www.kopanas.com http://www.cusec.net http://www.soen.info --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails...
2005 May 26
0
Validation of Correct Date Submitted on Form
From what I can tell there is not validates_ functionality for dates is their? Do people just make custom validations for that too or it their a validates_functionality that I am missing? John Kopanas john-Iau1QiYlxLpBDgjK7y7TUQ@public.gmane.org
2006 Oct 25
1
Capistrano, Media Temple and their Grid Servers
...' that I can''t find anywhere. Does anyone have any suggestions for deploying to MediaTemple? With the way the container is setup it looks like I can''t use my traditional deployment script. Any words of wisdom or advice would be appreciated. Thanks :) -- John Kopanas john-Iau1QiYlxLpBDgjK7y7TUQ@public.gmane.org http://www.kopanas.com http://www.cusec.net http://www.soen.info --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails...
2006 Nov 24
14
CHM Documentation for Rails 1.2.0 - RC1
Since the first release candidate of Rails 1.2.0 was announced yesterday, I decided to update my CHM documentation file for this release. You can find the updated file via my CHM Documentation Project Page [1], or you can download the file directly from here: http://delynnberry.com/assets/2006/11/24/rails-documentation-1-2-0-pre-release.chm. [1] -