search for: avdi

Displaying 11 results from an estimated 11 matches for "avdi".

Did you mean: andi
2001 Mar 20
2
WINE Corrupting directory names on windows partition
...rams under wine, some of the directories on the windows partition will have been renamed to names like "$!$!$!$!.dsk" or "$!$!$! $!.prg". Needless to say, this interferes with windows' operation. Has anyone else experienced this? What am I doing wrong? Thanks in advance, -Avdi
2006 Mar 13
32
DRY principle form validations
We are wondering how you''d validate a credit card number or a SSN without writing Javascript and Ruby code. Would it be through Rails'' AJAX support? -- Posted via http://www.ruby-forum.com/.
2008 May 27
8
new --pattern option
Hello. You''re saying that: To get rspec to behave as it did before this change, use this: --pattern "**/*.rb" I tried like this (rspec 1.03) and it wasn''t same as before (rspec 1.08). Now it also loads all other files in current directory and in all subdirectories and not only from directory and subdirectories given to spec as a parameter. So, for example, I have
2006 Feb 01
3
Parsing RDF coming from a URL
Hello, i''m writing an application that needs geocoding information for locations outside of the US. I''m using the brainoff.com geocoding service mappoint = Net::HTTP.new(''brainoff.com'', 80) response = mappoint.get(''/geocoder/rest/?city=Gent,BE'') logger.debug response.body and the body of the response is in the following form : <rdf:RDF
2006 Mar 15
4
New RadRails tutorial using AWDWR book
Hello there, I am basically a J2EE refugee fascinated with Rails. I have been using the Spring framework (a lightweight J2EE java framework with some special characteristics) but I am so impressed with RoR that I am porting over many applications. In order to "dive into Rails", of course the second thing to do was get myself an IDE, and since I''ve been using Eclipse for the
2006 Mar 18
24
rails is extremely hard to install
I''m on Mac OSX and I''m about to rip my hair out over how hard it is to install rails. I''ve installed rubygems and am typing "ruby setup.rb" in the command line and get "No such file or directory." I''ve never had to use command lines before so this is alien to me. Can''t they just make installation GUI-based for non-geeks like
2007 Feb 24
2
RESTful PUT and button_to
...e button_to (and link_to) source, there is no way to do this. So: am I missing something? What''s the right way to do this? Do I have to construct the form and hidden fields manually, without the help of button_to? Or is there another way to go about it entirely? Thanks in advance, -- Avdi -- 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 Feb 27
0
Session with Indifferent Access?
...nt access. E.g. @session[''user''] is not the same as @session[:user]. This violated my POLS, and caused me some confusion until I finally figured out what was happening. Does anyone else find this inconsistent, or am I just being picky? Is it worth submiting as a bug report? ~Avdi -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060227/c5fcf344/attachment.html
2006 Jan 26
0
Rails and suEXEC
I''ve posted my experiences getting Rails running under CGI on a shared host that has suEXEC enabled on the wiki ( http://wiki.rubyonrails.org/rails/pages/RailsAndSuExec). I''m curious if anyone else has dealt with Rails and suEXEC before, and if so what approach they took. Avdi Grimm -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060126/c4e8c0ee/attachment-0001.html
2012 Jun 12
0
setting up nulldb for fast tests
...to rails too but I''m an experienced developer and kind of a coach for best principles, patterns and practices of effective software development/testing. I''ve developed few rails applications though and read almost fair amount of material for it. Currently I''m reading Avdi Grimm''s Objects on Rails for having a better rails app and not forcing to some conventions and practices which are REALLY common in rails development and will lead to bad OO design and poor dependency management and maintainability of the application. But I have some problems setting u...
2009 Jul 20
9
rake error
When I run rake test:units I get this error: 292 tests, 350 assertions, 2 failures, 13 errors rake aborted! Command failed with status (1): [/usr/local/bin/ruby -I"lib:test" "/ usr/loc...] This error just showed up yesterday --- I have no idea how I caused it. Here is my gem list in case that helps: actionmailer (2.3.2, 2.2.2) actionpack (2.3.2, 2.2.2) activerecord (2.3.2, 2.2.2)