search for: cuneo

Displaying 10 results from an estimated 10 matches for "cuneo".

Did you mean: cneo
2006 Mar 12
11
HABTM selection conditions
...'published'' value is ''1''. And I have absolutely no idea how to do such a thing... In other words, I would like to find a way of mixing conditions on the category and conditions on the article itself... I hope someone will be able to help me soon ;-) Thank you No? Cuneo -- Posted via http://www.ruby-forum.com/.
2006 Aug 17
2
How to trigger an action from script/console
Hi, I have build a conversion script from an old database to a new one (which is designed to work with ROR), and every action converts one table and takes over 5 minutes... When I trigger the actions from my browser, I finally end up with a "Failed to start properly"... So, simple question: How can I do this from the console, that is to say, trigger one of my controller''s
2006 May 07
3
Webrick not showing sql queries any more?
Hi all, I updated rails to 1.1.2, and somehow, when I run script/server on a new rails project, I don''t see the sql queries in the console any more... It was very useful to see them live... Does any one have any idea why? Thank you very much! Nauhaie -- Posted via http://www.ruby-forum.com/.
2006 Apr 29
3
Post to a remote page
Hi all, I am sorry if this question has already been replied here, but I did not manage to find an answer. I am looking for a way to post data to a remote web page. I don''t want to use hidden fields and a submit button, I would just like some ruby code that would post parametres to a web page and store the web page that the remote server sends back. I am not sure that I have been
2006 Apr 30
7
Rich text aera?
Hi all, I am trying to add an article editing interface to my future webstore, and I am wondering what to use for text formatting. I would like to avoid using HTML, and calibre-bbcode just won''t work (see my last post). Is there some kind of library for live text formatting right in the browser? I would just need bold, italics, size and ul lists... Do you know of a good solution?
2006 Jul 23
9
Kubuntu, Apache 2.2, Mongrel, Mongrel Cluster
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: new_notes Type: application/octet-stream Size: 5801 bytes Desc: not available Url : http://wrath.rubyonrails.org/pipermail/rails/attachments/20060723/34e20e45/new_notes.obj
2006 May 06
0
Dedicated ROR server and security
Hi all, I am trying to set up a dedicated Ruby on Rails server on Debian Sarge, with Apache 2 and mod_fcgid. There are 2-3 applications on this server, using virtual hosts. For now, everything works fine. However, I would like to secure this a little bit more. What I would like is to prevent one of the web apps to run a shell command to read one of the other app''s source file, or
2006 Apr 22
3
freeze_gems not freezing all gems?
Hi, I am currently experimenting on rake freeze_gems and there is something I do not understand. When I freeze_gems my app, it puts Rails in the /vendor/ directory, which works. But what about all other gems I have installed (for example Unicode, sqlite support, mysql support and so on)? The aim of freezing is to be independant of the versions of the ISP, but it seems that the server still
2006 Apr 30
0
Calibre-bbcode gem installation problem
Hi all! Just a little problem here: I have run gem install calibre-bbcode, and it worked. Then, I added "require ''calibre/bbcode''" in my environnment.rb as suggested , and it keeps telling me "no such file to load -- calibre/bbcode" If I try to reinstall the gem, it tells me "successfully installed calibre-bbcode-1.0.0 after doing nothing. So it is
2006 Jul 16
6
Apache2.2 + Mongrel: what do you think about these perfs?
Hi all, I''ve been spending quite a lot of time trying to install a decent RoR server on my dedicated server (Ubuntu 6.06 LTS), and now, everything works. However, the performances are not really what I had expected... I would like to know what you think about it. Here is my config: 2GHz VIA proc, 1Gb RAM, SATA-II HD. I have apt-got ruby 1.8.4, mysql5 and installed rails 1.1.4 by