search for: bealach

Displaying 15 results from an estimated 15 matches for "bealach".

Did you mean: beach
2006 Jul 22
10
Non English characters
Hi folks, Does anyone know how to tackle Swedish letters in Rails. Am I completely off track in thinking that it should be done using map or regex in some clever way? Bealach
2006 Jun 12
3
AMD64 + Debain + rails + Oracle ?
...OCI8. Since my new dev machine is AMD64 running Debian, I''m stuck. My rails applications need to connect to a remote Oracle 10g, but cannot since I can''t install OCI8 and I can''t install SQLPlus since I can''t install Oracle on AMD64! "Chicken and egg"? Bealach
2006 Apr 05
13
scaffold misuse?
...st and search/replace of/in the MVC tree to provide CRUD for authors and list them in the new product view, but I''d rather use any functionality that Rails might have to auto generate these. Can/should I run ruby script/generate scaffold <entity> Admin for each entity in my schema? Bealach -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060405/a61c5533/attachment.html
2006 Apr 21
3
Documenting web services API''s
...nvoke is concise and correct, but a bit terse. How can I give my users a little more? Maybe even include an example for them on the same page. Do I manually insert this in the rendered view? Or is there, like most things Ruby that I am discovering, a much more elegant way of doing this using RDoc? Bealach
2006 Nov 04
1
layere dispatching - please help!
...Name", "params"=>{"param"=>{"value"=>{"string"=>"711N7013T1"}}}}} ActionController::UnknownAction (No action responded to car): I can''t, for the life of me, see what I''ve missed. Can anyone help? Thanks, Bealach
2006 Jun 23
2
WEBrick hangs with OCI8?
...lected in the listing. Restarting WEBrick and/or the browser does not help either. 5. hit the "edit" button for a record that I know I''ve changed with sqlplus 6. make a change and hit "update". Now WEBrick goes into thinking mode and will not respond. Warm regards, Bealach
2006 Apr 04
2
Foreign keys not showing!
...e < ActiveRecord::Base belongs_to :shop end But when I go to http://localhost:3000/admin/new the shop_id field is not one of the fields. I''ve obviously not understood how much automation can be expected from Rails. Any comments and pointers would be much appreciated. Warm regards, Bealach -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060404/6202c6c6/attachment.html
2006 Jan 12
7
Is anyone using oracle with RoR successfully?
Hi, Is anyone using Oracle with RoR successfully? Is everything running smoothly? What are the main issues? any response is appreciated thanks, Chris -- Posted via http://www.ruby-forum.com/.
2006 Apr 17
7
Should Perl talk to Rails via LWP
...y be the best solution! I know very little about XMLProxy and am not sure that this the best way to go. Forcing everyone to abandon Perl and use Ruby is also out of the question. Any ideas on what might be the best way to provide my users with what they are used to and keep my newfound love, RoR? Bealach
2006 Apr 06
2
using select() to relate tables
...vise me on how I might do this? Also, I know that I''m really supposed to write something in the appropriate controller or write a helper method to populate a variable which I can then use in my _form.rhtml, but I''m not sure how to do that and would appreciate pointers there too. Bealach -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060406/53d9603a/attachment.html
2006 Apr 25
0
IMAP disconnect method broken?
...#{ imap.responses["EXISTS"]}" imap.search(["To", "Me"]).each do |message_id| envelope = imap.fetch(message_id, "ENVELOPE")[0].attr["ENVELOPE"] puts "#{envelope.from[0].name}: \t#{envelope.subject}" end imap.disconnect Regards, Bealach
2006 Aug 01
0
init.rb
...to write init.rb files needed for distributing RoR applications? I want to run: 1. tar2rubyscript application to produce application.rb 2. ruby application.rb to run it The problem is I don''t know how to write init.rb for tar2rubscript to bundle with my application. Warm regards, Bealach
2006 Mar 23
4
Postgresql connection problems
Forgive me for asking a trivial question on this list, but being new to Ruby/Ruby on Rails, I''m not sure where to start.... I''m trying to connect to a postgresql server: My database.yml contains: test_test: adapter: postgresql database: test_test username: testuser password: resutest host: testpgserver port: 5432 encoding: UTF8 min_messages: warning The
2006 Apr 19
5
Swedish characters problem
Hello, I''m playing around with Rails and I''m having problems with displaying swedish characters. This is how far I''ve gotten: I have a controller... class MiscController < ApplicationController def swedish_chars @chars_to_display = ''???'' end end ...and a template (swedish_chars.rhtml) <head> <title>Test with swedish
2006 May 02
16
no one cares about i18n (was [OT]: Asking questions on this list)
Do most others in the community agree with this statement? It seems to me that i18n is: 1. Actually important to many people 2. Not really the difficult to implement in concept 3. Something that people like to point out about Rails to say it''s not ready foir "Enterprise" It seems to be that a big part of Rails is encouraging people to do things the "Right Way",