search for: hermansson

Displaying 10 results from an estimated 10 matches for "hermansson".

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
...n 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 there is developing something. Cheers, Per-Olof Hermansson -- Posted via http://www.ruby-forum.com/.
2006 Apr 03
11
Legacy database Oracle
...ewsletters, and registering/updating your name, address and telephone etc. Eventually we hope to do a more full-bodied web-side client. The database has a lot of tables, and the naming convention of course differs from RoR. Can anyone recommend a tutorial on how to tackle this issue? Per-Olof Hermansson -- Posted via http://www.ruby-forum.com/.
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 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 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",
2003 May 02
2
Isolinux init problem
...tem (iso9660) readonly Freeing unused kernel memory: 2808kb freead Warning: unable to open an intital console Kernel panic: no init found. try parsing init=option to kernel. I use this setup in my isolinux.cfg: default linux label linux kernel /isolinux/bzImage append root=/dev/hdc //Christoffer Hermansson
2012 Apr 12
0
Extended beta-binomial model in R
...otherwise allows for negative intracluster correlations? The following packages and functions do not: aod, SensR, betareg, VGAM, quasibinomial (Also, if anyone has access to Palmquist's ebb module this would also be very helpful.) Many thanks in advance for any guidance! Best regards Henrik Hermansson PhD Candidate Department of Political Science Trinity College Dublin
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
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