search for: hangonsoft

Displaying 4 results from an estimated 4 matches for "hangonsoft".

2005 Mar 05
3
some macosX icons for RoR
http://ohericord.free.fr/MOCKUP/
2005 Jan 17
5
how to override rails errors messages?
hi, how can i override rails errors mesages (that are in english) to display them in an other language? thanks hangon
2005 Mar 08
19
find_by_sql ON STEROID possible?
find_by_sql BREAKS THE OOP BEAUTY and perhaps we can solve that. NAMING CONVENTIONS can perhaps make find_by_sql much more clever. lets imagine that relation: publishers <- books <-> authors_books <-> authors -> universities (can''t find something else than university for that last association :) ) imagine we want to fetch every book and every associated
2005 Jan 17
0
negative has_and_belongs_to_many possible?
hi, is there a possibility to tell activerecord in a has_and_belongs_to_many relation that the intermediate table has to contain the NON ASSOCIATED records instead of the associated records?