search for: nauhaie

Displaying 17 results from an estimated 17 matches for "nauhaie".

Did you mean: nathalie
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 30
7
Rich text aera?
...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? Thank you very much Nauhaie -- Posted via http://www.ruby-forum.com/.
2006 Jul 16
6
Apache2.2 + Mongrel: what do you think about these perfs?
...n 100 -c 10 127.0.0.1/stylesheets/img/logo.gif Result: 1703 #/s Which seems to be unsufficient for production use... So, what do you think? Is it normal? Did I do something wrong? In fact, I would be interested in points of comparison, and thoughts about these results. Thank you very much! Nauhaie -- Posted via http://www.ruby-forum.com/.
2006 Aug 03
12
More than one has_many :through association between the same 2 models
I wonder if you can have more than one has_many :through association between 2 models. For example... I have a model Teacher and a model Class Now, 1 Teacher works in many Classes, right?. So I need a join model like class Work < ActiveRecord::Base belongs_to :teacher belongs_to :class end But I also would like to know if a teacher CAN teach a class before I
2006 Sep 18
2
RedCloth !image! bug with filter_html
...cloth.rb:1118:in `clean_html'' Huh? Everything works fine if I remove :filter_html (but then, my HTML is potentially dangerous, and I prefer RedCloth''s html filter to Rails'' sanitize method, which is only a blacklist, that is to say vulnerable). Any hint? Thank you! Nauhaie -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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-talk-/JYPxA39Uh5TLH3MbocFFw@public.gma...
2006 Oct 24
13
How can my boss take rails seriously with bugs like this?
The Time::next_week method is supposed to give the time of the start of the next week. But look at this, it cocks up : >> t=Time.parse "Monday October 16th 2006" => Mon Oct 16 00:00:00 BST 2006 >> t.next_week => Mon Oct 23 00:00:00 BST 2006 >> t.next_week.next_week => Tue Oct 24 00:00:00 BST 2006 >> t.next_week.next_week.next_week => Mon Oct 30
2006 Aug 17
2
How to trigger an action from script/console
...onverts 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 action from it? Thank you! Nauhaie -- Posted via http://www.ruby-forum.com/.
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 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 Sep 13
4
Mini_Magick Problem
I can''t for the life of me figure this out. Been banging my head on this since the weekend, and can''t see what I''m doing wrong. This code works: image.resize("640x480") image.write(path) I run this and I get the resized file just fine. This doesnt work at all: width = 200 height = 100 dimensions = "#{width}x#{height}"
2006 Jun 03
1
Multiple Paginators with Independent Paging
Hi, Is it possible to have multiple paginators on one screen with independent paging? I have two paginators but they both track the same page, which isn''t what I want. Thanks, John -- Posted via http://www.ruby-forum.com/.
2006 May 06
0
Dedicated ROR server and security
...all fcgid process from one app to the app''s directory. Could suexec do the job? I couldn''t find any tutorial... I don''t really need the fcgid process to be run as a special user, I just need it to be unable to access what it should not access. Thank you in advance ;-) Nauhaie -- Posted via http://www.ruby-forum.com/.
2006 Apr 30
0
Calibre-bbcode gem installation problem
...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 installed and should work! Why? I am using Mac OS X Tiger and trying to access my app''s console when the errors rises. Thank you! Nauhaie -- Posted via http://www.ruby-forum.com/.
2006 Sep 15
2
Link_to with anchor?
Hi! Very silly question, but how do you use link_to with an anchor, for example: www.website.com/articles/123#comments ? Just can''t figure out! Thank you! -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this
2006 Sep 21
0
post.author_id or post.author ? Rails bug?
...2 I get a post that has both an :author_id => 2 attribute, and an associated Author with id 3. Then, post.save, and the author_id in the DB is 3. I think that this is a little bit confusing... Is there something useful in allowing to have both an author_id and an author that do not match? Nauhaie -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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-talk-/JYPxA39Uh5TLH3MbocFFw@public.gma...
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 20
3
In a find, can''t you use both :include and :limit ?
I''m trying to do a find that includes a join. It has to be a find because I''m using the results for a Pagination, so I need to limit my query to the number of results I want to display per page. Here''s the type of thing I want to do: Employee table <-> Skills_Employees table <-> Skills table Let''s say I want to find all the employees who have