search for: merenn

Displaying 13 results from an estimated 13 matches for "merenn".

Did you mean: merenne
2006 Feb 15
3
RailsTidy: validates your HTML
...to clean their HTML output. The plugin can do it, but this hits performance quite a bit. Hope this helps some peoples, Regards, Damien PS: If someone has the correct mail for the ruby tidy bindings author, can he send it to me ? The rubyforge adress seems to not be valid anymore. -- Damien MERENNE <dam@cosinux.org> http://www.cosinux.org/blogs/dam/ Scientists have estimated that the energy given off during the Big Bang is roughly equal to 1CNRhK (Chuck Norris Roundhouse Kick)
2006 Jun 01
5
History plugin
...previous location in a hackish way that I wrote this plugin. It avoids storing POST and Ajax request. It also has a facility to specify actions not to store in the history. If you are interested, it''s there: http://blog.cosinux.org/pages/rails-history See you all, Damien -- Damien MERENNE <dam@cosinux.org> http://blog.cosinux.org/ If you ask Chuck Norris what time it is, he always says, "Two seconds ''til." After you ask, "Two seconds ''til what?" he roundhouse kicks you in the face.
2006 Feb 13
2
Do I need separate file for each model
Hi, I have some models in a file named genel. When I try to use one of the classes in my controller rails raises an error telling classname.rb is not forund even the file is required already. require "genel" require "hesaplar" class HesaplarController < ApplicationController def yeni_firma @emlak_firmasi = EmlakFirmasi.new @sehirler = Sehir.find_all end
2006 Feb 17
5
getting old values
Hi all, I''ve add :before_update event to my model Before updating a record I want to check if new attributes differ to old attr. My question is how to retrieve old attributes in :before_update event ? thanks -- gratis egold 1$ http://shegold.com/
2007 Jul 31
1
RXML: <ruby:put expr="1+2"/>
...#{node[''args]}| render_node(current_node, parent_node, binding) end ]) If somebody is interested and is willing to review my code, I would be very happy to hear their thought/ advice/... The code is available at http://www.cosinux.org/~dam/rxml.tar.gz Best regards, -- Damien MERENNE <dam-xqxBqOIvj5dAfugRpC6u6w@public.gmane.org> http://blog.cosinux.org/ --~--~---------~--~----~------------~-------~--~----~ 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-tal...
2006 Feb 19
2
SwitchTower 1.0.0
...ur servers without needing to write a task for it. * Fixed the strftime format string that was used in the CVS module, to make it Windows compatible. * Added three new SCM modules: perforce (submitted by Richard McMahon), bazaar (submitted by Edd Dumbill), and bazaar-ng (submitted by Damien Merenne). * Proc-valued variables can be set much more conveniently now. Just do "set(:variable) { ''foo'' }". * Added optional :svn_username and :svn_password variables, for people who''s svn credentials differ from their login credentials. * Added branch support...
2006 Feb 13
1
master and slave issue.
hi all. i have a model called "Comment": #--------------------------------------------------------- class Comment < ActiveRecord::Base def read ... end def write ... end end #--------------------------------------------------------- i want "read" connect to slave server and "write" connect to master server any ideas? all regards. -- Posted via
2006 Feb 13
1
Component or plugin
Hi! I have been learning rails for a couple of week now. Mostly i''ve worked on a authorize/roles system and now i go to the point that i want to separate it from en rest of my application to share it with others and to use it in other projects. It is a quite simple system that i implement using before_filter. My vision is to separate the authorize methods and even some basic
2006 Dec 02
0
has_and_belongs_to_many and finder_sql options
Hello everybody, I''ve been hit by the bug described at http://dev.rubyonrails.org/ticket/1732 Is there any reason why the patch is still not included in trunk ? The patch seem simple enough. Regards, -- Damien Merenne http://blog.cosinux.org/ --~--~---------~--~----~------------~-------~--~----~ 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-core@googlegroups.com To unsubscribe from this group,...
2006 Feb 06
2
how do i reload a module in the vendor directory?
This seems like a fairly straight forward question. I have code in the vendor directory. Any modifications that I make to the code are not respected. My rails app is in development mode so I would expect any require ''code'' to be re-parsed. But this is not occuring... How so? I have a test to post if I need to, but I get the feeling that I am just missing something simple. I
2006 May 22
4
naming convention for bridge tables.
I read somewhere that the correct naming of bridge tables is in alpha order. For example. I have two tables: houses, and colors. If I want to create a bridge table to associate colors with houses, I would name the table: colors_houses The associations work fine. But, if I have a table named: track_houses. Building a bridge table called: colors_track_houses, gives me model associaton errors.
2006 Feb 14
8
Best Practices For back/cancel/return button
Are there any best practices for implementing a back/cancel/return button... even when the page you want to return people too is 2 pages back (when people submit form and then want to return)? Thanks :-) Your Friend, John Kopanas http://www.kopanas.com ===================================================================== http://www.soen.info - source of the freshest software engineering
2006 Jan 17
0
SwitchTower and Bazaar-ng
Hello, I tested switchtower and saw it lacked bazaar-ng support. I''ve added support for it to switchtower. It "works for me" but has not been very much tested. You can find it on my blog at http://www.cosinux.org/blogs/dam/articles/2006/01/17/bazaar-ng-and-switchtower I hope this will be useful to somebody. Any comments are welcome. Bye Dam