search for: holtgrewe

Displaying 20 results from an estimated 28 matches for "holtgrewe".

2005 Sep 27
5
Am I misunderstanding "require_dependency"?
...nt to. I also tried defining a class "Foo" there with a class method "bar" and the issue is the same: The change in the file is not reflected immediately as it should from my understanding since I am in "development" mode. What am I doing wrong? Regards Manuel Holtgrewe
2006 Mar 27
2
dispatch.fcgi hanging after lighttpd shutdown
...ian 3.1 box. I have configured lighttpd to do adaptive spawning of the FastCGI processes. However, after shutting down lighttpd the FastCGI processes remain running. Did this problem occur to anyone of you? Is there a fix? I''d be really grateful for every answer. Regards, Manuel Holtgrewe
2006 Jan 14
12
Dedicated Host Recommendations?
I currently have a dedicated server at ev1servers, but it''s getting rather antiquated (Redhat 9) and am looking to upgrade. I''m thinking about serverbeach.com - one of their CentOS servers. Anybody have any recommendations for dedicated servers on which to run Rails? Hopefully less than $200/month. Thanks! CSN __________________________________________________ Do You Yahoo!?
2005 Aug 21
8
validates_numericality_of
As far as I can tell "numericality" is not a word. Maybe this method should be renamed. -- R. Mark Volkmann Partner, Object Computing, Inc.
2006 Feb 27
2
Publishing a Plugin via ./script/plugin
...ails.com/rails/ pages/Plugins but seemingly ./script/plugin discover does not find it :/ Even if I do ./script/plugin source \ https://activerbac.turingstudio.com/source/active_rbac/trunk/ active_rbac it does not appear on ./script/plugin list. Can someone help me? Regards, Manuel Holtgrewe
2006 Feb 23
5
Access to session from plugins
Hi! I am writing an acts_as_ plugin and i need to access session data from it. But i cant find any information if this is possible? And if it is, how. Cheers! Mathias
2007 May 24
1
Logging Exceptions
...send out 500 http answers from there. Thus, I expect the problem is in my handler. Now to my question: Is it possible to hook into the place where Mongrel itself catches the exceptions so I can log an exception trace when this happens? Any help is appreciated. Thanks in advance, Manuel Holtgrewe
2005 Dec 30
3
model - controller always one-on-one?
Hi All, Is it necessary to always have a controller per model? Rephrased: Would you end up jumping through hoops in the future if you have a controller called Customer in which you add methods to create new companies as well as new contacts? Thanx Regards, Gerard. -- "Who cares if it doesn''t do anything? It was made with our new Triple-Iso-Bifurcated-Krypton-Gate-MOS
2006 Mar 03
19
Dreamhost rating?
Hi, I''m looking at getting some hosting to support RoR development. Thus, how would you rate Dream Host? Thanks in advance, -Conrad -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060303/91b84488/attachment.html
2006 Apr 22
5
ActiveRBAC 0.3.1 Released
Hi I am happy to announce the 0.3.1 release of ActiveRBAC Engine. The biggest improvement on the 0.3 release is that it runs with Rails 1.1 now. Get your personal copy now from https://activerbac.turingstudio.com/releases :) There is a manual PDF with a tutorial available at https://activerbac.turingstudio.com/releases/ActiveRbacManual.pdf which is also included in the full
2006 Feb 20
9
a complex availability problem
Ok, this is a hard one and I just thought I''d see if people on the list had any suggestions on how they would approach this, I''ve not started to implement the rails to handle this yet as I''m still at the paper planning phase. I''m building an app that has to handle availability for travel packages. The complexity comes in that a person can choose a start
2006 Feb 23
9
Suddenly a Blank Page
This is apache/fcgi/rails/firefox. When using a rails app we have been experiencing sudden blank pages in the browser. We show an model "new object" page and start changing stuff and all of a sudden the page will be erased to blank! Any idea what could cause something like this? -- Posted with http://DevLists.com. Sign up and save your time!
2006 Feb 23
20
ActiveRbac 0.3 release - We''re now on Engines
...rmissions_only works now with the ActiveRbac engine * removing railsfix plugin - that''s now in the ActiveRbac engine * removing protect_rbac plugin - that''s also now in the ActiveRbac engine generators * removing rbac_railfix since this is now in the engine Regards, Manuel Holtgrewe
2006 May 09
3
send a POST off a link, not a button.
Hi, Got a question about how the book suggests sending POST requests using a form whenever one intents to change some database state. So I converted a bunch of links to forms which ended up creating buttons. I was wondering if there was a way to keep them links rather than buttons but still use POST in a form? thanks. -------------- next part -------------- An HTML attachment was scrubbed...
2006 May 31
1
ActiveRBAC 0.3.2 Released
Hi I am happy to announce the 0.3.2 release of ActiveRBAC Engine. The only improvement on the 0.3.1 release is that it runs with Rails 1.1.2 and Engines 1.1.2 now. Get your personal copy now from https://activerbac.turingstudio.com/releases :) There is a manual PDF with a tutorial available at https://activerbac.turingstudio.com/releases/ActiveRbacManual.pdf which is also included
2006 Apr 11
0
habtm and :uniq
...ciations/ has_and_belongs_to_many_association.rb there is a line which reads @reflection.options[:uniq] ? uniq(records) : records This would be superflous if the "<<" operator checked for uniqueness. I''d be grateful for any information on this topic. Thanks, Manuel Holtgrewe
2006 Jan 15
0
ANN: ActiveRBAC 0.2.1 released
...ngstudio.com Changelog --------- MiniCMS Demo * Fixing ticket #81 (ActiveRbac::... => Controllers::ActiveRbac) * Upgrading to 0.14.2 (1.0RC3) Ruby On Rails ActiveRBAC Component * Fixing documentation error (#81) * Fixing documentation of the ImportCmsSchema migration (#67) Regards Manuel Holtgrewe
2006 Jan 31
0
How to use nested arrays in ActionWebService?
...to a flat integer array, it worked: class ProductStatistics < ActionWebService::Struct member :name, :string member :hit_distribution, [:int] end Now, my question: Is it possible to specify that I want nested arrays of integers in my web service API and if yes: how? Regards, Manuel Holtgrewe
2005 Sep 27
2
caching in development mode
Hi, I created some new models that do not extend ActiveRecord::Base. For some reason, these classes are being cached in development mode. Controllers are not cached, neither are models extending ActiveRecord::Base. Has anyone else seen this? Here are my relevant development.rb settings: Dependencies.mechanism = :load
2006 Jun 19
2
fuzzy search
This may be offtopic to Rails, but what are people doing to find records based on fuzzy string matches? For example, if you wanted to find a Person with name "David Heinemeier Hansson" but searched using the string "Dave Hansson". Currently I am find_by_sql that calls the PostgreSQL function "levenshtein(string1, string2)" which returns results with a score