search for: hamza

Displaying 14 results from an estimated 14 matches for "hamza".

Did you mean: hamzah
2006 Apr 11
12
RJS
...quot;, :url =>{ :action => ''add'' }) %> in the homepage controller def add end By the way I am importing the javascripts like this : <%= javascript_include_tag :defaults %> I would appreciate any help, as I have been struggling all morning. Thanks in advance. Hamza -- Posted via http://www.ruby-forum.com/.
2006 Jun 27
4
RJS Form Values
...'tags_en''].value + " China" page[''tags_ch''].value = page[''tags_ch''].value + " ?" }) %> But that does not work. I am sure I can use the << operator and do it via Javascript. But is there a better way ? Thanks. Hamza -- Posted via http://www.ruby-forum.com/.
2006 Jun 30
1
Apache Cache
...Brick I see that it is indeed using the cached page and has stored it "tmp/cache/" I understand that by default it stores the cache in the public folder. I have checked that it is not a permission problem. I would really appreciate any help with this problem. Thank you. Kind Regards Hamza -- Posted via http://www.ruby-forum.com/.
2006 Mar 31
7
Recommended search library?
I''m at a point where I''d like to start adding search capability to my app, so I thought I''d ask: Anyone have any recommendations for a good Rails search library/plugin/etc? There seem to be quite a few different ones out there, but I don''t have much context on any of them. What is the difference between using Ferret, or a SearchGenerator, SimpleSearch,
2006 Apr 04
1
Calling a method in another controller
...@blog_contents = BlogController.list @article_most_discussed = ArticleController.list etc... end end But it does not seem to work. How do I reference methods in other controllers ? Is it done ? I can replicate the code in this controller, but that will be messy. Thanks in advance. Hamza -- Posted via http://www.ruby-forum.com/.
2006 Apr 03
2
Order By Number of Comments
...some SQL that works : (I renamed posts to contents) select contents.*, count(*) as comment_total from contents, comments WHERE contents.id = comments.content_id group by contents.id; But this does not return the posts with no comments. I would really appreciate any help. Thank you in advance. Hamza -- Posted via http://www.ruby-forum.com/.
2006 Oct 30
16
Seymore - Content Management On Rails
I have just open sourced my Content Management System called Seymore. Rather than having a separate administration section for managing content, content management functions are available throughout the site so users are able to contextually and comfortably manage the content. I am looking for any and all feedback. Please, either checkout the latest source from subversion, grab version 0.1 from
2019 Jun 25
3
Potential missed optimisation with SEH funclets
I’ve been experimenting with SEH handling in LLVM, and it seems like the unwind funclets generated by LLVM are much larger than those generated by Microsoft’s CL compiler. I used the following code as a test: void test() { MyClass x; externalFunction(); } Compiling with CL, the unwind funclet that destroys ‘x’ is just two lines of asm: lea rcx, QWORD PTR x$[rdx] jmp ??1MyClass@@QEAA at XZ
2023 Aug 24
4
[PATCH (set 1) 00/20] Rid W=1 warnings from GPU
On Thu, 24 Aug 2023, Jani Nikula wrote: > On Thu, 24 Aug 2023, Lee Jones <lee at kernel.org> wrote: > > This set is part of a larger effort attempting to clean-up W=1 > > kernel builds, which are currently overwhelmingly riddled with > > niggly little warnings. > > The next question is, how do we keep it W=1 clean going forward? My plan was to fix them all, then
2023 Aug 24
0
[PATCH (set 1) 00/20] Rid W=1 warnings from GPU
On Thu, 24 Aug 2023, Hamza Mahfooz wrote: > > On 8/24/23 08:07, Lee Jones wrote: > > On Thu, 24 Aug 2023, Jani Nikula wrote: > > > > > On Thu, 24 Aug 2023, Lee Jones <lee at kernel.org> wrote: > > > > This set is part of a larger effort attempting to clean-up W=1 > > >...
2006 Jun 27
1
Static pages
I have lot of static pages in my applications (FAQs, Contacts, Privacy etc..) What is the best way to handle (deploy) these pages in my application. I am using Apache with fastcgi. I would like to deliver the static pages from the apache itself. Basically how the deployment is done? The catch is the user should be easily navigate between the static and dynamic contents. thanks thila --
2001 Mar 21
2
my cc compiler cannot generate the .exe file
...7 version, after I read UNIX_INSTALL.txt file. But unfortunately I have the message when I execute the ./configure command that my C Compiler cannot create the .exe file. In fact the version of CC that we purchased 3 years ago is just to run a compiled program. What can I do please ? Best Regards. Hamza Marai <mhamza@dtcasino.pl>
2006 Aug 31
2
How to set RAILS_ENV for different directories (fcgid)
Hello! I want to use the same application in two environments (production and development) on the same server (apache2 with fcgid) in different (aliased) directories. Is there a way to specify RAILS_ENV inside my <Directory> directives? I have the line DefaultInitEnv RAILS_ENV production in my httpd.conf but I want one of the directories to be development. Setting the ENV var directly in
2006 May 29
19
WYSIWYG Editors and Rails
Hi everyone, I''m currently investigating re-writing our School CMS application in Rails and the only drawback I can see is there isn''t an ample supply (if any) of WYSIWYG In-browser editors written with a raw Ruby backend. We currently use KTML4 which is written with PHP as a base. I''m interested to hear from anyone who''s integrated a PHP based editor into