search for: bakki

Displaying 20 results from an estimated 81 matches for "bakki".

2006 May 16
7
svn-1.3.1 errors on intel mac on checkout
...c:338: (apr_err=155009) svn: In directory ''sr'' subversion/libsvn_subr/io.c:565: (apr_err=2) svn: Can''t copy ''sr/.svn/tmp/text-base/README.svn-base'' to ''sr/README.tmp'': No such file or directory Any one getting this? TIA for any help. -bakki
2006 May 19
6
rmagick->X11 on MacTel Howto?
I needed to install rmagick/GraphicsMagick on an IntelMac and did so from Darwinports. Some things work and others don''t work, like rendering fonts which needs X11 fonts and X server. The rmagick page at rubyforge points to .. http://developer.apple.com/opensource/tools/runningx11.html where X11 link to Apple is broken. X11User.pkg talked about on the page above no longer exists at
2006 Mar 16
21
RadRails 0.6 out
Since RadRails 0.6 is out (see http://www.radrails.org/ ), I have made a "celebratory illustrated tutorial" on how to use the Eclipse update function to do the upgrade from within Eclipse (I found the process a tad confusing): http://wiki.awebfactory.com.ar/awebfactory/published/UpdateRadRails saludos, Victor Kane awebfactory.com.ar -------------- next part -------------- An HTML
2006 Jan 10
7
Can only render or redirect once per action - why?
...tion... say using a switch statement. Ofcourse I found that you can use multiple redirects or renders if you do render :action => ''new'' and return false I hate to code something I don''t understand fully. Any explanation of this will be greatly appreciated! Thanks, bakki kudva -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060110/701da28f/attachment.html
2006 May 26
4
shouldn''t this work? - session[:array_of_objects].delete_if {|x| x.id == params[:id]}
...to do this I have to index the list in the view and insert the value into each link_to. When I try this in irb the second statement works but the first does not and does not give any error messages. What am I missing here? I have stared at this long enough and can''t figure it out. TIA, bakki
2006 Mar 09
6
rmagick and captcha
Has anyone implemented a captcha with ruby on rails and rmagick? I tried this example: http://wiki.rubyonrails.com/rails/pages/HowtoSecureFormsWithNoisyImages but I got an error: undefined method `size'' for #<NoisyImage:0x34d8070> Thank you -------------------------------------------------- Rodrigo Dominguez ? Iplan Networks ???????????????Datos Personales
2006 Jun 16
5
[slightly OT] Problem with subversion 1.3.1 on OSX Tiger
...svn user list I found a msg about a similar problem where some one suggested using sudo fs_usage -w | grep svn in one terminal and then doing the commit from another. However I didn''t find any chfags (I am still not sure what chflags are) set by svn. I appreciate any help on this. TIA, bakki
2006 Apr 12
5
SPAM on rails-list
...SPAM is on the rise here. I wonder how they can spam the list since each user has to be authenticated. Do spammers go through the trouble of subscribing to the list? In any case, this msg is to the list admin...could you please do whatever it takes to filter this stuff out? Thank you very much. -bakki
2006 Apr 21
28
Ruby, Rails & Linux - Which distro ??
Hi, I''ve been doing most of my initial playing with rails on a windows system - but wish to switch to a dedicated linux box for this. Are there any particular distro''s to avoid / recommend. I prefer debian for my other stuff, but thought i''d ask before going ahead. :) Cheers -- Posted via http://www.ruby-forum.com/.
2007 Aug 08
1
autocomplete field in ajax response html - css does not get applied.
...unable to select from the drop down except for the first item. I have been looking at this in firebug for hours but can''t see the difference between a working autocomplete on a normal page and the one in an Ajax div. Any help/pointers/illuminations will be greatly appreciated. Thanks, bakki --~--~---------~--~----~------------~-------~--~----~ 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.gmane.org To unsubscribe from this group, send...
2006 Jan 06
10
I need debugging tips?
Hi all, Like most other frameworks, Ruby groups code by Model/View/Controller instead of by task, and therefore I''m having a hard time debugging a problem from the Agile Rails book where looping through @items errors out because one or more items is nil. I managed to empty the cart by placing session[:cart] = nil in find_cart() in the store_controller_rb, and the problem continued
2006 Apr 23
4
Ruby, Rails & Linux - Which distro
...4,1 4,1 Co$T $1,999 $1,499 $1,099 So the conflict in my head is what I NEED vs. What is considered cool. For example would''nt the Toshiba get the job done with Linux or FreeBSD? </spin> -bakki On 4/21/06, Tom Mornini <tmornini@infomania.com> wrote: > > On Apr 21, 2006, at 8:51 AM, Bakki Kudva wrote: > > > >> O fcourse an obvious option is the Macbook Pro. I was a bit surprised > >> to see that most good brand name coreduo laptops with similar > &gt...
2007 Sep 17
2
Drb - shared app with multiple private databases - howto?
...their own private database and other file assets (in an uploads directory within the app) Thank you for any suggestions, pointer etc. Also I''d be very interested in hearing from those who are using it in production apps right now and what your experience has been in terms of stability. -bakki
2006 Jun 28
15
Its here! RubyGems Release 0.9.0
Read about it here: http://rubyforge.org/forum/forum.php?forum_id=7575 -- Posted via http://www.ruby-forum.com/.
2006 Apr 06
16
Rails Masters'' debugging techniques -> Rails Recipes?
...) -or- that Gosling cobbled up Java over a weekend -or- that Jim Fulton wrote zope on a plane ride home -http://www.plope.com/Books/2_7Edition/IntroducingZope.stx and other such stories. There seems to be precious little written on the subject in the wiki. Thanks for the opportunity to vent, -bakki
2007 Jun 19
1
fastthread errors on Debian Etch
...#39;'rb_ensure'' from incompatible pointer type make: *** [fastthread.o] Error 1 I have ruby1.8-dev also installed. Which pkg do the .h files it''s asking for come from? They aren''t in the /usr/lib/ruby/1.8/i486-linux/. I have gcc4.1 installed. Thanks for your help. bakki
2006 Jan 24
2
Security Code for protecting forms?
Hi all What''s the easiest way to protect my forms using a security code? Is there any plugin available for this? Thanks a lot. :-) Josh -- Posted via http://www.ruby-forum.com/.
2006 Jan 11
6
Output non-HTML (CSV) from Rails
Hi, I want to offer a CSV download of data in my Rails app (eg. An "Export to Excel" link to grab the current view of tabulated data). However, I can''t seem to break-out of the Rails framework to output this non-HTML data. Even if I eliminate my layout template from my view, the most basic view (no HTML) will still wrap the output in
2006 May 13
8
Which Linux flavor for a Rails server?
Hi folks, I''m a linux noob, and I''m trying to pick a distro for my rails server. I don''t want to start a flame-war about linux distros! I''m interested in the best distribution for these criteria: 1 - Simplicity of getting ruby and rails set-up (gem updates) 2 - Stability (it is a server, after all) 3 - Support resources (community, and as a fall-back, paid
2006 Jan 31
4
Ajax and Controller actions
I am new to rails and want to learn the ''best practices'' up front. So I have a few questions and hope someone can help: 1. Using Ajax to update a div. The remote_function must call an action on a controller. This causes me two problems: 1.a The action is only ever used by the ajax call, but can now be accessed through the browser. I want ajax to call a method/action