Displaying 20 results from an estimated 500 matches similar to: "Swedish characters problem"
2006 Apr 08
16
International characters
I am new to Ruby on Rails. I have read a lot, and bought several books,
and now I have started to implement a modified "shopping cart",
following the AWDWR-book, with modifications to suit our application
(subscriptions and memberships).
Having done up to chapter 7 I have had no real problems, except one:
Since our customers are Swedish I need the screen names, texts etc to be
in
2006 May 11
4
Ticket/Issue support system
Hi
I am looking for a Open Source RoR-based system for handling support
issues for our customers.
I needs to be simple so that the end user easily can add support issues.
We also need to administer the issues (assign to developer/support
person), schedule, and list issues (tickets).
I have found SimpleTickets, which seems to be a good alternative, but I
would like to know if any one else out
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",
2006 Apr 03
11
Legacy database Oracle
I am new to RoR, but totally sold to the concepts, so I have decided to
use RoR to develop a web client to our Oracle-based software that our
customers today use with a Windows client. At first we will develope
simple things like registering to receive email newsletters, and
registering/updating your name, address and telephone etc. Eventually we
hope to do a more full-bodied web-side client.
2006 May 03
3
Installing a standalone package of rails
I recently downloaded a standalone package of rails, release 0.12.1
(.zip) but I don''t know how to install. When I unzip, I get a lot of
-sometimes empty- folders. Should I copy these folders? If so, where
should I copy them?
I hope you can help me!
--
Posted via http://www.ruby-forum.com/.
2006 Apr 27
6
Why not mod_ruby?
Hi!
I''ve understood that the mod_ruby apache module is not recommended for
running Ruby on Rails applications. But I haven''t found any information
as to why that is so. Please enlighten me. And could you point me to the
(currently) prefered production environment. (That can handle both RoR
and PHP sites).
Thank you and best regards
Hans-Eric Gr?nlund
--
Posted via
2006 Apr 28
1
Where to put localization strings
Hello!
I have a model that validates presence of the attribute title
class Entry < ActiveRecord::Base
validates_presence_of :title
:message => ''empty title is a no no''
end
I also have a test of this valitation.
class EntryTest < Test::Unit::TestCase
fixtures :entries
def test_validate_title
first = entries(1)
first.title = ''''
2006 Aug 03
3
Swedish Rails
I would like to announce my plugin Swedish Rails.
Rails provide many goodies and helpers for you, but some of these are
dependant on your user interface being in english. Date controls, for
example. Pluralization is another. And have you ever tried to capitalize
a string with Swedish letters in them? Then you know it doesn''t work
that well. Until now, that is. You install this
2006 Sep 07
9
LiteSpeed
Yo Zed,
Just curious -- what do you think of the LiteSpeed
server? Is it better than Lighty? Does it (gasp!) also
serve Rails apps like Mongrel? I think I read that
LiteSpeed doesn''t have proxying support.
Thanks,
Joe
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
2006 Apr 24
2
Ror has problems with memory usage??
I saw this on a forum for MODx (a CMS which seem very good, built on
standards, with clean XHTML/CSS, using PHP).
"RoR is a killer application, but is either a crusher when it comes to
memory usage or SQL usage. Even simple seeming things can kill a server
if it''s not dedicated to the application. In addition, RoR is much more
complex really than MODx if you''re not
2005 Dec 21
10
Investigating Unicode. Take 2, with nastities and allegations.
Well, I see that my last email hasn''t generated any reaction from the
Rails core team. It looks like all of them are the happy users of
"plain text" (which, as we know by now, doesn''t exist, but still).
I apologize in advance for the sore bitterness of this message but I
see that the Rails-core STILL, despite all of the efforts, sees these
issues as something
2006 Apr 25
11
How much Ruby?
I bought the pickaxe about 1 1/2 months ago, and I have been reading through
it and learning Ruby in my spare time. I''m about 200 pages into it, and I''m
starting to think I don''t need to know all of the in''s and out''s of Ruby to
get a good hang on Rails.
How much Ruby do I really need to be proficient in Rails? Ruby is a great
language, I love it, but
2006 Feb 16
2
Joel on Software Rails Rant
I didn''t know if any of you had seen this rant about Rails over on Joel on
Software but it is an interesting read. Check it out here -
http://discuss.joelonsoftware.com/default.asp?joel.3.309321.45
-Rob Bazinet
http://www.robertbazinet.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Jan 30
3
Set caller id on Swedish PRI (euroisdn)
Hi,
I have a problem with setting outgoing caller id to "nothing" (secret)
on our Wildcard TE405P connected to a swedish euroisdn line. Caller ID
seems to work fine when connecting the same line to a Ericsson PBX - so
something must be wrong in my settings, but I don't know what.
I've tried:
exten => _*70X.,1,Set(CALLERID(name)="") exten =>
2012 Apr 10
1
Bug#668290: [INTL:sv] Swedish strings for xen-api debconf
package: xen-api
severity: wishlist
tags: patch l10n
Please consider to add this file to translation of debconf.
--
brother
http://sis.bthstuden.se
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sv.po
Type: application/octet-stream
Size: 1869 bytes
Desc: not available
URL:
2006 Apr 26
2
Ruby On Rails Salary in the UK? how much?
Hi,
What do you think is a reasonable salary for a ROR programmer in
Manchester, UK?
If you''re working with ROR and in the UK i''d be interested in knowing
your salary :-)
Your opinions would be very valuable to me
JD
--
Posted via http://www.ruby-forum.com/.
2006 Feb 02
5
Fwd: win32-clipboard and Unicode zero bytes
Hi all,
I''m forwarding this message from Brian Marick. If you
run this test script and then paste the results into a
Unicode aware text editor, you''ll notice that it only
prints one character instead of three.
I tried changing the strlen to _tcslen and strcpy to
_tcscpy, but that didn''t help. I mucked around a bit
with the MultiByteToWideChar function, too, but
2010 Jan 05
3
[LLVMdev] make fails to detect changes in case srcdir != objdir
On Tue, Jan 05, 2010 at 01:05:56PM -0600, David Greene wrote:
> On Tuesday 05 January 2010 12:18, Gregory Petrosyan wrote:
>
> > > It sounds like the dependencies for your pass are not correct. Where
> > > did you put it in the LLVM tree and how did you change the Makefiles?
> >
> > One new .cpp file in lib/Transforms/IPO + RegisterPass<> + mention pass
2007 Nov 20
1
Bugtracker to use with Asterisk?
Hello
Now that I have my first IVR up and running, I'd like to have Asterisk
create tickets in a bug tracker every time a call comes in. It's a
nice way to know who's calling and why, before following up on the
cause for the call.
There are tons of bugtracking apps out there. Do you know of some that
I should look at? Ideally, the interface shouldn't be much busier than
JoS
2010 May 26
3
SVN vs DVCS
Hi,
Just wondering whether anyone had thought about moving the R sources
to a "distributed" version control system such as Bazaar, Git or
Mercurial. These new generation systems make it easier to work on
feature branches, allow working offline, are very fast, etc.
Some projects that have moved to Git are
Linux Kernel
Perl
Ruby on Rails
...
http://en.wikipedia.org/wiki/Git_(software)